Content deleted Content added
fixed typo |
|||
(32 intermediate revisions by 19 users not shown) | |||
Line 1:
{{Short description|Online IDE and web hosting service}}
{{Infobox software
| name
| logo
| caption
| developer
| programming language
| operating system
| genre
| license
| website
| author = {{UBL| Giles Thomas | Robert Smithson }}
}}
Line 14 ⟶ 16:
|url=http://blog.html.it/10/05/2012/pythonanywhere-un-ambiente-python-nel-proprio-browser/}}</ref> Founded by Giles Thomas and [[Robert Smithson (finance)|Robert Smithson]] in 2012, it provides in-browser access to server-based Python and [[Bash (Unix shell)|Bash]] [[command-line interface]]s, 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 [[Web Server Gateway Interface|WSGI]]-based application framework.
PythonAnywhere was created by Resolver Systems,<ref>{{cite web|title=Products - Resolver Systems|publisher=Resolver Systems|url=http://www.resolversystems.com/products/|access-date=2012-05-16|archive-url=https://web.archive.org/web/20140717025809/http://www.resolversystems.com/products/|archive-date=2014-07-17|url-status=dead}}</ref> who also produced [[Resolver One]], a Python-based [[Spreadsheet]] program.
|url=https://www.itpro.com/development/programming/368350/anaconda-acquires-pythonanywhere-in-bid-to-improve-accessibility}}</ref>
The development team uses PythonAnywhere to develop PythonAnywhere, and say that its collaboration features help because they use the [[extreme programming]] methodology.<ref>{{cite web|title=Installation-Free Programming in the Cloud|publisher=Develop in the Cloud|url=http://developinthecloud.drdobbs.com/author.asp?section_id=2280&doc_id=246506&|access-date=2012-07-12|archive-url=https://archive.
==Features==
* [[CPython]], [[PyPy]] and [[IPython]] support, including Python versions
* In-browser interactive consoles with code running on hosted servers, shareable between multiple users.
* WSGI-based web hosting, e.g. [[Django (web framework)|Django]], [[Flask (web framework)|Flask]], [[web2py]]
* Support for coding from [[iPad]] and other mobile devices.
* Syntax-highlighting in-browser editor.
* Many popular Python modules pre-installed.<ref>{{Cite web|url=https://www.pythonanywhere.com/batteries_included/|title = Batteries included: PythonAnywhere}}</ref>
* [[Cron]]-like scheduled tasks to run scripts at a given time of day.
* Always-on tasks to run scripts and restart them automatically when they fail.<ref>{{Cite web|url=https://help.pythonanywhere.com/pages/AlwaysOnTasks/|title = Always-on tasks|date = 13 May 2015}}</ref><ref>{{Cite web|url=https://blog.pythonanywhere.com/172/|title=Always-on tasks - PythonAnywhere News}}</ref>
==Uses==
PythonAnywhere is described as "the simplest way to deploy [[web2py]] applications" in the official book on the web framework,<ref name="Pierro2013">{{cite book|author=Massimo Di Pierro|title=web2py
|url=https://tutorial.djangogirls.org/en/deploy/}}</ref> and is recommended as a way of hosting [[machine learning]]-based web applications.<ref name="Raschka2015">{{cite book|author=Sebastian Raschka|title=Python Machine Learning|url=https://books.google.com/books?id=GOVOCwAAQBAJ&pg=PA272|date=23 September 2015|publisher=Packt Publishing Ltd|isbn=978-1-78355-514-7|pages=272–}}</ref>
Line 42 ⟶ 46:
==External links==
* [http://www.pythonanywhere.com/ PythonAnywhere Homepage]
{{Cloud computing}}
{{Integrated development environments}}
[[Category:Python (programming language)]]
|