Python's Cheese Shop Now Open
Richard Jones writes "Python's software repository has finally got its own home at the Python Cheese Shop. The Cheese Shop includes the package index (PyPI) and package download repository."
← Back to Stories (view on slashdot.org)
Start scripts with:
It'll do the right thing whenever python is in $PATH.
Cryptic failure code? I have always admired python for its verbose failure messages, which usually include a traceback... not sure what you mean by cryptic failure code...
python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"