Python

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.

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

Generating pseudorandom numbers in Python

Fridolin Pokorny

Learn how Project Thoth uses termial random number calculations to recommend a variety of Python packages while prioritizing newer package releases.

Featured image for Kubernetes + OpenShift
Article

New application samples in Red Hat OpenShift 4.8

Don Schenck

Use Red Hat OpenShift 4.8 samples for quick deployment. Learn how the variety of samples promote developer success in a wide range of software applications.

Article Thumbnail
Article

Four reasons developers should use Ansible

Don Schenck

Why should developers learn Ansible? Find out how this simple yet powerful DevOps tool makes automating environments and configuring systems easy.

Featured image for topics related to coding.
Article

Monthly roundup: Best of September 2021

Red Hat Developer Editorial Team

Don't miss a thing! Here's a roundup of new articles, tutorials, activities, and more published this month on Red Hat Developer.

Featured image for Five things to know about Python.
Article

Five things to know before learning Python

Jason Dobies

Discover five important things to keep in mind as you learn how to use Python. This article gives beginners a general introduction to a useful coding language.

Featured image for Python topics.
Article

Debugging Python C extensions with GDB

Victor Stinner

You can use C debuggers to debug C extensions in Python 3.9. Learn how to use the improved Python debug build with the GNU Project Debugger (GDB).