PythonAnywhere

PythonAnywhere
Developer(s) PythonAnywhere LLP
Written in Python
Operating system Cross-platform / HTML5
Type Integrated development environment, Web hosting service
License Proprietary
Website www.pythonanywhere.com

PythonAnywhere is an online integrated development environment (IDE) and web hosting service (Platform as a service) based on the Python programming language.[1] 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,[2] 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.[3]

The development team uses PythonAnywhere to develop PythonAnywhere, and say that its collaboration features help because they use the extreme programming methodology.[4]

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.

Uses

PythonAnywhere is described as "the simplest way to deploy web2py applications" in the official book on the web framework,[5] is suggested when learning numpy[6], is deployment platform of choice in Django Girls tutorial[7], and is recommended as a way of hosting machine learning-based web applications.[8]

See also

References

  1. "PythonAnywhere: un ambiente Python nel proprio browser". html.it.
  2. "Products - Resolver Systems". Resolver Systems.
  3. "Resolver Systems News: Acquisition". Resolver Systems.
  4. "Installation-Free Programming in the Cloud". Develop in the Cloud.
  5. Massimo Di Pierro (2013). web2py (5th Edition). Lulu.com. pp. 568–. ISBN 978-0-578-12021-8.
  6. Ivan Idris (29 April 2015). NumPy Cookbook - Second Edition. Packt Publishing Ltd. pp. 85–. ISBN 978-1-78439-982-5.
  7. "Django Girls Tutorial: Deploy!". Django Girls.
  8. Sebastian Raschka (23 September 2015). Python Machine Learning. Packt Publishing Ltd. pp. 272–. ISBN 978-1-78355-514-7.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.