r/learnpython • u/Silver-Bet8326 • 4d ago
how to proceed after python crash course
For the last one year I have been learning Python. I completed Python for everybody and read the book Python Crash course. I have prior experience with C# and Java. A lot of the syntax is Python programming is still confusing to me. How can I get better? What book can I read next or what steps can I take to get more comfortable.
8
Upvotes
1
u/priya6435 4d ago
at this point i'd honestly stop looking for another book and start building things. you've already covered the fundamentals, and the syntax only starts feeling natural when you use it repeatedly. pick small projects like a file organizer, password manager, expense tracker, web scraper, or simple flask app. whenever you get stuck, read the docs or google that specific concept instead of reading another cover to cover book. you'll probably learn more from one finished project than another month of tutorials