Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 9: Line 9:
* [https://docs.python.org/3/reference/lexical_analysis.html#index-14 Python's formal guidance on dunders as a reserved class of identifier]
* [https://docs.python.org/3/reference/lexical_analysis.html#index-14 Python's formal guidance on dunders as a reserved class of identifier]
* [https://docs.python.org/3/tutorial/controlflow.html#tut-unpacking-arguments Unpacking Argument Lists]
* [https://docs.python.org/3/tutorial/controlflow.html#tut-unpacking-arguments Unpacking Argument Lists]
* [https://devguide.python.org/parser/ Guide to CPython's Parser]


=== Python Enhancement Proposals (PEPs) ===
=== Python Enhancement Proposals (PEPs) ===

Revision as of 10:29, 1 April 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.