November 2020
-
4 Nov 2020🐥Safely getting values from a Python dictionary
-
3 Nov 2020🐥How to test if __name__ == "__main__"
-
2 Nov 2020🐥Testing exceptions in pytest
October 2020
-
31 Oct 2020🐥Generating slugs and redirects with Django
-
30 Oct 2020🐥Overriding the Django Admin site
-
29 Oct 2020🐥Executing a Python function and fail after x attempts
-
28 Oct 2020🐥Accessing Django settings in your templates
-
27 Oct 2020🐥Sorting a Python dict by value
-
26 Oct 2020🐥Coloring Python logging output
-
25 Oct 2020🐥Running pytest as a Github Action