Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 12: Line 12:
Here in no particular order are some PEPs I find to be interesting reading
Here in no particular order are some PEPs I find to be interesting reading


* [https://www.python.org/dev/peps/pep-0001) (i.e. _"what the heck is a PEP?"_ PEP 1 - PEP Purpose and Guidelines]
* [https://www.python.org/dev/peps/pep-0001 (i.e. _"what the heck is a PEP?"_) PEP 1 - PEP Purpose and Guidelines]
* [https://www.python.org/dev/peps/pep-0000 PEP 0 - Index of all PEPs]
* [https://www.python.org/dev/peps/pep-0000 PEP 0 - Index of all PEPs]
* [https://www.python.org/dev/peps/pep-0008 PEP 8 - Style Guide for Python Code]
* [https://www.python.org/dev/peps/pep-0008 PEP 8 - Style Guide for Python Code]

Revision as of 02:12, 13 February 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

   * see also the older "Eric's broadcasting doc"

Misc.