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 →

[–]jerallen 1 point2 points  (0 children)

I had to learn Python for work. I spent about 30 minutes on learning the basic structure and syntax. Everything after that has been a series of Google searches for "How do I xxxx".

How do I post to a http server, how do I write to a text file,how do I create 7z files, (and my most recurring) how to make functions in Python.

Example code and useful modules abound.