Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 40: Line 40:
* [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://web.archive.org/web/20190117151243/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) -->
* [https://web.archive.org/web/20190117151243/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) -->
* [http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/ Understanding Python Decorators in 12 Easy Steps!]


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

Revision as of 10:42, 25 March 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.