Day: April 6, 2019

python-flask

How To: Create A Flask/API Project In Ubuntu

Prerequisites Operating System: Ubuntu 16 or Ubuntu 18 Python 3.X is installed Python Pip is installed Python Virtual Environment is installed (Optional)   Structure Overview Replace the dotlah_flask_api directory with the project name of your choice. Steps 01. Create the necessary…

Read More
python-programming

How To: Configure Python Virtual Environment In Ubuntu

Overview This guide/article shows how to install, configure/create and use a Python Virtual environment. Prerequisites Operating System: Ubuntu 16 or greater Python is installed. Python 3.X or 2.X. Steps Check that Python is available on the system. The Python version should…

Read More