Core Python


Python is an interpreted, high-level, general-purpose programming language that emphasizes code readability. It's a dynamically typed and garbage-collected language that supports structured, object-oriented, and functional programming.
Introduction
Histroy,Features
Setting a path
Basic Syntax
Variable and Data Types
Operators
Conditional Statements
Looping - for,while
Nested loops
Control Statements Break, Continue, Pass
String Manipulation
Lists
Tuples
Dictionaries
Functions
Modules
Input-Output
Exception Handling