What can pythonista3 do?

(*-*)浩
Release: 2020-07-10 17:26:45
Original
22054 people have browsed it

Pythonista3 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 backward compatibility.

What can pythonista3 do?

In true Python fashion, batteries included - from popular third-party modules like numpy, matplotlib, requests and more, to volumes for iOS Customized modules. You can write scripts that access motion sensor data, photo library, contacts, reminders, iOS clipboard and more. (Recommended learning: Python video tutorial)

You can also use Pythonista3 to build interactive multi-touch experiences, custom user interfaces, animations and 2D games.

##Features:##>>>Script 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 to highlight issues directly in the editor

>>>Complete offline documents and quickly find them directly from the editor

>>>A variety of beautiful light and dark themes, as well as your own theme editor

>>>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 clipboard, contacts, reminders, Twitter, UI...)

>>> Matplotlib and NumPy for scientific visualization

>>> ;Includes many other popular third-party modules such as requests, BeautifulSoup, Flask, bottle, SymPy, etc.

>>>Lots of examples included to get started with

>>>Universal app for iPad and iPhone

Name "Pythonista" with Used with a license from the Python Software Foundation.

New Features

You can now sync scripts via iCloud Drive and open Python files from other apps.

Pythonista now uses Python 3.6. Among other things, this enables easier string formatting using f-strings.

The "Convert Tabs" feature is now called "Reformat Code" and supports applying coding style guides in addition to converting indents.

Improved search in the script library and documentation.

Support drag and drop in script library (requires iOS 11).

Improved support for iPhone X.

Unified tab bar UI on iPhone and iPad.

The Python interpreter is now built to support IPv6 (this should resolve connectivity issues users are experiencing with some cellular providers).

For more Python related technical articles, please visit the

Python Tutorial

column to learn!

The above is the detailed content of What can pythonista3 do?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!