Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 71: Line 71:
* [https://automatetheboringstuff.com/ Automate the Boring Stuff with Python]
* [https://automatetheboringstuff.com/ Automate the Boring Stuff with Python]
* [http://lucumr.pocoo.org/2015/11/18/pythons-hidden-re-gems/ Python's Hidden Regular Expression Gems] (particularly nice because of the `Scanner` class therein)
* [http://lucumr.pocoo.org/2015/11/18/pythons-hidden-re-gems/ Python's Hidden Regular Expression Gems] (particularly nice because of the `Scanner` class therein)
* [https://betterprogramming.pub/animating-regular-expressions-with-python-and-graphviz-e0df447b827a Animating Regular Expressions With Python and Graphviz]
* [https://www.heurekadevs.com/a-brief-look-at-cpython-string A Brief Look at Cpython String]

Revision as of 22:45, 6 July 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.