Все публикации

Keep Poetry Virtual Environment in project folder

Let’s pixelate images with Python and Jupyter notebook

Let’s create our first Jupyter notebook together! Introduction.

12. October 2024

Don't switch on types. Adhere to the open-closed principle with polymorphism

Solve coupling with dependency injection in Python

Hide those nasty libraries behind an interface in Python

Building self-driving cars in Python from scratch

Why I lied when I said that Python does not have a compiler

Mahjong Solitaire in the Windows Store

Does Python have a Type System?

Install Python, Visual Studio Code and execute 'Hello World!' on Windows in 2024

Install Python, Visual Studio Code and execute 'Hello World!' on macOS in 2024

How Python Developers sum Lists of Tuples without writing a for-loop

Mau Mau Solitaire in the Windows Store

18. July 2024

What Python developers probably don't know about boolean 'or'

The shortest explanation of Statements, Expressions and Functions

What experts mean when they 'abstract a library behind an interface'

Simple but powerful. Remove incomplete rows or columns with Pandas and Python

SQLAlchemy 2.0 Introduction - Create, Insert, Select and Relationships

What makes this talk great? 'Early days of Id Software' John Romero

When Software Catastrophes turn into the perfect chance to refactor!

You used generics and boom! 💥 'List' is invariant. Consider using 'Sequence' instead.