Python Training: Beginners

Contents:

  • 1. General
  • 2. Data Types
  • 3. Variables
  • 4. Operators
  • 5. Conditional Statements
  • 6. Loops
  • 7. Exception Handling
  • 8. Functions
  • 9. Object-oriented Programming
  • 10. Further Resources
Python Training: Beginners
  • Docs »
  • Welcome to Python Training: Beginners documentation!
  • View page source

Welcome to Python Training: Beginners documentation!¶

Contents:

  • 1. General
    • 1.1. Installation
    • 1.2. Read-Eval-Print Loop (REPL)
    • 1.3. Execution
    • 1.4. Naming Conventions
    • 1.5. Comments
  • 2. Data Types
    • 2.1. Basic Data Types
    • 2.2. More Complex Data Structures
    • 2.3. Further Resources
  • 3. Variables
    • 3.1. Assignments
    • 3.2. Multiple Assignments
  • 4. Operators
    • 4.1. Arithmetic Operators
    • 4.2. Assignment Operators
    • 4.3. Comparison Operators
    • 4.4. Logical Operators
    • 4.5. Identity Operators
    • 4.6. Membership Operators
    • 4.7. Further Resources
  • 5. Conditional Statements
    • 5.1. if Statement
    • 5.2. else Clause
    • 5.3. elif Statement
    • 5.4. Conditional Expression
    • 5.5. Further Resources
  • 6. Loops
    • 6.1. for-Loop
    • 6.2. while-Loop
    • 6.3. Further Resource
  • 7. Exception Handling
    • 7.1. try-except
    • 7.2. else-Clause
    • 7.3. finally-Clause
    • 7.4. Further Resources
  • 8. Functions
    • 8.1. Defining a Function
    • 8.2. Positional Arguments
    • 8.3. Keyword Arguments
    • 8.4. Return Values
    • 8.5. Further Resources
  • 9. Object-oriented Programming
    • 9.1. Further Resources
  • 10. Further Resources

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next

© Copyright 2019, Florian Dahlitz

Built with Sphinx using a theme provided by Read the Docs.