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

Iterable object

Berlin-Lichtenberg

Dependency Inversion

Let’s use Dependency Injection and Dependency Inversion to FIX this coupled code!

5 Beginner’s bad habits I regret having in Python

Asynchronous Pyglet Render Loop: The Key to Smooth and Responsive Functionality

22. April 2024

What Is The Logic Behind Floating Point Numbers?

How to start programming in Python. 5 most heard questions.

Unary, Binary and Ternary explained with examples in Python

5. April 2024

4. April 2024

Type systems. What role do they play in Python?

Imperative vs Declarative Programming: What's the Difference?

27. March 2024

26. March 2024

Scale down app assets with Python and Pillow (PIL)

Nominal subtyping

Nominal v.s. Structural sub typing in Python

What are SCOPES and NAMESPACES in Python?

Fixing Animation Jitters in Pyglet: Custom Game Loop Explained

What Beginners REALLY should know about Type Comparison in Python

How Self in Python Actually Works

int object is not subscriptable in Python