Python
Door Abdelrahman Hamed saeed

1. Operators
1.1. Assignment Operators
1.1.1. *=
1.1.2. +=
1.1.3. /=
1.1.4. -=
1.2. Comparison Operators
1.2.1. >
1.2.2. <
1.2.3. >=
1.2.4. <=
1.2.5. ==
1.2.6. !=
1.3. Arithmetic Operators
1.3.1. +
1.3.2. -
1.3.3. *
1.3.4. /
2. applications
2.1. Web Development.
2.2. Game Development.
2.3. Machine Learning.
2.4. Software Development
2.5. Business Applications
3. libraries
3.1. Scappy
3.2. request
3.3. SQLAlchemy.
3.4. pyGtk
3.5. Requests
3.6. Matplotlib.
3.7. pygame
4. Data Types
4.1. Text Type:
4.1.1. str
4.2. Numeric Types:
4.2.1. int
4.2.2. float
4.2.3. complex
4.3. Sequence Types:
4.3.1. tuple
4.3.2. range
4.3.3. list
4.4. Binary Types:
4.4.1. bytes
4.4.2. bytearray
4.4.3. memoryview
4.5. Boolean Type:
4.5.1. bool
4.6. Set Types:
4.6.1. frozenset
4.6.2. set