1.introduction To Python
1.introduction To Python
Page 1 of 2
Course Material
Semester &
Class & Section III BSC CS A V Sem, 2024-25
Academic Year
UNIT-1
PYTHON–OVERVIEW
Pythonisahigh-level,multi-paradigmprogramminglanguage.AsPythonis aninterpreter-
basedlanguage.
Pythonisadynamicallytypedlanguagewithveryintuitivedatatypes.
Pythonisanopen-sourceandcross-platformprogramminglanguage.
ItisavailableforuseunderPythonSoftwareFoundationLicense(compatible to GNU General Public
License) on all the major operatingsystemplatformsLinux,Windowsand Mac OS.
ThedesignphilosophyofPythonemphasizesonsimplicity,readabilityandunambiguity.
Python is known for its batteries included approach as Python software
isdistributedwithacomprehensivestandardlibraryoffunctionsandmodules.
INTRODUCTION
Python3.11.2isthecurrentstableversion,releasedinFebruary2023.
Asofdate,Python3.12.4 isreleasedon June 6, 2024.