Introduction 01

INTRODUCTION 01


Python a easy coding language to learn:
Compared to traditional C, C++ or Java the lines of code is reduced at Python. It is much sophisticate for beginners and data scientist who have less programming background.
Python is much versatile among scientific community for its rich APIs, open-source community.
This is consider as generic modern language for current era.

Installation and Setup:

Linux or Unix or Mac ( LUX):

LUX is the short way to address open-system platform and Unix parent Operating Systems.
Python is in-built package with LUX environment, only for Mac users it has to be installed individually.

Follow this link for Mac users : https://www.python.org/downloads/mac-osx/

LUX users can check from terminal by command line, " python --version"

Windows :

The plug an play at Windows is much easier, though the recommended to install using Anaconda installer for additional packages.

Follow this link for Windows users: https://docs.anaconda.com/anaconda/install/windows/

Note: use Environment variables after setup.

Setup and IDE:

Pycharm or IDEA-J   -    Advanced users
Spyder       -    Medium level users
VS studio   -    Advanced users
Juniper      -   Basic users
Ipython      -   Basic users

Much more at commercial and community editions available for extensive use.

GoTo Next Page>> Introduction-02


Most popular

Learn Python Basics