Learn the basics of Apache Kafka Producers and Consumers by building an interactive notebook in Python. (more…)
Read more »
An introduction to data science in Python, for people with no programming experience. (more…)
Read more »
How Python's metaclasses work as an OOP concept, what they are good for—and why you might want to avoid them in your own programs. (more…)
Read more »
In this video we will explore one of the ways of reading data from HTML using python pandas library. (more…)
Read more »
The implementation of the Game Loop pattern in the previous post is not good: I propose to use the Command pattern to get a better one. This pattern allows separating input handling and game updating. This post is part of … Continue reading →... (more…)
Read more »