├── README.md └── forum_archive.json.zip /README.md: -------------------------------------------------------------------------------- 1 | # Pythonista 2 | 3 | This repository hosts the new official [community forum](https://github.com/omz/Pythonista/discussions) for [Pythonista](https://pythonista.app), and contains news and useful links around the app. 4 | 5 | ## News 6 | 7 | > **2025-03-04** – The first build of [Pythonista Lab](https://pythonista.app/lab) is up on TestFlight and waiting for Apple's review, so it should available for testing pretty soon. You can still sign up for the beta [here](https://pythonista.app/lab). 8 | > 9 | > **2025-01-30** – I've posted a first demo video of the new [*Pythonista Lab*](https://pythonista.app/lab) on [YouTube](https://youtube.com/shorts/X1tUdG6Fnvc). 10 | > 11 | > **2024-10-27** – I've started working on a major update for Pythonista a few months ago, and I'm finally ready to share some of my progress. 12 | > 13 | > Unfortunately, the old community forum had massive problems with spam, so that I've decided to give up on self-hosting this, and to move the forum here on GitHub instead, where most users probably have an account anyway. 14 | > 15 | > So, if you're interested in what I have in store for the future of Pythonista, and to participate in the discussion with other users, head over to the [Discussions](https://github.com/omz/Pythonista/discussions) tab in this repo. 16 | > 17 | > As Pythonista is mostly a solo project, I can often incorporate your feedback directly, but I'm also often not able to respond to all messages sent to me. 18 | > 19 | 20 | ## What is Pythonista? 21 | 22 | Pythonista is an iOS app for developing and running Python scripts locally on iPad and iPhone. I released the first version, running on the original iPad over 12 years ago, but the app has grown and adapted to the advancements in both the iOS ecosystem and the Python language. 23 | 24 | Pythonista provides everything you need to start coding right away – a native Python runtime with many included open-source libraries, a touch-optimized code editor, an interactive console, and many other tools. If you're an iOS power user, you can also use Pythonista for automation purposes, using the Shortcuts integration and Python modules tailored specifically for iOS, like `photos`, `location`, `notifications`, and more. 25 | 26 | Pythonista is exclusively available on the iOS App Store as a one-time purchase with NO subscription. 27 | 28 | Head over to [Pythonista.app](https://pythonista.app) for more information. 29 | 30 | ## Community Forum & Issue Tracker 31 | 32 | Unfortunately, the old community forum was essentially run over by bots, and I don't have the resources for the maintenance that was required to host this myself. I've decided to move the forum to GitHub, using the [*Discussions*](https://github.com/omz/Pythonista/discussions) feature of this repository. 33 | 34 | For posting bug reports, please continue using the [Pythonista-Issues](https://github.com/omz/Pythonista-Issues) repo for now. I may move issues to this repository eventually, but that hasn't happened yet. 35 | 36 | * [Community Forum](https://github.com/omz/Pythonista/discussions) 37 | * [Issue Tracker](https://github.com/omz/Pythonista-Issues) 38 | 39 | ## Documentation 40 | 41 | Pythonista's documentation contains lots of information and reference materials about Python, the standard library, additional modules, and more. You can read it offline in the app or in a web browser: 42 | 43 | * [Pythonista Documentation](https://omz-software.com/pythonista/docs-3.4/py3/index.html) 44 | 45 | ## Beta 46 | 47 | You can sign up for beta-testing Pythonista Lab [here](https://pythonista.app/lab). 48 | 49 | ## External Links 50 | 51 | * [Pythonista-Tools](https://github.com/Pythonista-Tools) – (inofficial) An open GitHub Organization of people who want to collaborate to build great tools around Pythonista for iOS 52 | -------------------------------------------------------------------------------- /forum_archive.json.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omz/Pythonista/a4b53bebafa302bcd486765a27399c01e28bda40/forum_archive.json.zip --------------------------------------------------------------------------------