Python ------ [(Up)](../../README.md#topics) | _Wikipedia: [Python (programming language)](https://en.wikipedia.org/wiki/Python_(programming_language))_ | _See also: [Programming Languages](../Programming%20Languages/README.md#programming-languages)_ - - - - ### Web resources ### Releases [Index of /ftp/python/](https://www.python.org/ftp/python/) ★ [Python Release Python 2.7.18 | Python.org](https://www.python.org/downloads/release/python-2718/) ★ [💭](commentary/cpressey.md#python-release-python-2-7-18-python-org) ### Implementations [2022-pyodide-PyConUS - 2022-pyodide-PyConUS.pdf](https://blog.pyodide.org/talks/2022-pyodide-PyConUS.pdf) ★ [Frequently Asked Questions — Pyodide](https://pyodide.org/en/stable/usage/faq.html) ★ ### Semantics [3. Data model — Python 3.12.4 documentation](https://docs.python.org/3/reference/datamodel.html) ★ [Specification for the Python type system — typing documentation](https://typing.readthedocs.io/en/latest/spec/) ★ [Can I combine two decorators into a single one in Python?](https://stackoverflow.com/questions/5409450/can-i-combine-two-decorators-into-a-single-one-in-python) ★ ### Libraries [Python strftime reference](https://strftime.org/) ★ [random — Generate pseudo-random numbers — Python 3.12.0 documentation](https://docs.python.org/3/library/random.html) ★ ### Packaging [Packaging Python Projects — Python Packaging User Guide](https://packaging.python.org/en/latest/tutorials/packaging-projects/) ★ [Download wheel from PyPi](https://stackoverflow.com/questions/38386501/download-wheel-from-pypi) ★ ### Testing [Python - object MagicMock can't be used in 'await' expression](https://stackoverflow.com/questions/51394411/python-object-magicmock-cant-be-used-in-await-expression) ★ [How to test async function using pytest?](https://stackoverflow.com/questions/70015634/how-to-test-async-function-using-pytest) ★ ### Other [Python Is Middleware](https://www.tundraware.com/Technology/Python-Is-Middleware/) ★ [💭](commentary/cpressey.md#python-is-middleware) _(in [Software Engineering](../Software%20Engineering/README.md#software-engineering))_ [What makes Python more used as an implementation language than the others?](https://softwareengineering.stackexchange.com/questions/27666/what-makes-python-more-used-as-an-implementation-language-than-the-others) ★ ### Repositories _(in [Unification](../Unification/README.md#unification))_ [mrocklin/unification](https://github.com/mrocklin/unification) ★ ### Books Python Scripting for Computational Science (borrow @ [archive.org](https://archive.org/details/pythonscriptingf0000lang))