Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 66: Line 66:
* [http://greenteapress.com/wp/think-python-2e/ Think Python]
* [http://greenteapress.com/wp/think-python-2e/ Think Python]
* [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/(particularly nice because of the `Scanner` class therein Python's Hidden Regular Expression Gems]
* [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)

Revision as of 02:54, 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

Misc.