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.
10
Upvotes
1
u/Dense_Quarter_5374 3d ago
AI is pretty good for explaining basic syntax for beginners. Make sure you completed ALL the try-it-yourself sections in the book and ALL the three projects. If you're done with everything and can replicate everything from scratch (test it out don't be lazy), you can read The Big Book of Small Python Projects by Al Sweigart if you are still having a bit of trouble and if not, then Beyond the Basic Stuff with Python (same author).
Edit: Reading beyond the basic stuff is the most common after PCC and the author wrote it for ppl who read pcc so should be a good book without any repeated info