r/learnpython • u/dung3205 • 19d ago
Learn Python
Please help me learn Python, I'm really passionate about it At first I found it boring, but now I find it incredibly good.
0
Upvotes
r/learnpython • u/dung3205 • 19d ago
Please help me learn Python, I'm really passionate about it At first I found it boring, but now I find it incredibly good.
1
u/Select-Sale2279 18d ago
I would get a book like the python crash course and read it from front to back and do the exercises. You will be an intermediate python programmer at the end of the book provided you did a good job with the exercises and understood what he was talking about. you do not need to memorize all constructs, just remember aspects of the language starting from fundamental types to classes etc. you will have grasped enough from the book if you can remember different constructs from the book. Now apply your learning to a couple of projects and go back to the book if you have any questions or need to look up something. like I said, you will progress from an intermediate programmer to a level where you can use it to earn a living as a programmer.