Purfe

Learn, create and have fun with Python

Where to deploy Python app for free in 2021

Updated for 2021! Including low-budget options There are several options for hosting your Python app, including Flask and Django web apps, microservices and telegram bots. In this post, I will give a short overview of available options to deploy and…

Monitoring the filesystem for changes using Python and watchdog. Watchdog cross platform library allows to detect changes made to files in the directory. There are options to specify patterns for files (think extensions) and set recursive flag for tracking changes…

Back to top