a python script to turn all Paul Graham essays to an e-book - abdullahMosibah/bibo... (more…)
Read more »
If you are like me, every once in a while you write a useful python utility and want to share it with your colleagues. The best way to do this is to make a package: it easy to install and saves from copy-pasting. (more…)
Read more »
I believe Python's ExitStack feature does not get the recognition
it deserves. I think part of the reason for this is that its
documentation is somewhere deep down in the (already obscure)
contextlib module because formally ExitStack is just one of many
a... (more…)
Read more »
This morning while at work, I received an email from Github, letting me... (more…)
Read more »
Think Python is an introduction to Python for people who have never programmed before – or for people who have tried and had a hard time. (more…)
Read more »