Installing and using pipenv on Bluehost

Pipenv is by far the best thing to happen to python in 2017. It is so good, it is already the official recommendation for package management. In this post, we will go over installing pipenv on your bluehost account.

Handle stripe errors and exceptions in Flask

Exception handling for APIs from external vendors is crucial in your Flask application. It is especially true when the API deals with payments, such as Stripe.

Install Python3 on Bluehost

To be able to run python frameworks such as Flask or Django and to have full-control over the packages and versions, it is better to install python in your home directory than to deal with the standard installed version. In this post, we will go over steps to install Python3 on Bluehost.