+ 1
Best way to learn a new programming language fast?
Share your tips for quickly learning a language from scratch.
3 ответов
+ 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
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.
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.