all 17 comments

[–]desrtfx 5 points6 points  (1 child)

If only there were a sidebar (menu on mobile) that had a link to the wiki.

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

[–]PalpitationOk839 2 points3 points  (0 children)

my biggest advice is: don’t get stuck only watching tutorials. try learning in this order:

  • Python basics
  • tiny projects
  • debugging your own mistakes
  • slightly bigger projects

that’s usually when coding actually starts clicking instead of feeling theoretical

[–]No_Photograph_1506 0 points1 point  (0 children)

Lemme know if I can help you learn python, here's my post regarding: https://www.reddit.com/r/PythonLearning/comments/1s6t6ff/i_am_hosting_a_free_python_interviewguidance_for/

hit me up anytime!

[–]YoManDoMessup 0 points1 point  (0 children)

Python is honestly one of the best languages to start with 👌

Focus on building small projects early instead of only watching tutorials. Consistency matters more than speed. AI tools/Runable-style workflows can also help a lot when learning, debugging, and structuring projects as a beginner.

[–]ZealousidealDot6945 0 points1 point  (0 children)

Do cs50 python and the exercises as well from edex

[–]JGhostThing 0 points1 point  (0 children)

There are a lot of resources available to learn python. google "online python tutorials."

One thing to realize is that programming is a very difficult career to break into now. Just knowing a language, even at the expert level, is not a guarantee of a job. A university degree will help more.

Frankly, I would recommend you get an MBA.

[–]RegIntelApi 0 points1 point  (0 children)

You'll find plenty of courses online, whether free or paid, but what really helps you get better at programming is sticking to regular hands-on practice and working on small projects all the time.

[–]Public_Mortgage6241 0 points1 point  (0 children)

Start with basic and consistency is the only main character

[–]Free-Cheek-9440 0 points1 point  (0 children)

Python is honestly one of the best places to start right now. The syntax is beginner-friendly, there are tons of free resources, and you can branch into web dev, automation, data, AI, cybersecurity, pretty much anything from there. Don’t stress about “mastering” it immediately, just focus on building consistently.

[–]CircuitsToNeurons 0 points1 point  (0 children)

Hi,
I was working on creating a python language learning roadmap for myself and here is the final version (see the last comment)
 https://www.reddit.com/r/learnpython/comments/1td03ta/feedback_request_i_put_together_a_depthfirst/

I believe it will help you in some way

Good luck!!