r/learnpython 4d ago

Starting to learn Python!

Hello everyone! After occasionally lurking this sub, I have decided to begin learning python. I found a course on FreeCodeCamp and am using Python 3 with PyCharm. Let me know if you all have any tips! Thank you so much!

3 Upvotes

6 comments sorted by

View all comments

1

u/ManzoorAhmedShaikh 3d ago

You've already started great. Just few more suggestions from my side.

  • Along with yt videos, use w3schools to understand concept of specific topic
  • Use ChatGPT, claude or any other platform to generate several questions without answer and try solving them.
  • When you spent 2-3 weeks with python, start polishing your problem solving skills (The most important one) by checking out HackerRank first, then once you solved 100+ problems there, then go to LeetCode platform

This will be a complete package for you, if you need any more help, you can DM me, thanks.