Python Features
Python Features
1. Simple or Easy
2. Free and Open Source
3. Large number of libraries
4. Dynamically Typed
5. Platform Independent
6. High Level and Portable
7. Extensible
8. Embeddable
9. Object Oriented
10. Interpreted
Simple or Easy
1. Easy Syntax : Syntax of python is easy or simple compare to
other programming languages (C,C++ and Java)
2. Less Coding : Python language provides facilities which
makes to reduce code (concepts or libraries)
3. Automatic Memory Management : Memory management
consists of 2 things
1. Allocating Memory (Reserving)
2. De-allocating Memory (Un-Reserving)
In python memory allocation is done by programmer but de-
allocation is done by one service or facility called garbage
collection.
What is platform?
Platform is a software which provides the good environment for
development and execution of applications or software’s.
Operating System is called platform.
Operating system is software which acts as mediator between
software and hardware.
Day-1 https://youtu.be/FzT4UvnaAHQ
Day-2 https://youtu.be/DY9kDbAlb-g
Day-3 https://youtu.be/EdkXRNheRr4
Day-4 https://youtu.be/tubxXP0JJgo
Day-5 https://youtu.be/L2eWL6ccfhM
codewithsatishgupta