CS 495

FacebookTwitter
The Red Dove Consultants website would like to place some cookies on your computer to help us make this website better. http://www.red-dove.com/python_logging.html

A Logging System for Python

Vim

http://wiki.python.org/moin/Vim VI Improved (Vim) is an improved version of the editor "vi", one of the standard text editors on UNIX systems. It has all the features you'll ever need from an editor, and probably three times that many more that you'll never use
Revision 64762 - ( show annotations ) ( download ) ( as text ) Sun Jul 6 21:34:39 2008 UTC (4 years, 8 months ago) by amaury.forgeotdarc File MIME type: text/x-python File size: 7341 byte(s) Issue839496: SimpleHTTPServer should open all files in binary mode.

[projects] Contents of /python/trunk/Lib/SimpleHTTPServer.py

http://svn.python.org/view/python/trunk/Lib/SimpleHTTPServer.py?view=markup
Web Utilities » Mime Types List This chart shows you a list of common MIME types and their corresponding file extensions. SEO Tool - Skyrocket your website to the top of the search engines within 28 days! http://www.webmaster-toolkit.com/mime-types.shtml

Webmaster Toolkit :: listing of mime types

https://island.byu.edu/python/wiki/simple-portable-python-web-server

Simple Portable Python Web Server | island.byu.edu

I am doing some work with Python at my internship, and for part of it I needed a simple dev web server (just for serving html pages, not interpreting or anything) and It was really easy to do.