All Talks

Thoth

Having libraries in your Python project properly locked to a specific version is a well known best practice. Dependency management tools in the Python ecosystem lock dependencies to the latest version available, but what if the latest version available is not the best fit for your application? Open source project Thoth is an advanced Python dependency resolver which recommends libraries for your project based on observations that are gathered for Python libraries for specific runtime …

You might be interested in:

August 2019 Backend
Flying by the seat of our pants Flying by the seat of our pants

Flying by the seat of our pants

our journey of teaching python using drones

October 2020 Backend
Build plugins using Pluggy Build plugins using Pluggy

Build plugins using Pluggy

Kracekumar Ramaraju