Show HN: Python on iOS Native Apps
github.com
Show HN: Python on iOS Native Apps
1–10 of 24 posts
Re: Show HN: Python on iOS Native Apps
#2As I'm a beginner in swift and iOS, I've documented all the process at https://github.com/joaoventura/pybridge-ios/blob/master/docs....
I hope this allows me to share all the Python code in my Android app (https://play.google.com/store/apps/details?id=com.flatangle....), which uses the same technique but for android (https://github.com/joaoventura/pybridge)
Re: Show HN: Python on iOS Native Apps
#3This project is a base for which to add a python interpreter to a swift iOS project. It allows us to call python functions and get the resulting string, and then use the result in swift code (to update native widgets, etc.) As I'm a beginner in swift and iOS, I've documented all the process at https://github.com/joaoventura/pybridge-ios/blob/master/docs... . I hope this allows me to share all the Python code in my An…
Re: Show HN: Python on iOS Native Apps
#4This project is a base for which to add a python interpreter to a swift iOS project. It allows us to call python functions and get the resulting string, and then use the result in swift code (to update native widgets, etc.) As I'm a beginner in swift and iOS, I've documented all the process at https://github.com/joaoventura/pybridge-ios/blob/master/docs... . I hope this allows me to share all the Python code in my An…
Will Apple approve apps that use this?
There are limited exceptions for apps that teach programming, such as Pythonista.
Re: Show HN: Python on iOS Native Apps
#5[0] https://www.tensorflow.org/swift/tutorials/python_interopera...
Re: Show HN: Python on iOS Native Apps
#6The talks from the author, Russell Keith-Magee, are very interesting, I learned a lot about how apps work.
Re: Show HN: Python on iOS Native Apps
#7Does anyone know the latest on the Swift-Python bridge from the TensorFlow team[0]? Is this still in development or usable for iOS apps? [0] https://www.tensorflow.org/swift/tutorials/python_interopera...
Re: Show HN: Python on iOS Native Apps
#8Does anyone know the latest on the Swift-Python bridge from the TensorFlow team[0]? Is this still in development or usable for iOS apps? [0] https://www.tensorflow.org/swift/tutorials/python_interopera...
I believe that you need the S4TF fork of the Swift compiler. It might be doable to swap it into Xcode as part of an alternate toolchain, but it's not likely to be easy.
Re: Show HN: Python on iOS Native Apps
#9Does anyone know the latest on the Swift-Python bridge from the TensorFlow team[0]? Is this still in development or usable for iOS apps? [0] https://www.tensorflow.org/swift/tutorials/python_interopera...