Slipstream provides a data-flow model to simplify development of stateful streaming applications. (more…)
Read more »
A function is a block of code that performs an operation usually a specific task.
Functions help break our program into smaller and modular chunks, making them resusable and redable. They prevent repetition of code.
You can pass data known as parameters... (more…)
Read more »
Mix different games (normal, menu and messages) using the Game Loop pattern. Implementation with Python and Pygame. (more…)
Read more »
Learn how to use pip, python's standard package-management system and how it allows you to install third-party packages. (more…)
Read more »