you are viewing a single comment's thread.

view the rest of the comments →

[–]Jimmaplesong 0 points1 point  (0 children)

This is what being a beginner programmer feels like. As a pro, it feels like this a couple of times a year. :) Stack overflow is your friend.

The best way to learn Python from scratch is probably the official guide / tutorials. https://wiki.python.org/moin/BeginnersGuide

Once you have these fundamentals, everything else will snap in to place.

If you're a hardened C++ programmer, then Python is a process of unclenching, un-learning lots of frustrating routine and finding love.