Next release?
-
Any information on when the next release is coming?
-
After checking here, support, and slack it appears that this project may as well be dead. Pythonista is dead, long live Pythonista!
-
That's a shame. I just started with Pythonista and I am loving it.
-
Is the development team interested in releasing the code for open source purposes?
i'm sure there is a knowledge in the community to keep it going?
Happy to support if such a project got off the ground.
Yours
Oz
-
https://pyto.app is an open source Python on iOS that you could support.
-
This post is deleted!last edited by
-
This post is deleted!last edited by
-
@ccc in my opinion nothing beats Pythonista.
Pyto is far from comparing to Pythonista, I tried to port an app I was developing in Pythonista to Pyto and I’m facing a lot of problems as it crash a lot of times where Pythonista behave perfectly.
I’m trying also other IDE but Pythonista is still the number one. I’m giving up only because I’m also afraid that ole isn’t working on it anymore.
😢
-
This post is deleted!last edited by
-
Pythonista is best, But until now, it's not update. some bug not fix.
Now, I Just using Code. (very like VSCode, and support native Python, also numpy, pandas include) url: https://thebaselab.com/code/
-
This post is deleted!last edited by
-
@william26445
for python there is pyto, for react-native there is play.js, for c# and f# there is continuous, for lua there is luastudio, for html/css/js there is spck editor.
these are what I found best for their own language. As I said, the problem here is: once you try pythonista, you won’t go back!
-
This post is deleted!last edited by
-
Nooo, seriously is that happening? @omz please let us know. Pythonista is a gem of the App Store, and one of the best learning tool I’ve used - perfect also for kids code learning. It should go into schools. I really hope you’ll find a way to maintain it. 🤞
-
@ccc any idea about how to convert ui-based app to Pyto ? it’s probably one of the worst case scenario no?
-
I have not done much Pyto ui but you would probably find help at the Pyto Discord channel: https://discord.gg/XCKkvJS
-
last edited by
-
@cvp ah ah well looks like I’m screwed. Let’s hope @omz will at least maintain his iOS dev subscription - so that the app stays live on the store as long as possible.
-
Just to leave a breadcrumb of hope in this thread, if you have not already found it, go check out the "ish" app. The open source project did the assembly needed to run a real linux machine native from the app. It wont be for the gui lovers, but the fact that I can install any normal linux package I would install on a normal linux host means with the right cli setup it can become an amazing little native programming/automation environment that is being supported by the linux community instead of relying on a single developer to add support.
I'll always have a place in my heart for pythonista3. The "ish" app existing makes the reality of this apps python version going EOL at the end of 2021 hurt a lot less though.
-
Python 3.10 was released today for your non-iOS platforms...
https://pythoninsider.blogspot.com/2021/10/python-3100-is-available.html
-
@codykochmann Did you figure out how to install Python 3 (via Pyenv or other) on ish?