Python

Basic programming course that teaches fundamental programming concepts using the Python programming language. The course includes theory and exercises that cover how to use programming concepts.

Good fit for technical university or college level degree.

€ 75 per year

Available in

Course content

Chapter 1: Introduction

  • Introduction
    1. Welcome
    2. Goals
  • General
    1. The Python Programming Language
    2. Python in SOWISO
  • Python Syntax
    1. Python Syntax

Chapter 2: Basic Types

  • Booleans
    1. True or False
    2. Precedence and Associativity
  • Numbers
    1. Integers
    2. Floats
    3. Comparisons
    4. Bits and Bytes: Integers
    5. Bits and Bytes: Floats
    6. Bits and Bytes
  • Strings
    1. Strings
    2. Methods
    3. Formatting
    4. Printing

Chapter 3: Control Flow

  • Control flows
    1. Conditionals
  • Loops
    1. For Loops
    2. While Loops
  • Functions
    1. Function Fundamentals
    2. Playing with Parameters

Chapter 4: Data Structures

  • Lists
    1. Lists
  • Tuples
    1. Tuples
  • Sets
    1. Sets
  • Dictionaries
    1. Dictionaries