Simplify Your Python Project Configurations
Have you ever started a new Python project and, within a week, everything already feels messy? Your config.py file is slowly becoming a dumping ground. There are commented lines everywhere, database URLs…
Ajitabh Pandey's Soul & Syntax
Exploring systems, souls, and stories – one post at a time
Have you ever started a new Python project and, within a week, everything already feels messy? Your config.py file is slowly becoming a dumping ground. There are commented lines everywhere, database URLs…
Telegram is a cloud based messaging application which provides an excellent set of APIs to allow developers to automate on top of the platform. It is increasingly being used to automate various…
Python is a popular language along with Javascript (NodeJS) for writing AWS lambda functions. Lambda function written in Python support the core modules, so one may choose to use the http.client instead…
In the last post we saw how to read ID3v1 and ID3v2 tags using perl. In this post we will continue our journey towards creating a simple catalog for the MP3 collection. Quickly…
My mp3 collection was increasing and I wanted to build a catalogue for the same. There are various steps in having even a simple catalogue system. In this post and a few…