Posts with #python

Linux

Mon, December 15, 2025

2 min read

How to setup python venv

Production-grade workflow for Python version management with pyenv and virtual environments on Linux and macOS.

Linux

Mon, April 2, 2018

1 min read

Heroku building a simple python application

Heroku is a platform as a service where we can build and deploy our applications, with PaaS there is no need to worry about the dependencies hassles to setup environments for developers.