Tuesday, 23 January 2018

Importance of Python in today's era





Why Python?



Python is leading programming language which is growing its network day by day.python has more than 1.5 lakhs libraries.python is easy to learn and with the help of python anyone can work upon many fields like data analysis, machine learning, Internet of things(IoT).Python is open source programming language so anyone can work on this language and add certain libraries according to it.
python is not a compiler, it is an interpreter.

the difference between compiler and interpreter is that compiler takes the whole programme as input and create another file which is in assembly language file and afterward, it compile that file and takes the input from a user and then gives the output according to it.while in the interpreter code is checked line to line.this is the only language whose graph of usage is increasing day by day.

How to start with python??

Go to the official website of python and download the latest version of python exe file according to system configuration → https://www.python.org/downloads.
After installing the exe you can start learning basics of python from google class(https://developers.google.com/edu/python/introduction)
or you can start it with the python documentation(https://www.python.org/doc).

Python software→Anacoda

I really recommend you to work with python open source software Anacoda.I recommend this because in anaconda there are so many python libraries attached with the software ,if you are working with exe file you have to first find the library and download it and after importing it can be used.
you can download Anaconda from https://www.anaconda.com/download/#linux

Resources
Video lectures



1 comment:

Machine Learning With R

IRIS EXAMPLE THROUGH VARIOUS CLASSIFICATION ALGORITHMS library(caret) dataset <- iris head(dataset) tail(dataset) validation...

Contact Form

Name

Email *

Message *