Information
English (United States)
Description
Python 3 For Windows Phone is a Windows Phone 8 app that provides an interactive Python shell. You can run scripts either interactively, by typing them into the bottom window, or run a script from SkyDrive.
People also like
Reviews
-
by Austin
Really neat idea. Just for like quick small scripts. What would be a really nice trick, would be if we could write out a code (not in the shell) be able to save that file to one drive that way we can access it between the computer and phone to make quick changes.
-
by Sergio
Great, but it doesn't auto indent the code inside loops or declarations, so you manually have to count 4 spaces every time you need to indent something.
-
by Luis
It's working pretty well so far, the only thing it's missing is console input and packages. I would really like to have "random" available.
-
by Purvis
This is a remarkable example of useful scripting in a windows phone app. Its main downfall is lack of documentation on the limitations. For example, the __file__ variable is not defined, and its not clear if the path can be set so that a user package can be imported from the one drive.
-
by Pavel
Great idea, really like running scripts from one drive. Please add liberates, I'm missing numpy package and other common packages.