python
af Yousef Nagy

1. features
1.1. Object-Oriented Language
1.2. High-Level Language
1.3. GUI Programming Support
1.4. Free and Open Source
1.5. Easy to code
1.6. Python is Portable language
2. data types
2.1. Text Type
2.1.1. str
2.2. Numeric Types
2.2.1. int
2.2.2. float
2.2.3. complex
2.3. Sequence Types
2.3.1. list
2.3.2. tuple
2.3.3. range
2.4. Mapping Type
2.4.1. dict
2.5. Set Types
2.5.1. set
2.5.2. frozenset
3. libraries
3.1. TensorFlow
3.2. Scikit-Learn
3.3. Numpy
3.4. Keras
3.5. PyTorch
3.6. LightGBM
3.7. Eli5
3.8. SciPy
4. operators
4.1. Arithmetic operators
4.1.1. Addition (+)
4.1.2. Subtraction (-)
4.1.3. Multiplication (*)
4.1.4. Division (/)
4.2. Assignment operators
4.2.1. =
4.2.2. +=
4.2.3. -=
4.3. Comparison operators
4.3.1. Equal (==)
4.3.2. Not equal (!=)
4.3.3. Greater than (>)
4.4. Logical operators
4.4.1. and
4.4.2. or