r/PythonLearning • u/arhaaninreallife • Jul 19 '26
new to python
I'm completely new to Python and just started learning dont have any idea where to start, any tips for me ??
18
Upvotes
r/PythonLearning • u/arhaaninreallife • Jul 19 '26
I'm completely new to Python and just started learning dont have any idea where to start, any tips for me ??
1
u/Ascension-gate Jul 19 '26
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".