Ruby, unlike Python, makes lots of things implicit, and there's a special kind of if expression that demonstrates this well. It's often referred to as an "inline-if" or "conditional modifier", and this special syntax is able to return one value when a con... (more…)
Read more »
Python 3.6.0 is now available! Python 3.6.0 is the newest major release of the Python language, and it contains many new features and opti...
Read more »
This documentation is not an official Python documentation, but a collection of
personal notes by Victor Stinner. (more…)
Read more »
An exploration of threads, processes, and coroutines in Python, with interesting examples that illuminate the differences between each. (more…)
Read more »