Python Articles, Tutorials & News

Python Monorepo Visualization with Polylith

What’s in a code repository? Usually you’ll find the source code, some configuration and the deployment infrastructure – basically the things needed to develop & deploy something: it might be a service, an app or a library. A Monorepo contains the …

Read more »

Think Python, 3rd Edition

Think Python is an introduction to Python for people who have never programmed before – or for people who have tried and had a hard time.

Read more »