Home > Article > Backend Development > How to write python on ipad
Pythonista is a complete Python scripting environment that runs directly on your iPad or iPhone. It includes support for Python 3.6 and 2.7, so you can use all the language improvements in Python 3 while still having 2.7 available for backwards compatibility.
#A battery of true Python creations included - from popular third-party modules like numpy, matplotlib, requests, and more, to ones tailored for iOS module. You can write scripts that access motion sensor data, photo library, contacts, reminders, iOS clipboard and more.
You can also use Pythonista to build interactive multi-touch experiences, custom user interfaces, animations, and 2D games.
Features:
>>>Scriptable code editor with syntax highlighting and code completion
> >>Extended keyboard, designed specifically for Python
>>>Interactive prompts with code completion, command history, and support for displaying images in console output
>>>Integrated visual debugger and object inspector
>>>Integrated PEP 8 style inspector for highlighting directly in the editor
>>> ;Complete offline documentation, quick lookup directly from the editor
>>>A variety of beautiful light and dark themes, and a theme editor to make your own
>>>UI editor for rapid prototyping
>>>Includes most of the Python standard library and add-on modules for graphics, sound, and iOS system services (such as clipping Boards, Contacts, Reminders, Twitter, UI...)
>>>Matplotlib and NumPy for scientific visualization
>>>included Many other popular third-party modules such as requests, BeautifulSoup, Flask, bottle, SymPy, etc.
>>>Lots of examples included to get started
>>>Works with iPad and iPhone
From to Appstore
Compatibility requires iOS 9.0 or higher. Compatible with iPhone, iPad and iPod touch.
The above is the detailed content of How to write python on ipad. For more information, please follow other related articles on the PHP Chinese website!