Header Ads Widget

Responsive Advertisement

What is Python?





Python:

Python is a general purpose, high level, interpreted language.
It is widely used for developing desktop GUI applications, websites and web applications.
It has also a vast popularity in data science.

Features of python programming

Readable and Maintainable code:

The syntax rules of python allow users to express concepts without writing additional codes.It is very much similar to English reading language which makes it a clean code and helps to maintain the softwares without putting extra time and effort.
 
Multiple programming paradigms

Python programming supports several programming paradigms like object oriented and structured programming
.Python also features a dynamic type system and automatic memory management.


Compatibility

Python is an interpreted language and allow users to run the same code on multiple platforms without recompilation.

Robust Standard library

Python has robust standard library which gives it an upper hand over other programming languages.The standard library has wide range of modules which adds functionality to python applications.

Open source Frameworks

Python is an open source programming language and also have open source frameworks like Django,Flask,pyramid,Bottle,Cherrypy and some GUI frameworks like PyQT,PyJs,PyGUI,Kivy,PyGTK,WxPython.

Scientific and numeric applications

Python is used to facilitate data analysis and visualization features to resolve big data problems,it helps to visualize and present data in a more effective way.Python developers use python for artificial intelligence (AI) and natural language processing(NLP).

Installation of python3:
Go to the official website of python i.e, python.org/downloads/

Installation of pycharm(code editor)

Visit jetbrains.com/pycharm/download and use community version

Installation of Anaconda:

website
anaconda.com/products


Thanks,
Created by:
Devnandan Yadav

Post a Comment

2 Comments