Aug 28, 2014 14:46
So, can anyone recommend a good Python tutorial set? I have the one on the "learnpython.org" site but was wondering if anyone else can suggest something suitable.
Time for me to get my code skills a little more up to date.
Leave a comment
Comments 6
Reply
Reply
Reply
Also virtualenv for making per-project python environments so you can install specific sets of libraries without cluttering up your system or breaking other projects, and pip for actually installing stuff.
Reply
I've just started playing with Pythonista for coding small iOS projects on-device, too. The editor's pretty basic, but the libraries are decent and I like being able code on something less intrusive than a laptop.
Reply
http://www.stavros.io/tutorials/python/
Reply
Leave a comment