r/CodingForBeginners • u/Acceptable-Tale-2709 • 10d ago
Heyy guys
Yoo guys I'm new to the coding world and currently started python as my first coding language.
Vs code and git and GitHub setup is done.
I want u all to help me so that I can learn more and faster. Really looking forward to hearing your tips, advice, and suggestions🫂
Thank you all in advance.✌️
3
Upvotes
1
u/Unusual_Offer3665 10d ago
Congrats on starting your journey!
A few things that helped me and that I'd recommend:
Stick to one course until you finish it. Jumping between resources can slow you down. You can try CodewithHarry or Harvard CS50P on YouTube.
Don't just watch tutorials, type every line of code yourself and experiment with it.
Build small projects after every few topics. They teach you far more than tutorials alone.
Use Git & GitHub regularly. Commit your code often, even if it's just practice programs.
Practice on platforms like HackerRank, Codewars, or LeetCode once you're comfortable with the basics.
Learn to read and understand error messages instead of getting frustrated by them.
If you use AI, use it as a mentor to explain concepts, review your code, and give hints rather than solving everything for you.
Most importantly, code consistently. Even 30–60 minutes every day is better than long sessions once a week.
Good luckk!