Python Entry Points Explained

In this post I’m going to explain about entry points in Python.Most people know entry points as the little snippet that you put in your setup.py file to make… Read more

Similar

Better Python Object Serialization

The Python standard library is full of underappreciated gems. One of them allows for simple and elegant function dispatching based on argument types. This makes it perfect for serialization of arbitrary objects – for example to JSON in web APIs and stru... (more…)

Read more »