全局
商店

1340

查看趋势>
Pythonista 3
Python IDE
版本记录
更新内容对比
应用状态
  • 全球最早版本上线日期
    2016-06-14
  • 最新版本
    3.4
  • 最新版本上线距今
    1年12天3小时
  • 近1年版本更新次数
    0

版本时间线

T鼠标悬停“更新节点”,查看更新内容。点击“更新节点”可查看更新前后内容对比
版本更新
显示内容
日期
  • -
2024年
2月
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
3月
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
4月
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
5月
1
2
3
4
5
6
7
8

版本记录

  • 版本3.4
    2023-04-27
    大小:852.88M
    Python IDE
    更新日志

    > Python 3.10 support.
    > Expanded Shortcuts support with custom actions for running scripts and accessing files in the Pythonista library.
    > Added pandas and updated various other modules to more current versions.
    > Revamped documentation with dark mode support and additional content about third-party modules.
    > Various bugfixes.

    截图
    视频
    应用描述

    Pythonista is a complete scripting environment for Python 3.10, running right on your iPad or iPhone, so you can develop and run Python scripts on the go.
    Like Python itself, "batteries are included" – from popular third-party modules like requests, numpy, matplotlib, pandas (and many more) to modules that are tailor-made for iOS. With Pythonista, your scripts can access sensor/location data, your photo library, contacts, reminders, the clipboard, and more, allowing you to harness the full potential of both Python and iOS.
    Pythonista is designed with a user-friendly interface that makes it easy for anyone to get started with coding, regardless of skill level. The complete Python documentation is also available for offline reading in the app.
    Pythonista is not just for learning and practicing Python – it's also a powerful tool for automating iOS with multiple app extensions. You can invoke scripts directly from the share sheet or a custom system keyboard in almost any app, and integrate scripts with Shortcuts and Siri. With Pythonista, it's easy to run your scripts whenever you need them, without having to switch between different apps.
    Features:
    > Powerful code editor with syntax highlighting, code completion, and scripting support
    > Interactive prompt with code completion, command history, and support for showing images
    > Integrated visual debugger and object inspector
    > Complete offline documentation with quick lookup directly from the editor
    > Various beautiful light and dark color themes, and a theme editor to make your own
    > UI editor for quick prototyping
    > Integrated PEP 8 style checker and code formatter
    > Supports most of the Python standard library and additional modules for graphics, sound, and iOS integration (for example clipboard, contacts, reminders, photos, ui...)
    > Many popular third-party modules included, for example requests, numpy, matplotlib, pandas, Pillow...
    > Lots of included examples
    > Universal app for iPad and iPhone
    > Share sheet extension for running scripts from almost any app
    > Scriptable system-wide keyboard to use Python in any app that edits text
    > Advanced integration with the Shortcuts app, allowing you to use Python scripts as actions in shortcuts and personal automations.
    Please note that Pythonista is not designed to enable the installation or download of additional modules written in compiled languages (C/C++). While many popular native libraries are included and work out-of-the-box, it is generally not possible to install additional modules with C/C++ dependencies.
    The name "Pythonista" is used with kind permission from the Python Software Foundation.

  • 版本3.3
    2020-02-26
    大小:515.68M
    Python IDE
    更新日志

    Pythonista 3.3 App Store Release Notes
    • Support for dark mode on iOS 13 – you can now select separate themes for light/dark mode, and Pythonista will switch automatically between them. Switching between themes is also a bit faster now.
    • New custom keyboard ("PyKeys") for running scripts in any app with text input. Have a look at the sample scripts in the Examples/Keyboard folder for some ideas of what you can do with this.
    • Significantly improved support for external keyboards (more contextual shortcuts, arrow-key navigation almost everywhere…)
    • The outline (list of functions) in the editor can now be filtered -- just start typing if the keyboard is already active, or drag down the list to reveal the filter text field. The filter supports fuzzy matching, and you can enter line numbers as well.
    • Unified UI (and documentation) for creating script shortcuts in various places of iOS ("Shortcuts" option in the "wrench" menu).
    • New URL generator for easier inter-app automation (you can also use this with the Shortcuts app, but full Shortcuts support will come later).
    • Support for opening external folders using the system's file picker on iOS 13 (this was possible on iOS 12, but not easily discoverable).
    • Revamped `notifications` module with custom action buttons, support for attachments, location triggers, and more – see the new "Notification Quiz.py" sample code for a demo. The module also works in the share sheet extension now.
    • New "on device" option for speech recognition in the `speech` module (please note that this can be very slow though!)
    • New `location.render_map_snapshot()` function to generate an image from a location (see new "Satellite Image.py" sample code).
    • Console history is now persistent (you can clear it by tapping and holding the `^` button).
    • Various bugfixes for iOS 13 and new screen sizes, new sample code, documentation, and more – you can find the full release notes in the in-app documentation (which also supports multiple tabs now btw).
    Thanks for reading, and thanks for your patience with this release. It's not everything I'd like it to be (hello, Shortcuts app!), but there are still many new things to discover, and I hope you have a lot of fun with it!

    截图
    视频
    应用描述

    Pythonista is a complete scripting environment for Python, running directly on your iPad or iPhone. It includes support for both 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.
    In true Python fashion, batteries are included – from popular third-party modules like requests, numpy, matplotlib, and many more, to modules that are tailor-made for iOS. You can write scripts that access sensor and location data, your photo library, contacts, reminders, the clipboard, and much more.
    You can also use Pythonista to build interactive multi-touch experiences, custom user interfaces, animations, and 2D games.
    Apart from learning and practicing Python, you can also use Pythonista to automate parts of iOS with app extensions, e.g. to invoke scripts directly from the standard share sheet in almost any app.
    Features:
    >>> Powerful code editor with syntax highlighting, code completion, scripting support, and more
    >>> Interactive prompt with code completion, command history, and support for showing images in the console output
    >>> Integrated visual debugger and object inspector
    >>> Integrated PEP 8 style checker with issues highlighted directly in the editor
    >>> Complete offline documentation with quick lookup directly from the editor
    >>> Various beautiful light and dark color themes, and a theme editor to make your own
    >>> UI editor for quick prototyping
    >>> Includes most of the Python standard library and additional modules for graphics, sound, and iOS system services (e.g. clipboard, contacts, reminders, twitter, UI...)
    >>> Matplotlib and NumPy for scientific visualizations
    >>> Lots of other popular third-party modules, e.g. requests, BeautifulSoup, Flask, bottle, SymPy, and more are included.
    >>> Lots of included examples to get started
    >>> Universal app for iPad and iPhone
    >>> Share sheet app extension for running scripts from almost any app
    >>> Custom scriptable keyboard to use Python in any app that edits text
    The name "Pythonista" is used with kind permission of the Python Software Foundation.
    Please note that Pythonista is not designed to enable the installation or download of additional native modules, and it does *not* include the SciPy stack (just parts of it).

  • 版本3.2
    2017-12-29
    Python IDE
    更新日志

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

    • Pythonista now uses Python 3.6. Among other things, this enables the use of f-strings for easier string formatting.

    • The "Convert Tabs" feature is now called "Reformat Code", and supports applying coding style guidelines, in addition to converting indentation.

    • Improved search in the script library and documentation.

    • Support for drag'n'drop in the script library (requires iOS 11).

    • Improved support for the iPhone X.

    • Unified tab bar UI on iPhone and iPad.

    • The Python interpreter is now built with IPv6 support (this should fix connectivity issues users were experiencing with some cellular providers).

    • Various bugfixes and minor improvements – please refer to the release notes page in the in-app documentation for details.

    截图
    应用描述

    Pythonista is a complete scripting environment for Python, running directly on your iPad or iPhone. It includes support for both 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.



    In true Python fashion, batteries are included – from popular third-party modules like numpy, matplotlib, requests, and many more, to modules that are tailor-made for iOS. You can write scripts that access motion sensor data, your photo library, contacts, reminders, the iOS clipboard, and much 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 prompt with code completion, command history, and support for showing images in the console output

    >>> Integrated visual debugger and object inspector

    >>> Integrated PEP 8 style checker with issues highlighted directly in the editor

    >>> Complete offline documentation with quick lookup directly from the editor

    >>> Various beautiful light and dark color themes, and a theme editor to make your own

    >>> UI editor for quick prototyping

    >>> Includes most of the Python standard library and additional modules for graphics, sound, and iOS system services (e.g. clipboard, contacts, reminders, twitter, UI...)

    >>> Matplotlib and NumPy for scientific visualizations

    >>> Lots of other popular third-party modules, e.g. requests, BeautifulSoup, Flask, bottle, SymPy, and more are included.

    >>> Lots of included examples to get started

    >>> Universal app for iPad and iPhone



    The name "Pythonista" is used with kind permission of the Python Software Foundation.

  • 版本3.1
    2017-01-19
    Python IDE
    更新日志

    • The interactive console contains a new object inspector panel that allows you to view a list of all global variables and their attributes/members. Tap the (i) button to show or hide it.

    • The new Pythonista Today widget allows you to run a script in Notification Center (or on the home/lock screen). You can find more information in the `appex` module documentation, and various examples of widget scripts are available in the updated *Examples* folder.

    • Python 2 mode now uses Python 2.7.12 instead of 2.7.5.

    • When using the share sheet extension with a file input (e.g. sharing a Mail attachment), an additional "Import File" option is shown for non-Python files.

    • The `speech` module contains new functions for speech recognition, in addition to speech synthesis (iOS 10 only).

    • The `sound` module contains a new `Recorder` class for recording audio files from the microphone. `sound.play_effect` and `sound.Player` have also been improved to support stereo panning.

  • 预订版本3.0
    2016-06-14
    Python IDE