+ 1
Best way to learn a new programming language fast?
Share your tips for quickly learning a language from scratch.
3 Réponses
+ 1
I was able to learn python in around 4 hours by watching a bunch of youtube videos and for the youtube videos, don't watch the whole thing, only watch what is important to you.
+ 1
What i recommend is:
1. Pick a Goal â Build something real (app, script, game).
2. Learn the Basics First â Syntax, data types, loops, functions.
3. Code Every Day â Short, consistent practice beats long gaps.
4. Follow a Project-Based Course â Learn by doing, not just reading.
5. Use Documentation & Google â Learn to find answers fast.
6. Build Mini Projects â Reinforce what you learn.
7. Read Other Peopleâs Code â See how others solve problems.
8. Join a Community â Ask questions and share progress.
9. Teach It â Explain it out loud or write blog posts.
Key Tip: Learn by building. Donât wait to âknow everythingâ â just start coding.
0
First: learn one language slowly and well. After you have a solid foundation with one, then naturally you can a new language faster. There will be fewer new concepts.