Python- Zero To One

Table of contents

No heading

No headings in the article.

History Of Python-:

The python programming lang is conceived in the year 1980. Python programming lang development implementation began in the year 1989.The Python Programming lang official released in the year 1991 feb . The Python Programming lang Developed By GUIDO VAN ROSSUM.

Features of PYTHON :-

Python Programming lang Provides 11 Features , They are -:

Simple , Freeware and Open Source , Platform Independent , Dynamically Typed , Interpreted , High-level , Robust , Extensible , Embedded , Support Third party APIs such as NumPy , Pandas , SciPy etc etc . , Both functional and OOPs Lang .

1.Simple-: Python is one of the simple programming lang because Python Programming lang provide "Rich set of module " , So that python programmers can re-use the pre-defined code in application without writing our own code. Python Programmers provides in-built facilities called Garbage collector and whose role is that collect un-used memory space . Python programming provides user-friendly syntaxes . so that python programmer can develop Error-Free program in limited span of time .

2.Free ware and Opensource-: If any s/w downloaded freely from official websites then such type of s/w are called Freeware. If any official s/w permits the original s/w to customize then that s/w is called Opensource.

3. Platform Independent -: Platform independent lang. are those whose data types takes same memory spaces on different operating system.

4.Dynamically Typed-: In dynamically typed programming lang , python programmer need not to write variable declaration and more over whose data type assigned by python execution environment automatically based on type of value used by programmer