Daily Shaarli

All links of one day in a single page.

July 28, 2017

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...