Python
作者:Bassant Ashraf
1. Types of operators
1.1. Arthmetic
1.2. Relational/Comparison
1.3. Logical
1.4. Identity
1.5. Membership
1.6. Bitwise
2. Loops
2.1. Finite Loop
2.2. infinite Loop
2.3. break [ ]
2.4. pass
2.5. For Loop
2.6. WhileLoop
2.7. Do while Loop
2.8. Conditional statements
2.8.1. If statement
2.8.2. If -Else statements
2.8.3. If-Else-If statements (elif)
2.8.4. Nested If statements
3. Variables in python
4. Features
5. History
5.1. Developed by Guido Van Rossum
5.2. First released in 1991
5.3. Name inspired by 'Monty Python's Flying Circus'
6. Data types in python
6.1. Numeric
6.2. Non-Numeric
6.3. Sequential
6.4. Boolean
7. OOP
7.1. Inheritance
7.1.1. extends
7.1.2. super ( )
7.2. polymorphism
7.2.1. Overwriting
7.2.2. Overloading
7.2.3. Methods that objects respond to in a different manner
7.3. Class
7.3.1. Blue print for the object (plan)
7.3.2. Instance of classes
7.3.2.1. new ( )
7.3.2.2. constructor