Python
Category
-
How to easy_install and pip through a proxy
If you’re trying to install a Python package using easy_install or pip and you connect to the internet via a proxy you’ll need to make a few changes to your setup.
-
Python script: Recursively remove empty folders/directories
So as part of a script Iโm writing I needed the ability to recursively remove empty folders/directories from a filesystem. After a bit of googling I found this very useful script by Eneko Alonso. However the script isnโt really in a usable state for what I want so I decided to make a few changes to it and publish it on GitHub.