Entry points in Python
What a Python entry point is, and how to use setuptools entry points to expose console scripts and plugin hooks in your own packages.
2 entries · All tags
What a Python entry point is, and how to use setuptools entry points to expose console scripts and plugin hooks in your own packages.
Your feature shipped, passed review, and then someone flagged the latency. A walkthrough of profiling Python to find where the time actually goes before you start optimizing.