• Home
  • Articles
  • Published
  • Essays
  • Projects

Python

August 18, 2023 • 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 …

April 19, 2022 • 3 min read

How to deploy a Flask app to Digital Ocean's app platform

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 …

December 2, 2021 • 3 min read

How to make HTTP Requests to an external API from an Alexa Skill using Python

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 …

December 2, 2021 • 3 min read

Hello Django - How to set up your first Django web app

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 …

© 2026 Amit Jotwani