Building costum Python iterators and generatorsIn this post, we will discover how to effectively use Python generators, define own generators and integrate them into your programming…Oct 30, 2024Oct 30, 2024
In-Depth Dive into Python Dictionaries and SetsThis article handles specialities of the most common Python data structures.Oct 24, 2024Oct 24, 2024
8 pro-Tipps for Classes and object-oriented programmingThis is a summary of tipps and tricks for OOP.Oct 23, 2024Oct 23, 2024
Dating LifeDating is a funny topic — somehow almost everybody is affected by it, and people talk about it in various ways. I conducted a small study…Oct 18, 2024Oct 18, 2024
How to handle gitThis gives a comprehensive overview of all important factors of git, referencingother amazing guides for completion.Sep 16, 2024Sep 16, 2024
Python Using OperatorsIn this post, we want to show different operators one can define by hand for custom classes, making it easier to combine instances of some…Jul 13, 2024Jul 13, 2024
How to form a healthy working environmentWhat can a company do to have a great working environment?Jun 7, 2024Jun 7, 2024
Python Basics: Strings, if-else, Loops and DatatypesThis sums up the most important basics to get started with Python and with coding in general.Jun 2, 2024Jun 2, 2024
Using Python functions effectivelyHow to use Python functions, Lambda functions, closures and Decorators.Mar 15, 2024Mar 15, 2024