•
2 min read
Automating Python Project Setup: A Shell Script to Create New Projects Quickly
As someone who loves experimenting with Python libraries and APIs, starting new projects quickly is important. Setting up these projects can sometimes be …
As someone who loves experimenting with Python libraries and APIs, starting new projects quickly is important. Setting up these projects can sometimes be …
I recently went throught the process to put my side project howbigisthebaby.io on Digital Ocean's new app platform, and wanted to document it in case anyone …
As a developer, every day we interact with remote APIs and web servers. Almost all services we consume on the internet today are available in the form of an …
Been meaning to write this post for my future self, who’s invariably going to forget the steps to set up Django on a new machine. So, here are the steps to set …