Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 43: Line 43:
* [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!]
* [http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/ Understanding Python Decorators in 12 Easy Steps!]
* [https://realpython.com/python-memory-management/ Memory Management in Python] - an overview of memory management in CPython
* [https://lwn.net/Articles/725508/ Memory use in CPython and MicroPython] - a comparison of memory management in CPython and MicroPython, based on [https://www.youtube.com/watch?v=d7qEzpnkWaY Kavya Joshi's PyCon 2017 talk]


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

Revision as of 12:40, 29 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.