No update?
-
Bummer...
https://twitter.com/olemoritz/status/1076853564243357696
the latest version was released on 2017.12.30.
-
@ccc I bought pythonista for me and my friends, I just throw the money away? Can you give me my money?
-
@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.
-
@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.
-
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.
-
@ccc No I’m not good at programming on iOS. I tried stash and made some pull requests.
-
@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])
-
@cvp 😃very creative, best of both worlds... respect!
-
@pulbrich thank you but it was mainly for fun 😀
-
@cvp I was qurious about the script, but I received "The file pyto.py couldn't be found", when Pytonista opens.
-
last edited by
-
@pavlinb yes, sorry I forgot to say you have to save the script as pyto.py in Pythonista.
Thanks to @pulbrichAll is done in Pythonista, nothing in Pyto but you need to have both apps
-
@cvp I can’t do that since I’m writing code run on iOS, windows and Linux. So I can’t use pyto there.
-
@pulbrich Now it works in both directions :-)
-
last edited by
-
@timtim said:
I’m writing code run on iOS, windows and Linux
if sys.platform.startswith(“ios “):
-
@timtim said:
Check your profile pictures, looks funny.
I had remarked similar moustaches but I didn't dare post something
-
@cvp said:
I had remarked similar moustaches but I didn't dare post something
I guess it just comes with experience.
-
last edited by
-
@ccc en… looks ugly. I won’t do that.
-
How could it be ugly? It is Pythonic.