Some Saw-Sharpening Python Resources
Some Saw-Sharpening Python Resources
I’m coding more lately. This weekend I knocked off some rust using these resources on python hacking:
-
A “Hidden features of Python” question on Stack Overflow doesn’t fit the site well but the answers are so much geeky fun.
-
The Hitchhiker’s Guide to Python is a work in progress, but is already a valuable resource.
-
Starting a Django 1.4 Project the Right Way involves using git/hg, virtualenv, virtualenvwrapper, pip, south, and fabric.
-
Tools of the Modern Python Hacker: Virtualenv, Fabric and Pip seems to agree with the above.
-
Code Like a Pythonista: Idiomatic Python is a thing.
-
Monte Carlo Web-Server Statistics using Pandas and Matplotlib - got me playing with ipython and ipython notebook for the first time. Very impressive. This is just one in a long series of compelling things that I learned about from Rui Carmo’s blog.