Introduction to OOP in PythonOnline Event

Europe/Berlin
Fredo Erxleben (Helmholtz-Zentrum Dresden-Rossendorf) , HIFIS Noreply Bot (Functional Account)
Description

General Information

Language English
Level Intermediate
Cost Free

 

 

 


Important Note: This is the first installment of this workshop. Bugs and hick-ups are to be expected. Bring some popcorn… :)


Content

This course will give a hands-on introduction to the concept of Object-Oriented Programming, a popular and powerful approach to problem solving by describing the involved components and their interactions.

We will introduce the involved concepts from the very beginning using Python as our language of choice.

Required Tools/Knowledge

  • A basic knowledge of the Python language (variables, functions, loops, conditions)
  • A working Python setup (The instructors will use Thonny for the workshop but you can bring whatever suits you)

Registration

To register for the course, please log in via the Helmholtz AAI (Step-by-step Instructions). If you do not have an account yet, the AAI will guide you through the setup process.

Registration period: 2022-05-09 to 2022-05-15

    • 9:00 AM 10:30 AM
      Day 1: Block 1
      • 9:00 AM
        Day 1: Getting started 30m
      • 9:30 AM
        Objects 30m

        Get to know the fundamental building block for OOP

      • 10:00 AM
        Classes 30m

        Why describe one object, if you can describe them all at once?

    • 10:30 AM 11:00 AM
      Break 30m
    • 11:00 AM 12:30 PM
      Day 1: Block 2
      • 11:00 AM
        Methods 45m

        A function's big sibling.

      • 11:45 AM
        Exercise: Objects, Classes, Methods 25m

        The first bigger practical exercise to apply what you have learned so far

    • 9:00 AM 10:30 AM
      Day 2: Block 1
      • 9:00 AM
        Day 2: Warm up 30m
      • 9:30 AM
        Composition 30m

        How to glue classes together.

      • 10:00 AM
        Class Attributes and -Methods 30m

        Because sharing is caring

    • 10:30 AM 11:00 AM
      Break 30m
    • 11:00 AM 12:30 PM
      Day 2: Block 2
      • 11:00 AM
        Inheritance 45m

        Never implement the same stuff twice.

      • 11:45 AM
        Hands-On 45m