Introduction
  • Introduction
  • Download the course material here AND DISCORD
  • Install required tools and Hello World
  • Udemy Reviews Update
  • FAQ - Frequently Asked Questions
  • Get the most from Tutorials.EU
Python Basics
  • Intro
  • Important note
  • Numbers in Python
  • Variables in Python
  • Strings in Python
  • Number or String?
  • [skip if solved] Sample solution Quiz: Number or String
Python Bascis Part 2
  • Lists in Python
  • Lists in Python
  • [skip if solved] Sample solution Quiz: Lists in Python
  • Lists - pop function
  • Handout: Lists in Python
  • Motivation
  • Convert Data 1
  • Convert Data 2
  • Comments
  • Comment s in Python
  • [skip if solved] Sample solution Quiz: Comments
  • For your reading
  • Exercise Sheet
  • [skip if solved] Sample solution Python Basics
Control Structures
  • Intro
  • if, else
  • Comparison Operators
  • Connect Expressions And Booleans
  • Leaflet: Comparison Operators
  • If & Booleans
  • [skip if solved] Sample solution Quiz: If & Booleans
  • The In Operator
  • The Not Operator
  • Leaflet: Operators and Lists
  • The Not Operator
  • [skip if solved] Sample solution Quiz: The Not Operator
  • elif
Control Structures Part 2
  • While Loop
  • For Loop
  • When To Use Which Loop?
  • In, Loops,...
  • [skip if solved] Sample solution Quiz: In, Loops,...
  • Loops (break, continue)
  • Excursus: How to Handle Problems
  • Project: Trump Twitter Bot
  • Leaflet: Loops
  • Challenge Sheet Control Structures
  • [skip if solved] Sample solution Challenge Control Structures
Functions
  • Intro
  • Functions
  • Functions 2
  • Outlook - Objects
  • Intro: Opening a File
  • Open a File
  • Write a File
  • File And the With Keyword
  • Open CSV
  • Read And Skip Rows in CSV
  • Excursus: Drawing Graphics
  • Info: Birth statistics
  • Birth Statistics
  • Challenge Birthstatistics
  • Quiz Double Checking Your Solution
  • [skip if solved] Sample solution Challenge Birth Statistics
  • Leaflet: Functions and Methods
  • Challenge Paper - Functions
  • Tips on how to solve Functions Challenge
  • [skip if solved] Sample solution Challenge Functions
Lists in Python
  • Lists Intro
  • Working with Lists
  • List Slicing
  • List Slicing
  • [skip if solved] Sample solution Quiz: List Slicing
  • List Comprehension
  • Outlook - Tuple & Dictionaries
  • Dictionaries
  • Dictionaries
  • [skip if solved] Sample solution Quiz: Dictionaries
  • Tupel
  • Packing and Unpacking of Tuples
  • Dictionaries and Loops
  • Challenge: Dictionaries & Loops
  • Tips: Dictionaries & Loops
  • Check Your Solution: Challenge Dictionaries & Loops
  • [skip if solved] Sample solution Challenge Dictionaries & Loops
  • Nest Data Structures
  • Leaflet: Dictionaries, Lists and Tuples
Object Oriented Programming
  • Intro
  • Class and Method