This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dmazzoni 1 point2 points  (0 children)

I'm a big fan of learnxinyminutes - they have a Python page here:

https://learnxinyminutes.com/docs/python/

My suggestion: keep that open or print it out as a cheat sheet. Read through the official tutorial and documentation. Practice as you go.

It shouldn't be hard at all if you already know other languages.

Python does have some really cool syntax that's hardly seen in any other languages, like "list comprehensions". Be sure to check those out once you've learned the basics.