Noise On The Net Blog

Stacking bits

I will show a very compact (memory efficient) and fast implementation of a binary stack, some Test Driven Design and success types

Prime Time

An introduction to coroutines, typestate machine, phantom types, iterators and ownership issues

Python REPL

We are going to explore one of the most interesting feature of python: an interactive command line also known as REPL

Python Intro

how are values created in the source code of python, how to create basic expressions and use basic containers