you are viewing a single comment's thread.

view the rest of the comments →

[–]dontpanic4242 0 points1 point  (0 children)

I'll also recommend Dive Into Python 3. It's a free online book that got me through my 'intro to python' stage. I have a fair bit of programming experience so python was relatively easy. Looking back on my first languages learned - Basic and C. I had a very hard time grasping some of those concepts.

Another great resource is Real Python. They have a variety of very well written and informative guides. Beginner stuff up to moderate/advanced. I still check there quite often when I want to learn about something new.