Python
作者:Abdelrahman Hamed saeed

1. Operators
1.1. Arithmetic Operators
1.1.1. +
1.1.2. -
1.1.3. *
1.1.4. /
1.1.5. =
1.2. Comparison Operators
1.2.1. ==
1.2.2. <
1.2.3. >
1.2.4. !=
1.3. Logical Operators
1.3.1. AND
1.3.2. OR
1.3.3. NOT
1.4. Membership Operators
1.4.1. In
1.4.2. Not In
2. libraries
2.1. request
2.2. Scappy
2.3. Numpy
2.4. Pandas
2.5. SQLAlchemy
3. features
3.1. Free and Open Source
3.2. Object-Oriented Language
3.3. High-Level Language:
3.4. Python is Portable language:
3.5. Python is Integrated language:
3.6. Large Standard Library
3.7. Easy to code:
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. , range
4.3.2. list
4.3.3. tuple
4.4. Binary Types:
4.4.1. memoryview
4.4.2. bytes
4.4.3. , bytearray,