Notes from PyConDE 2018 in Karlsruhe.
How to use pytz, best practices and advices.
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.
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...
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 …
Experience and a way of BMW to microservice architecture...
10 lessons in software development process, learned by Amazon over years...