Python
Content
📄️ Variables
In Python, variables serve as symbolic names for values or objects in your program.
📄️ Datatypes
Integers
📄️ Sequential Datatypes
In Python, sequential data types are collections that organize and store elements in a specific order.
📄️ Dictionaries
dictionaries are entered with curly brackets
📄️ Sets
Introduction
📄️ Input
if the input function is called, the program sequence is stopped until the user makes an entry.
📄️ if else
if
📄️ Loops
While
📄️ Read & Write Files
Read Files
📄️ Formated Output
📄️ Shallow & Deep Copy
x and y are assigned to the same object(3)
📄️ Functions
Introduction
📄️ Recursive Functions
Introduction
📄️ Lists & Tupels
Stack
📄️ Modularization
Modules
📄️ Global And Local Variables
variables are generally considered local in python
📄️ Strings
Splitting
📄️ Exceptions
a common problem is that when an error occurs within a program,