Practical Python Programming 26: Logging and Debugging 07.11.2021 16:30 UTC
Hello everybody,
I will take the topic of cycomatic complexity from last session up and will show you the usage of the "radon" tool at the beginning of the session. With that we can analyse our code from the Guilded Rose Kata.
After that we continue in our practical python journey and talk about logging and debugging.
The session will start at 16:30 UTC (http://time.unitarium.com/utc/16).
Here is the session link: https://meet.jit.si/practical_python_programming
CU soon
I will take the topic of cycomatic complexity from last session up and will show you the usage of the "radon" tool at the beginning of the session. With that we can analyse our code from the Guilded Rose Kata.
After that we continue in our practical python journey and talk about logging and debugging.
The session will start at 16:30 UTC (http://time.unitarium.com/utc/16).
Here is the session link: https://meet.jit.si/practical_python_programming
CU soon
Comments
https://pypi.org/project/radon/
https://radon.readthedocs.io/en/latest/
TL;DR usage: radon cc gilded_rose.py -s