2025-02-11 11:49:37 +08:00

1.2 KiB

Introduction

This documentation contains Python recommended practice. It is intended to be used as a reference for Python developers.

TODO Project:

  1. Deploy this documentation to Azure Static Web Apps. Set it private for Evonik users and ensure the url page is fixed so it is easy to be share and bookmarked.

  2. Create Python template with cookiecutter and possibly cruft

    References:

TODO Documentation Contents:

  1. Dockerize the project

    References:

  2. Setup environment variables thorugh .env

  3. CI / CD with Azure Pipelines

  4. Testing with pytest, coverage, mock, and tox

    References:

  5. Makefile / pre-commit

    References:

  6. Logging with structlog instead?

    References: