Error handling is boring but this is the Exception

We are going to fly a rocket into space, what could possibly go wrong? We can slap a try except around it and call it a day. Or we could leverage the new Python Exception handling modules from 3.11 to create a robust application that will actually go the moon. About...

Testing files like a pro

Ever needed files for testing? Had struggles with it? You will learn how to create files with fake data. In many formats. With no efforts. About Artur Barseghyan https://github.com/barseghyanartur

DIY Jupyter Notebooks in Production

Bookrunner is a small application to configure and execute Jupyter Notebooks.We’ll go through the components used to build the application and in the end show a live demo.Also talk about a few common pitfalls between different disciplines, software...