Python

Object Oriented Programming:

Debug with python:

  • encode json? cls=decimalencoder.DecimalEncoder ?

Overview:

https://www.fullstackpython.com/table-of-contents.htmlarrow-up-right

https://github.com/mattmakai/fullstackpython.com/pullsarrow-up-right

Modules: https://www.tutorialspoint.com/python/python_modules.htmarrow-up-right

Switch in Python:

Testing

Lambda Functions

Check if key exists in (nested) dict

Dependency Injection

String replacement / patterns (f-strings)

Check if key is in (nested) dictonary:

  • you always can create a function for it

else:

Last updated