Python Reference (The Right Way)
latest
  • Introduction
  • Definitions
  • Coding Guidelines
  • Fundamental Data Types
  • Built-In Functions
  • Comprehensions and Generator Expression
  • Container Data Access
  • Operators
  • Statements
  • Other Objects
  • Double Underscore Methods and Variables
  • Exceptions
  • Constants
  • Boilerplate
  • Glimpse of the PSL
  • Resources
  • Licence
Python Reference (The Right Way)
  • Docs »
  • Python Reference (The Right Way) - DRAFT
  • Edit on GitHub

Python Reference (The Right Way) - DRAFT¶

Contents¶

  • Introduction
    • Notes
    • Scope
    • Rationale
  • Definitions
  • Coding Guidelines
    • Minimalism
    • The Zen of Python
    • PEP 8
  • Fundamental Data Types
    • None
    • Numbers
    • Sequences
    • Mappings
    • Sets
    • Files
  • Built-In Functions
    • Functional Programming
    • Numeric Types Conversions and Constructors
    • Numeric Types Conversions
    • Arithmetic
    • String Conversions
    • Sequences Constructors
    • Mappings Constructors
    • Operating on Containers
    • Iterators
    • Comparisons
    • Identity
    • File Objects Constructors
    • Object Oriented Functions
    • Information
    • System
    • Misc
  • Comprehensions and Generator Expression
    • Comprehensions
    • Generator Expression
  • Container Data Access
    • Brackets Operators
  • Operators
    • Arithmetic Operators
    • Assignment Operators
    • Relational Operators
    • Boolean Operators
    • Conditional Operator
    • Identity
    • Membership
    • Deletion
    • Callables Operators
    • Bitwise Operators
    • Bitwise Assignment Operators
    • Misc
    • String and Sequence Operators
    • Sequence Assignment Operators
  • Statements
    • Flow Control
    • Loops
    • Functions
    • Generators
    • Classes
    • Context Managers
    • System
    • Imports and Scope
    • Assertions
    • Exceptions Handling
  • Other Objects
    • Data Types
    • Method Decorators
    • Others
  • Double Underscore Methods and Variables
    • Direct Attribute Access
    • Descriptor Protocol
    • Comparisons
    • Containers
    • Context Managers
    • Numeric Methods
    • Object Attributes
    • Pickle Protocol
  • Exceptions
  • Constants
  • Boilerplate
  • Glimpse of the PSL
    • Data Structures and Algorithms
    • Time
    • Files and Folders
  • Resources
  • Licence

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2015, Jakub Przywóski. Revision 9a3b94e7.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.