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.

Lesson Thumbnail
Lesson

Deploy applications from images

Graham Dumpleton

Whether you are using the OpenShift web console or the command line, you will learn how to deploy an application from an existing container image.

15 minutes | Beginner
Featured image for: Can we consider --editable a bad practice?
Article

Extracting dependencies from Python packages

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