How To Install the Anaconda Python Distribution on Ubuntu 16.04

How To Install the Anaconda Python Distribution on Ubuntu 16.04

In this article we will show you how to install Anaconda Python on an Ubuntu 16.04 server. Anaconda is a free and open source package manager for the Python and R programming languages, and it is mainly used for machine learning and data science related applications. Anaconda comes with more than 1000 open-source packages and it works on all major operating systems including Linux, Mac OS and Windows. Installing Anaconda on Ubuntu 16.04 is fairly easy and straight to the point task, and it shouldn’t take more then 10 minutes to install it. Let’s get started.

Read More

How to Install Python 3.6.4 on CentOS 7

How to Install Python 3.6.4 on CentOS 7

yum install python 3We’ll show you how to install Python 3.6.4 on CentOS 7. Python is at the core of many popular websites and programs – YouTube, Instagram, and even Yum on CentOS, to name a few. They all rely on Python’s reliability and performance to complete many tasks at a time. Python is a general-purpose object-oriented programming language designed to be used as a software solution for almost all kinds of problems. However, the pre-installed version of Python found on CentOS VPS is a much older version. In order to have the latest version of Python, the user will have to install it manually.

Read More

How to Install pip on Debian 9

How to Install pip on Debian 9
How to Install pip on Debian 9
install pip on debian 9
Install pip on Debian 9

We will show you, how to install pip on Debian 9. Pip is a package management system which you can use to install and manage packages written in Python. Python is a programming language that allows you to perform web development, software development, system administration, scientific and numeric data analysis and much more. The Python Package Index (PyPI) hosts thousands of third-party modules for Python and you can install any of these modules using the pip package manager. Installing Pip on Debian 9 is really an easy task, just follow the steps below carefully and you should have pip installed on a Debian 9 VPS in a few minutes.

Read More

How to Install Python 3.6 on Ubuntu 16.04

how to install python 3.6 on Ubuntu 16.04
Installing Python 3.6 on Ubuntu 16.04

Today we will discuss how do you install Python 3.6 on Ubuntu 16.04. Python is a high-level, interpreted, interactive and object-oriented scripting language, and it is one of the most popular programming languages in the world. Python is designed to be highly readable and it can be used to build just about anything. It is using English keywords instead of punctuation and it also has fewer syntactical constructions than other programming languages.

Read More

How to Install Jupyter Notebook on Ubuntu 16.04

How to Install Jupyter on Ubuntu 16.04

Install Jupyter Ubuntu 16.04We’ll show you how to install Jupyter on Ubuntu 16.04. Jupyter Notebook is an open source and interactive web app that you can use to create documents that contain live code, equations, visualizations, and explanatory text. Jupyter Notebook supports more than 40 programming languages.  Installing Jupyter on Ubuntu 16.04 is quite an easy task and it should not take more than 10 minutes to finish the installation. Let’s get started.

Read More

How to Install Django on Ubuntu 16.04

How to Install Django on Ubuntu 16.04

We’ll show you How to Install Django on Ubuntu 16.04. Django is a free and open source, Python-based web application framework. It is a set of useful components that help developers to easily and quickly create their applications. Django is built and maintained by experienced developers and used by some of the world’s biggest companies and governments. Also, some of the most popular websites such as Instagram, Mozilla, Pinterest, The Washington Times and Disqus are using Django. Installing Django on Ubuntu 16.04, is an easy task if you follow the steps bellow carefully.

Read More

How to Install Pip on Ubuntu 16.04

How to Install Pip on Ubuntu 16.04

installing pip on UbuntuWe’ll show you how to install Pip on Ubuntu 16.04. Pip is a python package management system used to install and manage software packages which are found in the Python Package Index (PyPI). These software packages are written in Python and are typically used to extend or enhance a Python application. Pip is a widely-used Python package manager, known for its user-friendliness and performance. Pip also has a feature to manage full lists of packages and corresponding version numbers, made possible through a “requirements” file. Installing Pip on Ubuntu 16.04 is an easy task – just carefully follow the steps in this tutorial, and you should have Pip installed on Ubuntu 16.04 in less than 10 minutes.

Read More