Python

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

Can we consider --editable a bad practice?

Christoph Görn

Take a closer look at the practice of using editable dependencies, and the issues --editable can introduce for data scientists using Project Thoth.

Featured image: Kebechet
Article

Use Kebechet machine learning to perform source code operations

Christoph Görn

One of the first tools we developed to help us with Project Thoth was Kebechet , which we named for the goddess of freshness and purification. As we separated our software into more and more repositories (each of our Python modules is in its own repository on GitHub), we needed help with releasing new versions and keeping all dependent modules up-to-date. In a team of two and with more than 35 repositories, our process was a major time-burner. Kebechet is...

featured image for the new odo release
Article

Kubernetes integration and more in odo 2.0

Serena Chechile Nichols +1

Explore the updates in the odo 2.0 CLI, which now integrates with Kubernetes, defaults to devfile deployments, and lets you deploy Operators.