Python
Python installation, virtual environments, package tools, and scripting workflows on Linux.
How to Install Python on CentOS 8
Python is one of the most popular programming languages in the world. This guide will walk you through installing Python 3 and Python 2 on CentOS 8.

Python Enumerate Function
enumerate() is a built-in function in Python that allows you to have an automatic counter while looping over iterables.

How to Install Odoo 13 on Ubuntu 18.04
In this guide, we will walk you through installing and deploying Odoo 13 inside a Python virtual environment on Ubuntu 18.04. We'll download Odoo from their Github repository and using Nginx as a reverse proxy.

How to Install Python 3.7 on Ubuntu 18.04
Python 3.7 is the latest major release of the Python language. This tutorial describes two ways of installing Python 3.7 on Ubuntu 18.04.

How to Install Python 3 on CentOS 7
This tutorial will guide you through installing Python 3 on a CentOS 7 system using the Software Collections (SCL) along side the distribution default Python version 2.7. We will also show you how to create a Python virtual environment.

How to Install Pip on Debian 10
Pip is a package management system that allows you to install Python packages. In this guide we will explain how to install pip on Debian 10 Buster.

How to Install OpenCV on Raspberry Pi 3
OpenCV (Open Source Computer Vision Library) is an open-source computer vision library and has bindings for C++, Python and Java. In this tutorial, we will explain how to install OpenCV on Raspberry Pi.

How to Install TensorFlow on Debian 9
TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial will guide you through the process of installing TensorFlow on Debian 9.

How to Install TensorFlow on Ubuntu 18.04
TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial describes how to install TensorFlow on Ubuntu 18.04.

How to Install TensorFlow on CentOS 7
TensorFlow is a free and open-source platform for machine learning built by Google. This tutorial describes how to install TensorFlow on CentOS 7.

How to Install Flask on CentOS 7
Flask is a free and open-source micro web framework for Python designed to help developers build secure, scalable and maintainable web applications. Flask is based on Werkzeug and uses Jinja2 as template engine. In this tutorial, we will show you how to install Flask in a Python virtual environment on CentOS 7.

How to Install Flask on Ubuntu 18.04
Flask is a free and open-source micro web framework for Python designed to help developers build secure, scalable and maintainable web applications. Flask is based on Werkzeug and uses Jinja2 as template engine. In this tutorial, we will show you how to install Flask in a Python virtual environment on Ubuntu 18.04.

How to Install Python 3.7 on Debian 9
Python is one of the most popular programming languages in the world. With its simple and easy to learn syntax Python is a great choice for beginners and experienced developers. This tutorial covers how to install Python 3.7 on Debian 9.

How to Install Django on Debian 9 Linux
Django is the most popular Python web framework designed to help developers build secure, scalable and maintainable web applications. Django can be installed system-wide or in a Python virtual environment using pip.

How to Install Django on CentOS 7
Django is a free and open-source high-level Python web framework designed to help developers build secure, scalable and maintainable web applications. In this tutorial, we will be installing and configuring the latest stable version of Django on a CentOS 7 machine inside a Python virtual environment.

How to Install Django on Ubuntu 18.04
Django is a free and open-source high-level Python web framework designed to help developers build secure, scalable and maintainable web applications. This tutorial provide a step by step instructions about how to install Django in a Python virtual environment on Ubuntu 18.04.

How to Create Python Virtual Environments on Ubuntu 18.04
Python virtual environment is a self-contained directory tree that includes a Python installation and number of additional packages. In this tutorial, we'll provide a step by step instructions about how to create Python virtual environments on Ubuntu 18.04.

How to Install Anaconda on Ubuntu 18.04
Anaconda is the most popular python data science and machine learning platform, used for large-scale data processing, predictive analytics, and scientific computing. This tutorial will guide you through the steps of downloading and installing Anaconda Python Distribution on Ubuntu 18.04.

How to Install Pip on CentOS 7
In this tutorial we will walk through how to install Python Pip on CentOS 7 and cover the basics of how to install and manage Python packages with pip.

How to Install Pip on Ubuntu 18.04
In this tutorial, we will show you how to install Python Pip on Ubuntu 18.04 and go through the basics of how to install and manage Python packages with pip.
