Python

Featured image for: micropipenv: Installing Python dependencies in containerized applications.
Article

How Fedora and tox make Python testing easier

LumĂ­r Balhar

Developers should test their Python code with multiple Python versions. Fedora and tox make this task easier, even for many non-Fedora systems.

Featured image for: Can we consider --editable a bad practice?
Article

Extracting dependencies from Python packages

Fridolin Pokorny

Discover how to resolve Python dependencies by extracting metadata and dependency information, and how Project Thoth helps to streamline the process.

Featured image for: Can we consider --editable a bad practice?
Article

Extracting information from Python source code

Fridolin Pokorny

A simple tool called invectio, from Project Thoth, uses static source code analysis to display the symbols used or exported by Python source code.