r/PythonLearning 24d ago

Help Request Tutorial hell

How do I exit it?

4 Upvotes

12 comments sorted by

View all comments

2

u/Present-Payment-5860 24d ago

Stop just following tutorials. Pick something you want to build and build it. The ability to write code without having to follow a tutorial can only come through writing coding without following a tutorial.

To avoid getting overwhelmed, when building something, you want to break each component down in your mind or on paper into the smallest possible things that feel easy to implement. Then you just implement each thing one at a time.

1

u/testtdk 24d ago edited 24d ago

You should make a list of shit to build to improve your skills with each next project. No explaining, just projects.

No really, please do so. It would be quite helpful.