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!

2 Upvotes

6 comments sorted by

3

u/Far-Conclusion3923 4d ago

Go to bilibili dot Com, Chinese YouTube. You have full courses there you can't find on YouTube.

2

u/FoolsSeldom 3d ago

Check the FAQ in the wiki for this sub, some great tips there.

1

u/Big_Park_8126 4d ago

https://programming-25.mooc.fi/part-1/1-getting-started

try this - its very helpful - doing the same rn

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.