Back to Cosmos

Cosmos Guides

guides/coding_style/python/README.md

latest313 B
Original Source

Cosmos Guides

Your personal library of every algorithm and data structure code that you will ever encounter

There is no longer a style guide for Python. Instead, we now use black, the uncompromising code formatter.

When submitting a PR, please run black on your Python code.