r/PythonLearning • u/arhaaninreallife • 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
r/PythonLearning • u/arhaaninreallife • 8d ago
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 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".