Natural Syntax for Units in Python

In the past week, there has been an interesting discussion on Python-ideas about Natural support for units in Python . As I have thought int… Read more

Similar

The Guide to Python Logging

Python has the wonderful package for recording logs called logging. You can find it in the standard library. Many developers think that it is overcomplicated and not pythonic. In this post I will try… (more…)

Read more »