angle-uparrow-clockwisearrow-counterclockwisearrow-down-uparrow-leftatcalendarcard-listchatcheckenvelopefolderhouseinfo-circlepencilpeoplepersonperson-fillperson-plusphoneplusquestion-circlesearchtagtrashx

Category

11 January 2023 Updated 11 January 2023
Find out what politicians really mean by changing their text to the opposite.
8 December 2021 Updated 8 December 2021
When using threads you can run into problems caused by different behaviour of file I/O functions.
17 June 2020 Updated 17 June 2020
Proper exception handling gives you easier to read code but also requires you to think very careful what you want to do.
12 May 2020 Updated 12 May 2020
By avoiding duplication your code becomes smaller and better maintainable.
24 November 2019 Updated 24 November 2019
Python kwargs is an easy way to pass data to a function. Using the double asterisk for unpacking we can pass this data to another function.
10 March 2019 Updated 30 August 2019
With Docker multi-stage builds and Python wheels we compile the dependencies in the first stage and install them in the second stage