PyConDE 2018: "A Day Has Only 24+-1 Hours. import pytz" by Miroslav Šedivý

Notes from PyConDE 2018 in Karlsruhe.
How to use pytz, best practices and advices.







Chinese Tea Ceremony: Short Guide

Tea ceremony is a good choice for relaxing and a team event for a small team. It's a ritual of preparing and serving tea. Tea ceremony is not only to drink tea, but also to enjoy the taste of tea leaves, sharing culture tradition with others, putting all thoughts together...




How to terminate process in Python?

Reading official documentation

Multiprocessing is a package that supports spawning processes using an API similar to the threading module. The multiprocessing package offers both local and remote concurrency, effectively side-stepping the Global Interpreter Lock by using subprocesses instead of threads. Due to this, the multiprocessing module allows the programmer to …




AWS Summit: AWS Summit: BMW Configurator by Patrick Lanners & Julian Roedig

Experience and a way of BMW to microservice architecture...




AWS Summit: Software Development Process from Amazon by Jonathan Weiss

10 lessons in software development process, learned by Amazon over years...