Começar. É Gratuito
ou inscrever-se com seu endereço de e-mail
Python por Mind Map: Python

1. Education

2. Frameworks

2.1. Web Programming

2.1.1. Django

2.1.2. Flask

2.2. GUI Development

2.2.1. wxPython

3. Learn Basic Python

3.1. An Informal Introduction to Python

3.1.1. Using Python as a Calculator

3.1.1.1. Numbers

3.1.1.2. Strings

3.1.1.3. Lists

3.1.2. First Steps Towards Programming

3.2. Data Structures

3.2.1. More on Lists

3.2.1.1. Using Lists as Stacks

3.2.1.2. Using Lists as Queues

3.2.1.3. List Comprehensions

3.2.1.4. Nested List Comprehensions

3.2.2. The del statement

3.2.3. Tuples and Sequences

3.2.4. Sets

3.2.5. Dictionaries

3.2.6. Looping Techniques

3.2.7. More on Conditions

3.2.8. Comparing Sequences and Other Types

3.3. More Control Flow Tools

3.3.1. if Statements

3.3.2. for Statements

3.3.3. The range() Function

3.3.4. break and continue Statements, and else Clauses on Loops

3.3.5. pass Statements

3.3.6. Defining Functions

3.3.7. More on Defining Functions

3.3.7.1. Default Argument Values

3.3.7.2. Keyword Arguments

3.3.7.3. Arbitrary Argument Lists

3.3.7.4. Unpacking Argument Lists

3.3.7.5. Lambda Expressions

3.3.7.6. Documentation Strings

3.3.7.7. Function Annotations

3.3.8. Intermezzo: Coding Style

3.4. Modules

3.4.1. More on Modules

3.4.1.1. Executing modules as scripts

3.4.1.2. The Module Search Path

3.4.1.3. “Compiled” Python files

3.4.2. Standard Modules

3.4.3. The dir() Function

3.4.4. Packages

3.4.4.1. Importing * From a Package

3.4.4.2. Intra-package References

3.4.4.3. Packages in Multiple Directories

3.5. Input and Output

3.5.1. Fancier Output Formatting

3.5.1.1. Old string formatting

3.5.2. Reading and Writing Files

3.5.2.1. Methods of File Objects

3.5.2.2. Saving structured data with json

3.6. Errors and Exceptions

3.6.1. Syntax Errors

3.6.2. Exceptions

3.6.3. Handling Exceptions

3.6.4. Raising Exceptions

3.6.5. User-defined Exceptions

3.6.6. Defining Clean-up Actions

3.6.7. Predefined Clean-up Actions

3.7. Classes

3.7.1. A Word About Names and Objects

3.7.2. Python Scopes and Namespaces

3.7.2.1. Scopes and Namespaces Example

3.7.3. A First Look at Classes

3.7.3.1. Class Definition Syntax

3.7.3.2. Class Objects

3.7.3.3. Instance Objects

3.7.3.4. Method Objects

3.7.3.5. Class and Instance Variables

3.7.4. Random Remarks

3.7.5. Inheritance

3.7.5.1. Multiple Inheritance

3.7.6. Private Variables

3.7.7. Odds and Ends

3.7.8. Exceptions Are Classes Too

3.7.9. Iterators

3.7.10. Generators

3.7.11. Generator Expressions

4. Learn Python Library

4.1. Brief Tour of the Standard Library

4.1.1. Operating System Interface

4.1.2. File Wildcards

4.1.3. Command Line Arguments

4.1.4. Error Output Redirection and Program Termination

4.1.5. String Pattern Matching

4.1.6. Mathematics

4.1.7. Internet Access

4.1.8. Dates and Times

4.1.9. Data Compression

4.1.10. Performance Measurement

4.1.11. Quality Control

4.1.12. Batteries Included

4.2. Brief Tour of the Standard Library – Part II

4.2.1. Output Formatting

4.2.2. Templating

4.2.3. Working with Binary Data Record Layouts

4.2.4. Multi-threading

4.2.5. Logging

4.2.6. Weak References

4.2.7. Tools for Working with Lists

4.2.8. Decimal Floating Point Arithmetic

5. Use

5.1. Web and Internet Development

5.2. Database Access

5.3. Desktop GUIs

5.4. Scientific & Numeric

5.5. Network Programming

5.6. Software & Game Development