Difference between revisions of "Python"

From jWiki
Jump to navigationJump to search
Line 36: Line 36:
== Explanations ==
== Explanations ==


* [https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html Why you shouldn't invoke setup.py directly]
* [https://chriswarrick.com/blog/2018/09/04/python-virtual-environments/ Python Virtual Environments in Five Minutes]
* [https://chriswarrick.com/blog/2018/09/04/python-virtual-environments/ Python Virtual Environments in Five Minutes]
* [https://nedbatchelder.com/text/names1.html Python Names and Values] - a discussion of how name resolution works in Python (e.g. why Python doesn't have "variables")
* [https://nedbatchelder.com/text/names1.html Python Names and Values] - a discussion of how name resolution works in Python (e.g. why Python doesn't have "variables")

Revision as of 12:07, 8 June 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.