Blog
Using namedtuple as a poorman's parser Namedtuple is a hidden treasure which makes a tuple act like a class. It improves code readibility and saves time. Save time creating classmethods using a metaclass Save time creating classmethods using a metaclass. I was wrapping a client rpc which was calling a server rpc. Most of the code was repetive, so I decided to use a metaclass to generate it. Creating and configuring digitalocean droplets with ipython notebooks. Creating and controlling digital ocean droplets with python and plumbum Creating and configuring digitalocean droplets with ipython notebooks. Creating and controlling digital ocean droplets with python and plumbum Injecting XMLHttpRequests into python selenium Speeding up headless scraping by injecting XMLHttpRequests into the browser. Controlling docker containers with python rpyc Controlling docker containers remotely using python rpyc Injecting javascript into python selenium to increase scraping speed How to speed up your headless scraping by injecting Javascript into the browser.