2024-09-27 11:37:25 +02:00
2024-09-27 11:37:25 +02:00
2024-09-27 11:37:25 +02:00
2024-09-22 08:10:00 +00:00
2024-09-22 08:10:00 +00:00
2024-09-27 11:37:25 +02:00

Python 101 crash course.

Basics

Covering the very basics of Python functionality.

  • Naming convention
  • Im-/mutable objects
  • Typing (Not writing, but type definition)

Lesson 1

Covering entry level introduction into Python programming.

  • Defining and calling functions
  • The correct way to launch a Python file
  • Working with lists, dictionaries and sets etc.

Lesson 2

Introducing classes and methods.

  • Defining classes
  • Proper initiation of a class instance
  • Working with class instances

Lesson 3

Introducing special types of classes.

  • Data classes
  • Abstract Base Classes (ABC)
  • Property classes
  • Protocol classes

Lesson 4

Introduction to comprehensions

  • List comprehentions
  • Dict comprehentions
Description
Basic python do's and don't
Readme MIT 51 KiB
Languages
Python 100%