Python

خريطه بايثون ذهنيه

马上开始. 它是免费的哦
注册 使用您的电邮地址
Python 作者: Mind Map: Python

1. Uses of Python

1.1. Web and Internet Development

1.2. Database Access

1.3. Desktop GUIs

1.4. Scientific & Numeric

1.5. Network Programming

1.6. Software & Game Development

2. Frameworks

2.1. Web Programming

2.1.1. Django

2.1.2. Flask

2.2. GUI Development

2.2.1. wxPython

3. Types of Operators

3.1. Relational / Comparison

3.1.1. ==

3.1.2. !=

3.1.3. >

3.1.4. <

3.1.5. >=

3.1.6. <=

3.2. Arithmetic

3.2.1. +

3.2.2. -

3.2.3. *

3.2.4. /

3.2.5. //

3.2.6. %

3.2.7. **

3.3. Assignment

3.3.1. =

3.3.2. +=

3.3.3. -=

3.3.4. *=

3.3.5. /=

3.3.6. **=

3.3.7. //=

3.4. Logical

3.4.1. and

3.4.2. or

3.4.3. not

3.5. Indentity

3.5.1. is

3.5.2. is not

3.6. Membership

3.6.1. in

3.6.2. not in

3.7. Bitwise

3.7.1. & (AND)

3.7.2. | (OR)

4. Learn Python Library

4.1. Brief Tour of the Standard Library

4.2. Brief Tour of the Standard Library – Part II

5. Python Programming

5.1. Basics of Python

5.1.1. System Command Lines

5.1.2. IDLE user interface

5.1.3. Numbers and Comparison

5.1.4. Decimal, Sets, Booleans

5.2. String

5.2.1. String Literals

5.2.2. String Methods

5.2.3. String Formatting

5.3. List

5.3.1. List Opertions

5.3.2. Indexing, Slicing

5.3.3. Matrixes

5.4. Tuples

5.4.1. Tuples in action

5.4.2. Files and examples

5.5. Conditional and Looping Statement

5.5.1. If statement

5.5.2. While loop

5.5.3. For loops

5.6. Modules

5.6.1. Module creation

5.6.2. Importing package