Posts tagged python

SPL Bootstrap - Handle Python Version

Document headings start at H2, not H1 [myst.header]

The pipeline implementation for our Software Product Line (SPL) repositories uses the pypeline Python application. In order to start the pypeline application, we need to install Python (with a specified version) and create the Python virtual environment. This step we call bootstrap and it is implemented here.

Read more ...


Coding Dojo - Detect CI Context

Coding Dojos are a great way to practice and enhance your skills in Test-Driven Development (TDD), software craftsmanship, and incremental software design. In this blog post, we’ll explore how to implement the Detect CI Context coding example using Python.

You’ll learn how to:

Read more ...