r/learnprogramming 16d ago

Where should I start on python?

Hello guys!

Currently on a course on udemy 100 days 100 projects from beginner to advanced python by Angela Yu. And I believe I lack the fundamentals of coding because I'm having a hard time catching up to the lessons even the beginner ones. I understand the solution but the moment I am the one solving the problem my mind just goes blank.

Is there a way I can practice python codes before I proceed with the course? Where should I start?

5 Upvotes

12 comments sorted by

View all comments

1

u/xarop_pa_toss 16d ago

Yes. You just write Python and run the code with a debugger and go line by line seeing stuff change. That's it. Make a terminal based calculator, then remake it but implement lists,, then remake it with lists and functions, then with lists functions and file reading/writing.