Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
(Add "Get Your Mac Python From Python.org" link)
(Add manylinux timeline link)
Line 62: Line 62:
== Misc. ==
== Misc. ==


* [https://mayeut.github.io/manylinux-timeline/ `manylinux` timeline] - visualizations of supported manylinux standards/glibc versions in PyPI packages over time
* [https://blog.glyph.im/2023/08/get-your-mac-python-from-python-dot-org.html "Get Your Mac Python From Python.org"] - An excellent summary of the various ways to get a Python installation. Written with MacOS in mind, but much of what it says generalizes to other platforms.
* [https://blog.glyph.im/2023/08/get-your-mac-python-from-python-dot-org.html "Get Your Mac Python From Python.org"] - An excellent summary of the various ways to get a Python installation. Written with MacOS in mind, but much of what it says generalizes to other platforms.
* [https://github.com/nedbat/pkgsample Ned Batchelder's sample package]
* [https://github.com/nedbat/pkgsample Ned Batchelder's sample package]

Revision as of 14:36, 19 September 2023


🐍🐍🐍

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.