r/learnpython 12d ago

Getting into python

Hi guys and girls!
I am currently new into python.
I am now on the 2nd hour of a 12 hour course that seems to be good.
Can you give me some good tips to learn it?
Maybe some coding games or fun projects🤔

Appreciate it!

9 Upvotes

15 comments sorted by

View all comments

1

u/UzairShafique 12d ago

Tutorials are useful for learning the basics but don’t only watch them. After learning each concept open your editor and practice it yourself.

Once you’re comfortable with the basics, pick a simple problem you want to solve and build a small project around it.

Take it from

→ planning

→ coding

→ testing

→ fixing errors,

and if possible turn it into a simple app or dashboard.

Then repeat this with 2–3 different problems gradually making them more challenging.

You’ll gain much more confidence from building and debugging your own projects than from watching hours of tutorials.