Python dictionary, the implementation

Dictionary is a really useful data type built into Python, how does it work? Read more...

How a template engine works

What is a template engine? How the template engine is built inside tornado web framework? Read more...

Introducing Pencil: A Microframework Inspired By Flask For Rust

A web application framework for rust, building web apps can be really fun. Read more...

Ownership in Python

What is Ownership in Python? How reference counting is used for memory management in Python. Read more...