0% found this document useful (0 votes)
0 views

Simple

Python is considered a simple programming language due to its rich set of modules, in-built garbage collector, and user-friendly syntax. The rich set of modules allows programmers to reuse pre-defined code for real-time applications. The in-built garbage collector manages memory automatically, improving application performance by removing unused memory space.

Uploaded by

axyzaq66
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

Simple

Python is considered a simple programming language due to its rich set of modules, in-built garbage collector, and user-friendly syntax. The rich set of modules allows programmers to reuse pre-defined code for real-time applications. The in-built garbage collector manages memory automatically, improving application performance by removing unused memory space.

Uploaded by

axyzaq66
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

================================================================

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
-----------------------------------------------------------------------------------
----------

-----------------------------------------------------------------------------------
---------------------------------------------------------------------------------

You might also like