What are the steps I need to follow to be able to write and edit python programs on my Android phone?
-
I'm a beginner, with programming and Python. What I want to do is read and follow examples in books like 'Learn Python the Hard way' and 'Hello world: computer programmming for kids and others'. I want to be able to do the example problems on my android (xperia arc) phone while I'm taking the bus and the train. The train goes through tunnels so this needs to work without internet. That means repl.it and ideone won't work (i think). So far I have installed the SL4A scripting layer (I think - not sure how to check to make sure it's working) and I've installed P4A (python for android). What else do I need to be able to get a terminal/shell window?
-
Answer:
I've used SL4A for Python scripting quite a bit in the past, and it works very well with most of the standard modules. Once you've installed the SL4A app and the interpreters (P4A in this case), you can start writing python files right on the device. The User Guide on the SL4A website does a pretty good job of introducing the basic concepts for using it: http://code.google.com/p/android-scripting/wiki/UserGuide. You can create a new .py script within the main menu. FWIW, you dont have to have a seperate "terminal/shell" to start scripts... you can launch them from within SL4A or even create shortcuts to launch them from home screen. If you're not sure if the interpreter installed, try following this: http://code.google.com/p/android-scripting/wiki/InstallingInterpreters ** EDIT ** : If you're not sure if A4P got installed correctly, you can launch the app (Python for Android) on your device, and it will tell you the version of the interpreter installed, and how many scripts are currently loaded. You can also uninstall / re-install from there. For what its worth, if you're just getting started with Python (and programming in general), I'd recommend trying to get some of the examples working on a desktop machine, just so you can get the knack of the language. If you use standard libraries, you can copy your scripts to your android device, and run them within P4A. "helloWorld.py" ports very easily ;-)
Calydon at Stack Overflow Visit the source
Related Q & A:
- What is an .emz file and what is the software I need to open it?Best solution by Yahoo! Answers
- What digital box do I need if i get Comcast Cable for free?Best solution by Yahoo! Answers
- What are some things I need to know about living in Germany before I go there for a year?Best solution by Yahoo! Answers
- What size snowboard do I need if I am about 5'7?Best solution by frostyrider.com
- What are the steps I need to take to be a psychologist?Best solution by learn.org
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.