Sponsored Links
-->

Monday, January 15, 2018

Python Anywhere screencast - YouTube
src: i.ytimg.com

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 the user's browser. Web applications hosted by the service can be written using any WSGI-based application framework.

PythonAnywhere was created by Resolver Systems, who also produced Resolver One, a Python-based Spreadsheet program. On 16 October 2012 the product was acquired by a new company, PythonAnywhere LLP, who will develop and maintain the product in the future, and have taken on the existing development team.

The development team use PythonAnywhere to develop PythonAnywhere, and say that its collaboration features help because they use the Extreme Programming methodology.


Video PythonAnywhere



Features

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

Maps PythonAnywhere



Uses

PythonAnywhere is described as "the simplest way to deploy web2py applications" in the official book on the web framework, is suggested when learning numpy, and is recommended as a way of hosting machine learning-based web applications.


PythonAnywhere (@pythonanywhere) | Twitter
src: pbs.twimg.com


See also

  • Comparison of Python integrated development environments
  • List of Python software

Django - PythonAnywhere Launch - YouTube
src: i.ytimg.com


References


PythonAnywhere (@pythonanywhere) | Twitter
src: pbs.twimg.com


External links

  • PythonAnywhere Homepage

Source of article : Wikipedia