Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>One tool I love is virtualenv: <a href="http://pypi.python.org/pypi/virtualenv" rel="nofollow noreferrer">http://pypi.python.org/pypi/virtualenv</a></p> <p>from the site: <em>What It Does virtualenv is a tool to create isolated Python environments. The basic problem being addressed is one of dependencies and versions, and indirectly permissions. Imagine you have an application that needs version 1 of LibFoo, but another application requires version 2. How can you use both these applications? If you install everything into /usr/lib/python2.4/site-packages (or whatever your platform's standard location is), it's easy to end up in a situation where you unintentionally upgrade an application that shouldn't be upgraded.</em></p> <p>You can also try: <a href="http://pypi.python.org/pypi/zc.buildout" rel="nofollow noreferrer">http://pypi.python.org/pypi/zc.buildout</a></p> <p>from the site: <em>The Buildout project provides support for creating applications, especially Python applications. It provides tools for assembling applications from multiple parts, Python or otherwise. An application may actually contain multiple programs, processes, and configuration settings.</em></p> <p>Tried it a couple of times, excellent for deploying development envrionments, maybe it's too much for your needs.</p> <p>I've also been told and read in a couple of places that nose is a very cool testing tool <a href="http://somethingaboutorange.com/mrl/projects/nose/0.11.1/" rel="nofollow noreferrer">http://somethingaboutorange.com/mrl/projects/nose/0.11.1/</a>, I'm looking for some free time to try it.</p> <p>Hope It helps Cheers, Ale</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload