Content deleted Content added
rmv promotional external link Tag: Reverted |
fixed typo |
||
(8 intermediate revisions by 6 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 }}
}}
'''PythonAnywhere''' is an online [[integrated development environment]] (IDE) and [[web hosting service]] ([[Platform as a service]]) based on the [[Python (programming language)|Python programming language]].<ref>{{cite web|title=PythonAnywhere: un ambiente Python nel proprio browser|publisher=html.it
|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. On 16 October 2012 the product was acquired by a new company, PythonAnywhere LLP, who took on the existing development team.<ref>{{cite web|title=Resolver Systems News: Acquisition|publisher=Resolver Systems|url=http://www.resolversystems.com/news/?p=288|access-date=2012-11-22|archive-url=https://archive.today/20130201035007/http://www.resolversystems.com/news/?p=288|archive-date=2013-02-01|url-status=dead}}</ref> In June, 2022, PythonAnywhere was acquired by Anaconda, Inc.<ref>{{cite web|title=Anaconda acquires PythonAnywhere in a bid to improve Python accessibility|publisher=ITPro
Line 22 ⟶ 23:
==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]]
Line 33 ⟶ 34:
==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://books.google.com/books?id=vB2-BAAAQBAJ&pg=PA568|year=2013|publisher=Lulu.com|isbn=978-0-578-12021-8|pages=568–|edition=5th}}</ref> is suggested when learning [[
|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>
|