How to package Python applications for Linux

One way to make Python applications installable on Debian-based operating systems (such as Debian or Elementary OS) is by using the dh_virtualenv tool. It builds a .deb package that wraps a Python virtual environment around an application and deploys it u… Read more

Similar

Scraping Flight Data with Python

Note:  The code for this project can be found in this github repo. I have been building a new project that requires the prices of flights.  I looked for APIs but couldn’t find any that were f…

Read more »