Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,207,172 members, 7,998,041 topics. Date: Saturday, 09 November 2024 at 04:27 AM |
Nairaland Forum / Science/Technology / Programming / Please how Do I Learn Programming Without Feeling Sleepy Or Tired? (8212 Views)
Can I Learn Programming Without A Computer ? / Can You Learn Programming Without A Computer ? / Programming Without Stress: The Easiest Way To Learn Programming (2) (3) (4)
(1) (2) (3) (4) (Reply) (Go Down)
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by ERCROSS(m): 6:03pm On Jan 30, 2019 |
Basiljoe: |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by ERCROSS(m): 6:04pm On Jan 30, 2019 |
Basiljoe: No one is born with passion, like seriously? |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Basiljoe: 9:30pm On Jan 30, 2019 |
ERCROSS:No one is born with innate interest for a particular activity, happy now? 1 Like |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Paapii3d(m): 7:56am On Jan 31, 2019 |
The simple truth is this... Learning the basics are quite boring... But u definitely need the basics... So that's whr u need to struggle and try to understand them... When u scale thru dat, u get into the fun part when u begin to work on projects... Then trust me u won't wanna sleep until u see Wat you're doing work... U could only get tired when you've found some error and it's taking a while to debug.. At that time, u need to take a break ND come back refreshed. Guys u can also check out my youtube channel: Jst search codenaij on YouTube |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by koontz(m): 9:17am On Jan 31, 2019 |
Paapii3d:Is 4 months realistic to learn python for someone in medical field without any knowledge of coding? Be candid sir. I'm thinking of giving coding a trial. |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by KronicMorris(m): 10:02am On Jan 31, 2019 |
Build something and not just learn. You're just reading their tutorial and moving along with it, it gets boring, even I have this same problem. Challenge yourself, and it will interest you. Build Webcrawlers, Simple Web server applications, you will get there. 1 Like |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by asalimpo(m): 2:00pm On Feb 01, 2019 |
koontz: short answer: No. You mayb smart enough to write all kinds of programs,if you're smart or struggle with writing tiny basic programs if u r average but ur code in the eyes of a senior programmer will still appear amateurish. It is only wen u look back years later that u'll see how raw u were. long answer: Long answer: nobody can answer this correctly for you. Under a seasoned mentor, mayb to sure. On your own? No to mayb. Python,i hear is very easy to get into. This is what i'd say. 1) it depends on input. 4 month of 300hrs/month = 1200hrs of input! That is massive! 4 months of 50hrs/month = 200hrs of input. That is like meh. So one 4 month is equivalent to 2yrs of anothers scale. 2) it will take time for your mind to "expand" until you begin to grasp this thing at a deeper level. To get there,this is my opinion from my experience, 2-3 years (again massive time input)to 8yrs-10yrs+. How dyu know when u r beginning to enter this level: 1) code reads like ENGLISH. Just like you'd read a newspaper headline in busy traffc. Subconsciously. Your mind has expanded. 2) your stamina has increased. You want work on a small project which u think will take a day or at most a week but wen u look up it's 5 months after! What's more,you can fit the whole project ur head and chew on it like a single unit (like a pad of tobacco in an addicts mouth). Noobs even cs graduates etc usually hav low endurance threshholds for coding projects. The issue isnt d concepts ,they grasp them,its d work strain. It separates the boys from d men. Coding can be so dry and boring,you dread it. You may hav lots of projects strted but none completed well. The tedium got to you. Coding chews time like jet engines burn fuel. Your mind has expanded. 3) you taste has transcended mere functionality to higher appeals. You are not satisfied that,it just works,you go seek beatifully designed code. Iow,u develop an aesthetic appreciation for code. You can architect (not necessarily use uml or any formal language) systems that use robust scalable extensible abstractions. Such that 10yrs after d code base is revisited,a maintener can pickup where u left with little hassles. It takes years to get here. Final advice. If you really wanna know if it's for you. Stay with it for 1yr. If after tht u still wanna quit, stay anoda yr. If after that,u still feel inept, then you may quit. But then, if it's still like u r not sure,go one last year. After that,forget,u r not called to it. Too many ppl quit to soon bf they finally get it. With programming,it's all about growing a MINDSET. A highly logical mindset. It takes time. But when it clicks,it would seem like u were born with it 3 Likes |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by asalimpo(m): 2:27pm On Feb 01, 2019 |
@Frankicent bf i tender any advice,i'd like to know how your study routine goes. In detail. How much time exctly do u put in. How regularly. Etc |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by PETERSHOR(m): 3:14pm On Feb 01, 2019 |
Ok |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by koontz(m): 9:20pm On Feb 01, 2019 |
asalimpo. Thanks for the candid thoughts. |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by asalimpo(m): 9:41pm On Feb 01, 2019 |
koontz. you are welcome |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Frankicent(m): 11:56am On Feb 02, 2019 |
asalimpo: about 1hour or so |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Daejoyoung: 9:50pm On Feb 24, 2019 |
koontz:Yeah it is, even two months is realistic if you do it the right way, and by that l mean: Just learn the basics like...List, Loops, Functions, Dictionaries, String Formatting and Operators, then begin a project of your choice, while trying to accomplish that project, you'll find yourself going back to the basics from time to time, and learning other stuffs along the way. Don't waste time on the basics or theory, spend more time on a project even if you feel you know nothing. 2 Likes 1 Share |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by koontz(m): 8:39am On Feb 25, 2019 |
Daejoyoung:Thank you for the response. Please can you give examples of projects one can embark on after learning the basics? I'm sorry if this questions sounds amateurish. Lol |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Daejoyoung: 10:52am On Feb 25, 2019 |
koontz:lt depends on what you are learning programming for?? why do you want to program?? For Web App?? Machine/Deep Learning?? Data Science?? Building Games?? Ethical Hacking?? When you identify about three projects you would love to accomplish, then search for the best programming language for that Project. Android Apps/ Game= Java/c++ Machine Learning/ Artificial intelligence/Cyber Security =Python Statistics/ Engineering/Academic Analysis = R/MATLAB Web Applications = Javascript/ Python lt goes on and on. A medical student could learn Python for the purpose of deep learning to predict cancer( Python is the best language for this), after learning the basics, he/ she could just install Tensor Flow for deep learning and begin to see how to solve problems regarding cancer. While trying to solve problems, if the medical student do not understand most of the codes used, he could then go back to research about that particular aspect and then continue trying to solve the problem. lf like me, you learn Python for Data Science, then after 1 week of learning the basics, immediately install Pandas and begin to master the Pandas library in Python, do not wait until you understand all the basics, rather always refer back to the basics as you try solving the data science problem with Pandas and numpy library. etc, etc. Happy Coding. 4 Likes 1 Share |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by koontz(m): 11:52am On Feb 25, 2019 |
Daejoyoung:I'm inspired. Work has started. Thanks alot |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by paulnewplay: 11:20am On May 12, 2019 |
Frankicent:how are u faring now? Still learning or given up ? |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Frankicent(m): 3:47pm On May 12, 2019 |
paulnewplay: since learning bro, it's not easy learning on your own no mentor, no guidance |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by paulnewplay: 6:47pm On May 12, 2019 |
Frankicent:i will soon join you in the i.t school. I want to learn mobile dev and/or web design. If e too much, mayb i'll bail. It seems this i.t thing kosi easy. But i hear it can earn a guy a few coins. I hav no mentor just myself,and d net. |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Nimistix(m): 12:04am On May 13, 2019 |
Frankicent:Well, i do 3 tinz 1. play music 2. open the IDE 3. Read the ebook (Sometimes i eat biscuit). bugs also cause fatigue |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Frankicent(m): 7:43am On May 13, 2019 |
Nimistix: OK what about you. You good now? |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by AdolphBrian: 5:22pm On May 13, 2019 |
Basiljoe: you're right! No one is born with the passion to program; you have to develop it |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Nobody: 11:35am On May 14, 2019 |
AdolphBrian:Some are born with it jaree |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by Nimistix(m): 10:28am On Jun 17, 2019 |
Frankicent:Yeah |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by kunleiky(m): 1:02am On Jun 19, 2019 |
inforesource: Gbayi. This statement is a ginger! Love it |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by robertjoh001: 1:16pm On Jun 19, 2019 |
SysAppPro Training Gurgaon isn't subsidiary, related, approved, embraced by, or in any capacity formally associated with SAP association. SysAppPro don't lead any SAP preparing programs in Gurgaon. We prescribe our guests and understudies gain from SAP Authorized instructional hubs in Gurgaon. For More Info:- SAP BO Training center in Gurgaon |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by inforesource: 2:27pm On Jun 19, 2019 |
Thank you my brother. That is the truth about passion. If you really want to know what you are carved out to do in life check what you do effortlessly. kunleiky: |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by asalimpo(m): 5:09pm On Jun 19, 2019 |
inforesource:yeah. Spot on. But there's one way i've discovered tht's quite revealing: invest a lot of time in something,then after that evaluate yourself. This method can reveal hidden talents one never even knew he had. |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by deefresh: 6:43pm On Jun 20, 2019 |
Your situation is not unique. But it is down to the method of teaching or learning on your part. Call 08133997333. You'd be surprised how easy and amazingly fun it can be with an experienced teacher. Anyone can actually be taught to love and enjoy programming. That's what you'll discover. So call or whatsapp and get in touch with a fun tutor/mentor. |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by dgee1(m): 2:48am On Jun 22, 2019 |
Hello bro, I'm in the same predicament as the OP. Your words are full of wisdom. Can you please mentor me? I've wasted the first half of this year already. Thanks asalimpo: |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by iamharkinwaley: 7:38am On Jun 22, 2019 |
4dor: Hi Good Morning, I sent you a PM Sir. |
Re: Please how Do I Learn Programming Without Feeling Sleepy Or Tired? by asalimpo(m): 2:46pm On Jun 22, 2019 |
dgee1:my time is scarce but what is d issue? Is d language too hard or u falling asleep while learning or is it too boring? What language/tech are u learning nd how long hav u been learning it? |
Here Is How To Get The Source Code From Any APK File / Programming With Arduino / Basics Of PHP Programming?
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 59 |