Python is a widely-used, interpreted, object-oriented, and high-level programming language with dynamic semantics, used for general-purpose programming.
This repository contains my notes and tutorials, along with a folder structure for organizing the content.
- Variables
- Indentation
- Data Types
type()Function- Type Casting
- Unpacking Collections
- Global Variables
- Global Keyword
- Booleans
bool()Function- Falsy Values
- Conditional Statements
- Loops
- Functions
- User Inputs
- Classes and Objects
- Encapsulation
- Inheritance
- Lists
- Tuples
- Sets
- Dictionaries
- Exercises
Each section will provide detailed explanations and examples to facilitate understanding.