Hola! Let’s start building a Basic Flask app In Future, we are gonna make this blog post as a part of Blog Series called as Flask Microservice 101. Step 1 : Install basic Python project Requirement Before starting anything if you have never-ever work with python. then your system also may not have python and […]
Tag: python3
Install python3 and pip3 on Ubuntu 18.04 LTS (Bionic Beaver)
Python 3 is most popular and stable python version, as we know python already depreciated python 2.6 in Jan’ 2020. so always install upto date version, mainly many beginner or ametuares developer unexpectedly download python2 instead of python3. Install python3 Install pip3 “pip” is a python based package manager to download python library You should […]