PythonAnywhere: Difference between revisions

Content deleted Content added
Advertising link to an indian python development company that had nothing to do with PythonAnywhere.
Gpjt (talk | contribs)
fixed typo
 
(5 intermediate revisions by 3 users not shown)
Line 1:
{{Short description|Online IDE and web hosting service}}
{{Infobox software
| name = PythonAnywhere
| logo = [[File:PythonAnywhere_logo.png|180px|PythonAnywhere logo]]
| caption =
| developer = Anaconda, Inc
| programming language = [[Python (programming language)|Python]]
| operating system = {{hlist| [[Cross-platform]] /| [[HTML5]] }}
| genre = {{hlist| [[Integrated development environment]], | [[Web hosting service]] }}
| license = [[Proprietary software|Proprietary]]
| website = {{URL|http://www.pythonanywhere.com/}}
| 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 2.7, 3.39, 3.410, 3.511, 3.6,12 3.7,and 3.8,13 and(plus 3.9some older deprecated versions).<ref>{{Cite web|url=https://bloghelp.pythonanywhere.com/184pages/PythonVersions|title=Supported Python 3.8versions now available! -on PythonAnywhere News}}</ref>
* 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]]