Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 45: Line 45:


* [https://github.com/aroberge/friendly `friendly`: replacing standard traceback by something easier to understand]
* [https://github.com/aroberge/friendly `friendly`: replacing standard traceback by something easier to understand]
* [https://tenacity.readthedocs.io/en/latest/ `tenacity`: general-purpose retrying library]


=== SciPy stack ===
=== SciPy stack ===

Revision as of 15:36, 30 March 2022


🐍🐍🐍

Official documentation

Python Enhancement Proposals (PEPs)

Here in no particular order are some PEPs I find to be interesting reading

Talks

Explanations

Interesting libraries

SciPy stack

Misc.