This is continuation in the series about our side project. This post is a follow up to the pervious post on various tools used to build the process of building the application
The Environment
Core language used in our project is Python. Python is used to fetch details from API calls, cleaning the API return value, and also writing it into DB. Even though the language is very popular and user ranges from amateurs to big corporations, it undergoes development. Implying the new versions are created and released often. And so, setting up the environment is necessary.