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.


    No update?

    Pythonista
    20
    95
    58573
    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.
    • ?
      A Former User @bennr01 last edited by

      @bennr01 yeah, no explanation at all and was delayed for 1 year.

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by

        Two years for one “BIG” feature? Can’t wait to try it. Maybe next year we can try python3.8? Or 2030?

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

          @timtim Perhaps you should keep a diary.

          I (and perhaps others) find your repetitive complaints to be a distraction.

          If Pythonista in its current form is not the app for you then please do the constructive thing and contribute to the open source Pyto which already ships with Python 3.8 and many of the third party modules that you have been requesting.

          ? 2 Replies Last reply Reply Quote 0
          • cvp
            cvp @Guest last edited by

            @timtim personally, I can live with Python 3.6, but I couldn't live happily without Pythonista, even without an update. We can still do everything with ObjectiveC ...

            ? 1 Reply Last reply Reply Quote 1
            • ?
              A Former User @ccc last edited by

              @ccc No pyto ugly ui. Hello, can you update pillow on pythonista with third party modules?

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User @cvp last edited by A Former User

                @cvp Personally, I can’t live with an app like pythonista, no updating news for 2 years. Oh, sorry, just news. “I’m coming this year. I’m coming soon. I’m coming.” So what is the plan, really? Coming soon?

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User @ccc last edited by

                  @ccc I bought pythonista for me and my friends, I just throw the money away? Can you give me my money?

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

                    @timtim said:

                    No pyto ugly ui.

                    Pyto is open source. You can fix the UI and we can all benefit from your work. Pillow v7 is already included.

                    Can you give me my money?

                    I (like you) do not get any revenue from Pythonista but if you come to my Starbucks, I will buy you a coffee of your choice. It costs a bit more than the Pythonista entitlement does but I would gladly do it.

                    cvp ? 2 Replies Last reply Reply Quote 0
                    • cvp
                      cvp @ccc last edited by

                      @ccc I would prefer to pay the price of a coffee/beer/wine (user choice) per year to @omz for his marvelous app, even without any update, only to use it.

                      1 Reply Last reply Reply Quote 1
                      • ?
                        A Former User last edited by

                        I can pay two cups of coffee if omz can add support for python3.8 and latest modules. I just wonder what work him spent two years on.

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @ccc last edited by

                          @ccc No I’m not good at programming on iOS. I tried stash and made some pull requests.

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

                            @timtim Perhaps could you run this kind of code to execute in Pyto some modules unknown in Pythonista

                            import sys
                            import urllib
                            import webbrowser
                            #print(sys.argv)
                            if len(sys.argv) == 1:
                            #	┏━━━━━━━━━━━━━━━━━━━━┓
                            #	┃code to run in Pyto ┃
                            #	┗━━━━━━━━━━━━━━━━━━━━┛
                            	code = '''
                            import urllib
                            import webbrowser
                            
                            import pandas as pd
                            data = {
                                'apples': [3, 2, 0, 1], 
                                'oranges': [0, 3, 7, 2]
                            }
                            purchases = pd.DataFrame(data)
                            
                            result = str(purchases)
                            encoded = urllib.parse.quote(result)
                            webbrowser.open('pythonista3://pyto.py?action=run&argv='+encoded)
                            	'''
                            	# execute code in Pyto
                            	encoded = urllib.parse.quote(code)
                            	webbrowser.open('pyto://x-callback/?code='+encoded)
                            else:
                            	# back from Pyto
                            	print(sys.argv[1]) 
                            
                            pavlinb ? 2 Replies Last reply Reply Quote 2
                            • pulbrich
                              pulbrich last edited by

                              @cvp 😃very creative, best of both worlds... respect!

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

                                @pulbrich thank you but it was mainly for fun 😀

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

                                  @cvp I was qurious about the script, but I received "The file pyto.py couldn't be found", when Pytonista opens.

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

                                    @pavlinb did you save the above script under the name of pyto.py in Pythonista?

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

                                      @pavlinb yes, sorry I forgot to say you have to save the script as pyto.py in Pythonista.
                                      Thanks to @pulbrich

                                      All is done in Pythonista, nothing in Pyto but you need to have both apps

                                      1 Reply Last reply Reply Quote 0
                                      • ?
                                        A Former User @cvp last edited by

                                        @cvp I can’t do that since I’m writing code run on iOS, windows and Linux. So I can’t use pyto there.

                                        1 Reply Last reply Reply Quote 0
                                        • pavlinb
                                          pavlinb @pulbrich last edited by

                                          @pulbrich Now it works in both directions :-)

                                          1 Reply Last reply Reply Quote 0
                                          • ?
                                            A Former User last edited by

                                            @cvp @pulbrich Check your profile pictures, looks funny.

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