Get Started. It's Free
or sign up with your email address
Python by Mind Map: Python

1. USe

1.1. Wep And internet Develpment

1.2. Database Access

1.3. Network Programin

1.4. software & game develpment

1.5. Desktop Guils

2. Framework

2.1. Wep Programing

2.1.1. Django

2.1.2. Flask

2.2. Gui Development

2.2.1. Mx python

3. Learn python library

3.1. Brief Tour of the Standard Library — Part II

3.1.1. Brief Tour of the Standard Library

4. Education

5. learn Basic python

5.1. An Informal Introduction to Python

5.1.1. Using Python as a Calculator

5.1.1.1. Number

5.1.1.2. String

5.1.1.3. lists

5.1.2. irst Steps Towards Programming

5.2. Data structures

5.2.1. The del statement

5.2.2. Using Lists as Queues

5.2.3. List Comprehensions

5.2.4. Nested List Comprehensions

5.2.5. The del statement

5.2.6. Tuples and Sequences

5.2.7. Sets

5.2.8. Dictionaries

5.2.9. Looping Techniques

5.2.10. More on Conditions

5.2.11. Comparing Sequences and Other Types¶

5.3. More controll flow tools

5.3.1. if Statements¶

5.3.2. for Statements¶

5.3.3. The range() Function¶

5.3.4. break and continue Statements, and else Clauses on Loops¶

5.3.5. pass Statements¶

5.3.6. Defining Functions

5.3.7. More on Defining Functions

5.3.7.1. Default Argument Values

5.3.7.2. Keyword Arguments

5.3.7.3. Arbitrary Argument Lists¶

5.3.7.4. Unpacking Argument Lists

5.3.7.5. Lambda Expressions

5.3.7.6. Documentation Strings

5.3.7.7. Function Annotations

5.3.8. Intermezzo: Coding Style

5.4. input And Output

5.5. errors and Exception

5.5.1. Syntax Errors

5.5.2. Exceptions¶

5.5.3. Handling Exceptions

5.5.4. Raising Exceptions¶

5.5.5. User-defined Exceptions

5.5.6. Defining Clean-up Actions

5.5.7. Predefined Clean-up Actions

5.6. MOdules

5.7. classes