http://docs.python-guide.org/en/latest/dev/virtualenvs/ http://virtualenvwrapper.readthedocs.org/en/latest/
VirtualTam's bookmarks
-
2015-06-07 PEW! PEW!
-
The French StackOverflow!
-
2015-05-10 -
2015-05-09 Wow, Github now has builtin support for IPython Notebooks \o/
-
2015-05-04 -
2015-05-02 1$ pip install eg 2$ eg <command>
-
2015-04-26 -
2015-04-24 Twisted implements a variety of networking and communication protocols and exposes them all as method-calls on your Python objects. Client and server implementations are provided for various standard protocols, including:
- HTTP (twisted.web)
- IMAP, POP, SMTP (twisted.mail)
- DNS (twisted.names)
- TLS (core)
- SSH, Telnet (twisted.conch)
- IRC, XMPP, OSCAR (twisted.words)
- Ethernet, IP, TUN/TAP (twisted.pair)
- NMEA (twisted.positioning)
-
2015-03-16 Jupyter Notebook viewer: https://github.com/jupyter/nbviewer
-
2015-03-15