/code-complexity

Repository with code, notebook and slides for my PyData & PyConDE talk 2023 about Clean Coding practises.

Primary LanguagePythonMIT LicenseMIT

Code Complexity

In the notebook Code Complexity you can find an example flow on how to use the different complexity metrics.

To run the notebook, you might have to setup a Google Sheet service account for the authentication. To install the necessary python packages, run the following command in the root directory of the repository:

    pip install -r requirements.txt

Slides

The slides for the talk can be found here.