Git tips for old dogs

If you have started using git years ago, then you already have habits and your preferred ways of doing things. But new versions introduce…

Read more...

Simple Python TCP client

Features nonblocking socket server messages divided by a newline, broken packages concatenated before parsing sending messages to server…

Read more...

Generators in Python

Simple generators A quick tutorial on how to make generators. We want to achieve this simple behavior and the same output: Define a function…

Read more...