Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 37: Line 37:
* [https://nedbatchelder.com/text/unipain.html Pragmatic Unicode] - a crash-course introduction to text encoding, Unicode, and some of the Python pitfalls
* [https://nedbatchelder.com/text/unipain.html Pragmatic Unicode] - a crash-course introduction to text encoding, Unicode, and some of the Python pitfalls
* [https://kate.io/blog/2017/08/22/weird-python-integers/ Weird Python Integers]
* [https://kate.io/blog/2017/08/22/weird-python-integers/ Weird Python Integers]
* [https://effbot.org/zone/call-by-object.htm(mirror: https://jamesgerity.com/backup/call-by-object.htm Python's calling model is "Call By Object"]
* [https://effbot.org/zone/call-by-object.htm Python's calling model is "Call By Object"] <!-- (mirror: https://jamesgerity.com/backup/call-by-object.htm) -->


== Interesting libraries ==
== Interesting libraries ==

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