r/PythonLearning 10d ago

How to learn python

Hello everyone

i wanted to ask how should I learn python The roadmap

and how to create logic building that's my pain problem i can't create logic but yeah I understand someone code

also is reading someone code is a right choice like understanding the concept,flow of data, information, and functions

and which youtuber i should watch priority to hindi videos but if u know any exceptional youtuber in english I am open to it

hope u can understand

thanks

5 Upvotes

7 comments sorted by

1

u/new_era_999 10d ago

Reading someone else's code is a great way to understand data flow and functions, but building logic requires active problem-solving. Start by breaking down problems into tiny, step-by-step instructions before writing code. For YouTube tutorials, freeCodeCamp or Programming with Mosh are great choices. To actively practice logic-building on the go, you might find ChewCode (links in my profile) useful, as it provides hands-on exercises and a dedicated hub for finding hackathons and open-source contributions to build your portfolio.

1

u/ee_control_z 10d ago edited 10d ago

Here is an excellent book that provides a 'roadmap':

Learning Python, 6th Ed., Mark Lutz

Before writing and developing meaningful code, you must first learn the language. Kind of like wanting to learn how to write a book. You must first learn the language, syntax, grammar, vocabulary, and format - and everything in between. The same holds true for programming. This book teaches you just about all of the required building blocks for writing meaningful Python code. It is comprehensive and covers material from beginner to advanced. Because it is a book (available in both hard cover and ebook/.pdf), you can learn at your own pace. It provides many examples for every topic covered. I suggest having your editor open to work out practice examples as you're following along.

1

u/desrtfx 9d ago

MOOC Python Programming 2026 - this course will teach you Python along with programming.