Slashdot Mirror


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."

2 of 40 comments (clear)

  1. Re:This confirms everything Ive thought about pyth by Linus+Torvaalds · · Score: 2, Insightful

    Start scripts with:

    #!/usr/bin/env python

    It'll do the right thing whenever python is in $PATH.

  2. Re:This confirms everything Ive thought about pyth by dimator · · Score: 2, Insightful

    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))"