Simple
Simple
1. Simple
================================================================
=>The Python Programming is one of the SIMPLE Programming Language bcoz of 3
Important Technical Points. They are
-----------------------------------------------------------------------------------
----------
Factor-1: Rich Set of Modules
-----------------------------------------------------------------------------------
----------
=>Python Programming Lang Provides "Rich Set of Modules".
=>So that Python Programmers can Re-Use the Pre-Defined Code for Developing Real
Time Applications.
Examples: calendar , math,cmath,random,........etc
********************
Definition of Module
********************
=>A Module is Collection of Data Members, Functions and Class Names.
********************
-----------------------------------------------------------------------------------
----------
Factor-2: In-built Garbage Collector--Memory Management
-----------------------------------------------------------------------------------
----------
=>Python Programming Contains In-built Garbage Collector,.
=>So that In-built Garbage Collector collects Un-Used Memory Space and imporves the
Performnace of Python Based
Applications by collecting OR Removing Un-Used Memory Space.
***************************
Def. of Garbage Collector
***************************
=>A Garbage Collector is one of the Python System background program which is
running along with Regular Python Program and whose Role is that "To collect OR
Remove the Un-Used Memory Space and imporves the Performnace of Python Based
Applications".
***************************
=>hence Garbage Collector takes care about automatic memory management.
-----------------------------------------------------------------------------------
----------
Factor-3: User-Friendly Syntaxes----Next Class
-----------------------------------------------------------------------------------
----------
-----------------------------------------------------------------------------------
---------------------------------------------------------------------------------