02: Installation and Configuration

Install Python

The following are the steps to download and install the python.

Install Python Editor

There are many Python editors available online such as Atom, Spyder, Thonny, Sublime Text3, etc. you can use any of them but I found visual studio code editor is the most user-friendly that is used in this tutorial.

Visual Studio Code is a lightweight but powerful source code editor that runs on your desktop and is available for Windows, macOS, and Linux. It comes with built-in support for JavaScript, TypeScript, and Node.js and has a rich ecosystem of extensions for other languages.

Following are the steps to install Visual Studio Code editor:

Download this editor by clicking on this link https://code.visualstudio.com/docs  to download this editor. by clicking on the download button at the top of the right side.

DJango :

This package is required for web application development in Python. Use PIP command to install DJango package 

>pip install django 

Anaconda :

Anaconda does contain modules (libraries) for Data Science, Machine Learning libraries like Panda, Scipy, NumPy, MatPlotLib, etc. It contains more than 1500 modules for your enterprise application. Anaconda distribution is a free and open-source platform for Python/R programming languages.

Anaconda has conda command to install additional modules. 

Alternatively

If you do not wish to use anaconda then alternatively, you can install the above-mentioned modules (libraries) using the PIP command.