omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Next release?

    Pythonista
    12
    24
    9317
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • william26445
      william26445 @brx last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 1
      • momorprods
        momorprods 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. 🤞

        1 Reply Last reply Reply Quote 0
        • momorprods
          momorprods @ccc last edited by

          @ccc any idea about how to convert ui-based app to Pyto ? it’s probably one of the worst case scenario no?

          cvp 1 Reply Last reply Reply Quote 0
          • ccc
            ccc last edited by ccc

            I have not done much Pyto ui but you would probably find help at the Pyto Discord channel: https://discord.gg/XCKkvJS

            1 Reply Last reply Reply Quote 0
            • cvp
              cvp @momorprods last edited by

              @momorprods said:

              any idea about how to convert ui-based app to Pyto ?

              Good luck 🙄

              momorprods 1 Reply Last reply Reply Quote 0
              • momorprods
                momorprods @cvp 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.

                1 Reply Last reply Reply Quote 0
                • codykochmann
                  codykochmann last edited by

                  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.

                  https://apps.apple.com/us/app/ish-shell/id1436902243

                  1 Reply Last reply Reply Quote 0
                  • ccc
                    ccc last edited by ccc

                    Python 3.10 was released today for your non-iOS platforms...
                    https://pythoninsider.blogspot.com/2021/10/python-3100-is-available.html

                    1 Reply Last reply Reply Quote 0
                    • ccc
                      ccc last edited by

                      @codykochmann Did you figure out how to install Python 3 (via Pyenv or other) on ish?

                      kaan191 1 Reply Last reply Reply Quote 0
                      • kaan191
                        kaan191 @ccc last edited by

                        @ccc use the alpine package manager

                        apk add python3

                        Other useful packages

                        apk add py3-virtualenv
                        apk add py3-pip
                        apk add vim

                        Don't forget to run apk update before any installs.


                        I've just started exploring iSH and I'm super impressed with the project.

                        What you gain is extreme flexibility. What you lose out on - that you had with Pythonista - was a supreme UI experience.

                        1 Reply Last reply Reply Quote 0
                        • JonB
                          JonB last edited by

                          Is iSH very performant? I'd think that, being an x86 emulator, it would horribly slow.

                          kaan191 1 Reply Last reply Reply Quote 0
                          • kaan191
                            kaan191 @JonB last edited by

                            @JonB it's very very slow

                            To the point it's not practical for projects with big dependencies.

                            So far, combo of Raspberry Pi, Blink Shell is best iPad-based platform for me; editing on Pythonista and using Working Copy where possible.

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Powered by NodeBB Forums | Contributors