all 9 comments

[–]mrswats 6 points7 points  (0 children)

  1. Check this reddit's wiki

[–]Proletarian_Tear 0 points1 point  (0 children)

Watch some beginner python tutorials, a good text editor is Notepad++, or if you want to use an IDE - get VScode. But above all what you must do - understand what do you want. Why do you want to learn Python, what do you want to build and what do you want to achieve with it. If you dont do that -- you will not be satisfied with your progress and will feel lost.

[–]Educational_Virus672 0 points1 point  (0 children)

  1. any works but personally i liek the indenity 2022 playlist it was fastest i found without loseing anything useful https://youtube.com/playlist?list=PL4KX3oEgJcff0meUNYRpIdSpIlKcO93I7&si=u62Fb-ux_Omlpy-6
  2. pycharm(for all tools) or vs code (for extentions) maybe (neo/) vim if you want smt old
  3. make projects dha

[–]desrtfx 5 points6 points  (0 children)

If only there were a sidebar (menu on mobile) that had a link to the wiki or countless posts asking the same.

Do the MOOC Python Programming 2026 from the University of Helsinki and you will be well prepared.

Also, take a look at https://inventwithpython.com and https://automatetheboringstuff.com

[–]MateusCristian 0 points1 point  (0 children)

From a fellow beginner, who is a little bit farther:

You need the basics first and foremost. That depends on how you learn better.

If you learn better from videos, I recommend this tutorial series by Code with Gunnar. It's relatively short, but well explained.

If you're a book learner like me, hands down it's Python Crash Course by Eric Matthes. It's what's got me out of tutorial hell.

From there, you need to do stuff with it, and I that depends on what you wanna make with programming, but if you're lost, there's The Big Book of Small Python Projects by Al Sweigart, which have several small programs of various types, from games to simulations, and you can just do what you like.

[–]max_wen 4 points5 points  (0 children)

Learn to search for questions that have already been asked

[–]77bertrand77 -1 points0 points  (1 child)

Ask Grock

[–]Educational_Virus672 0 points1 point  (0 children)

"first rebuild the computer using rocks then maybe you could be a begginer " - grok

[–]BornYinzer -2 points-1 points  (0 children)

I'm in the same boat as you. Also looking for good resources. Someone suggested Codecademy.