8.9
275 Ratings
omz:software
Developer
894,3 MB
Size
Apr 27, 2023
Update Date
#13
in Productivity
4+
Age Rating
Age Rating
Pythonista 3 Capturas de tela
About Pythonista 3
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.
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.
Show More
Novidades da Última Versão 3.4
Last updated on Apr 27, 2023
Versões Antigas
> 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.
> 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.
Show More
Version History
3.4
Apr 27, 2023
> 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.
> 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.
3.3
Feb 26, 2020
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!
• 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!
3.2
Dec 29, 2017
• 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 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.
3.1
Jan 19, 2017
• 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.
• 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
Jun 14, 2016
Preço de Pythonista 3
Hoje:
R$ 49,90
O Mais Baixo:
R$ 49,90
O Mais Alto:
R$ 54,90
Pythonista 3 FAQ
Clique aqui para saber como baixar Pythonista 3 em um país ou região restrita.
Confira a lista a seguir para ver os requisitos mínimos de Pythonista 3.
iPhone
Requer o iOS 12.0 ou posterior.
iPad
Requer o iPadOS 12.0 ou posterior.
iPod touch
Requer o iOS 12.0 ou posterior.
Pythonista 3 suporta Inglês