I want something light to carry around and i don't really want a macbook or an ultrabook the iPad pro with apple pencil is perfect. My question is will it be able to run python? I will be coding soon so i wanted to know, thanks!
Videos
Now that the M1 has been put fir a while, is there any sign that an IDE will be made available to developers?
Python, JavaScript will be a great start with a runtime / shell to execute. M1 should be able to do all this is my thinking.
If small Dev can happen on this thing then there is the cloud for everything else and it’s adios 6 yr old MacBook for me.
I've used Pyto, but I'm also a beginner in coding, so I don't know if that is a good app. I mostly use my computer, but if I can practice when I'm out, I would love to have a good app.
Is Pyto the app to use? It's there a better one? Should I avoid coding on the iPad, in general?
you may be interesting in https://www.pythonanywhere.com project.
I am using it on ipad too.
If you are using Python for IOS, the following should work, although I haven't yet tried it myself.
Email the program to your own e-mail account as text. Then read the e-mail message on your iPad in any one of several e-mail applications. Cut and paste the text from the e-mail message into the python editor.
Don't cut and paste the code into the interpreter. Then you can't save it, at least not in the current version of Python for IOS. Instead, click on the second icon on the bottom (I think that's the icon, my iPad is at home and I'm not home now), to open the editor. You can save files from the editor using the menu button on the upper right; there's a "save" menu item that allows saving the code to a file on the iPad.
I'll be trying this tonight. Sorry for posting this before trying it, but I'm not sure I'll return to this question later. It 'should' work. (Famous last words!)
Hey there! I am currently trying to reduce my computer time by spending more time on my iPad and wanted to ask you guys if anyone is already programming with Python on the iPad.
What I'm looking for:
-
A way to write (rather simple) Python code on my iPad
-
Possibility to read and write CSV-files would be great (with numpy, pandas)
-
Works offline
What I'm not necessarily looking for:
-
A full fledged IDE like PyCharm
-
Something that fulfills every use case
I understand that a lot of things won't be possible (more sophisticated code and working with huge amounts of data). That's not the goal. I'm primarily looking for something to work with "on the go".