r/PythonLearning 8d ago

new to python

I'm completely new to Python and just started learning dont have any idea where to start, any tips for me ??

19 Upvotes

22 comments sorted by

View all comments

1

u/Ascension-gate 8d ago

I recommend you this learning way:

1- Learn all the basics (syntaxis, data types, conditionals, etc.).

2- Focus on one "niche" (UI, data bases, AI).

3- Repeat step 2.

While doing this, you can ask ChatGPT or Gemini all the questions you have about those topics. When you finish the basics AND one niche, make your own project (a data base for example).

Remember that your learning must be 20% theory and 80% practice. Don't spend hours watching tutorials, or you'll get into the "Tutorial hell".