PythonAnywhere

This is an old revision of this page, as edited by Gpjt (talk | contribs) at 11:55, 16 May 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

PythonAnywhere is an online Integrated Development Environment (IDE) and Web hosting service based on the Python programming language. It provides in-browser access to server-based Python and Bash Command-line interfaces, along with a code editor with Syntax highlighting. Program files can be transferred to and from the service using Dropbox or via the user's browser. Web applications hosted by the service can be written using any WSGI-based application framework.

PythonAnywhere
Developer(s)Resolver Systems
Operating systemCross-platform / HTML5
TypeIntegrated development environment, Web hosting service
LicenseProprietary
Websitehttp://www.pythonanywhere.com/

PythonAnywhere was created and is maintained by Resolver Systems, who also produce Resolver One, a Python-based Spreadsheet program.

Features

  • CPython, PyPy and IPython support, including Python versions 2.7 and 3.2
  • In-browser interactive consoles with code running on hosted servers, shareable between multiple users.
  • Syntax-highlighting in-browser editor.
  • WSGI-based web hosting, eg. Django, Flask, web2py
  • Support for coding from iPad and other mobile devices.
  • Dropbox connectivity
  • Many popular Python modules pre-installed
  • Cron-like scheduled tasks to run scripts at a given time of day.

See also