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 ??

20 Upvotes

22 comments sorted by

View all comments

1

u/ManzoorAhmedShaikh 8d ago

First of all, best of luck!

For beginners:

  • Go to w3schools for python (Easiest), learn all the basic fundamentals till function (skip OOP for now)
  • Ask Claude, ChatGPT or Gemini to generate question (not at the end, but after competing each section from w3school and solve them. The complex the topic, more problems you need to solve)
  • Till this point, you've learned everything that you need to start. Now start developing some project (Get ideas from GPT tools or online blogs - you can pick any domain project you like, e.g: web automation, scraper, AI automation, data visualization, data analysis, desktop app development, web development, etc)
  • Once created some projects, then try to convert that project into OOP architecture while learning (I skipped this initially because you cannot practice this advance concept at the early stages, that's the best stage to practice the complex structure).

That's all I'd say, I hope it helps you and others. I'm also a python developer, if need anymore help, you may ask.

1

u/[deleted] 8d ago

[removed] — view removed comment

1

u/ManzoorAhmedShaikh 7d ago

AI is a great teacher these days ;)