Home>Article>Backend Development> Can iPad be used for python development?
iOS platform: Pythonista
Pythonista is a complete python scripting environment that runs directly on your iPad or iPhone.This new version includes support for Python 3.5 and 2.7, so you can use all the language improvements in Python 3, while 2.7 is also available for backward compatibility. Integrated "2 to 3" tools allow you to easily ugrade existing scripts. (Recommended Learning:Python Video Tutorial)
In true Python fashion, the battery includes modules from popular third-party modules like numpy, matplotlib, require, and many more, It is tailor-made for ios. You can write scripts to access motion sensor data, your 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.
Pythonista comes with automatic association, making it easier to type code on the mobile terminal.
It is worth mentioning that the author has developed a set of libraries built into Pythonista, so that Python syntax can call native controls on iOS.
For example, this clock with 40 lines of code:
For example, the brick-breaking game full of childhood memories:
#In your spare time, you can take a look at how these small projects are written. Although Pythonista charges 68 yuan, it is worth the money.
The above is the detailed content of Can iPad be used for python development?. For more information, please follow other related articles on the PHP Chinese website!