Writing python code on android [closed]
up vote
13
down vote
favorite
I recently got a android tablet (nexus 7) and would like to be able to write python programs on it (not for it) without access to the internet or needing to access any other device to run the program.
If somebody could suggest an app, or tell me how to set it up, it would be great.
If however, someone could suggest an app that works with a different language, that would also be nice.
android python
closed as off-topic by gnat, Cindy Meister, mpromonet, Andy♦ Nov 11 at 19:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – gnat, Cindy Meister, mpromonet, Andy
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
13
down vote
favorite
I recently got a android tablet (nexus 7) and would like to be able to write python programs on it (not for it) without access to the internet or needing to access any other device to run the program.
If somebody could suggest an app, or tell me how to set it up, it would be great.
If however, someone could suggest an app that works with a different language, that would also be nice.
android python
closed as off-topic by gnat, Cindy Meister, mpromonet, Andy♦ Nov 11 at 19:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – gnat, Cindy Meister, mpromonet, Andy
If this question can be reworded to fit the rules in the help center, please edit the question.
Possible duplicate of Is there a way to run Python on Android?
– saver
Nov 17 '15 at 13:32
@saver: there's a difference between (a) writing a Python program on a desktop computer and later running it on an Android device, vs. (b) writing a Python program on an Android device and running it directly on the same device without needing to access any other device to run the program.
– David Cary
Dec 19 '15 at 4:47
add a comment |
up vote
13
down vote
favorite
up vote
13
down vote
favorite
I recently got a android tablet (nexus 7) and would like to be able to write python programs on it (not for it) without access to the internet or needing to access any other device to run the program.
If somebody could suggest an app, or tell me how to set it up, it would be great.
If however, someone could suggest an app that works with a different language, that would also be nice.
android python
I recently got a android tablet (nexus 7) and would like to be able to write python programs on it (not for it) without access to the internet or needing to access any other device to run the program.
If somebody could suggest an app, or tell me how to set it up, it would be great.
If however, someone could suggest an app that works with a different language, that would also be nice.
android python
android python
asked Feb 25 '13 at 23:13
user2109154
71126
71126
closed as off-topic by gnat, Cindy Meister, mpromonet, Andy♦ Nov 11 at 19:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – gnat, Cindy Meister, mpromonet, Andy
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by gnat, Cindy Meister, mpromonet, Andy♦ Nov 11 at 19:41
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – gnat, Cindy Meister, mpromonet, Andy
If this question can be reworded to fit the rules in the help center, please edit the question.
Possible duplicate of Is there a way to run Python on Android?
– saver
Nov 17 '15 at 13:32
@saver: there's a difference between (a) writing a Python program on a desktop computer and later running it on an Android device, vs. (b) writing a Python program on an Android device and running it directly on the same device without needing to access any other device to run the program.
– David Cary
Dec 19 '15 at 4:47
add a comment |
Possible duplicate of Is there a way to run Python on Android?
– saver
Nov 17 '15 at 13:32
@saver: there's a difference between (a) writing a Python program on a desktop computer and later running it on an Android device, vs. (b) writing a Python program on an Android device and running it directly on the same device without needing to access any other device to run the program.
– David Cary
Dec 19 '15 at 4:47
Possible duplicate of Is there a way to run Python on Android?
– saver
Nov 17 '15 at 13:32
Possible duplicate of Is there a way to run Python on Android?
– saver
Nov 17 '15 at 13:32
@saver: there's a difference between (a) writing a Python program on a desktop computer and later running it on an Android device, vs. (b) writing a Python program on an Android device and running it directly on the same device without needing to access any other device to run the program.
– David Cary
Dec 19 '15 at 4:47
@saver: there's a difference between (a) writing a Python program on a desktop computer and later running it on an Android device, vs. (b) writing a Python program on an Android device and running it directly on the same device without needing to access any other device to run the program.
– David Cary
Dec 19 '15 at 4:47
add a comment |
5 Answers
5
active
oldest
votes
up vote
10
down vote
accepted
If you want to be able to run a Python interpreter on the device, use SL4A.
http://www.github.com/damonkohler/sl4a
The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
To the OP....I think these are going to be your best bet. Unless there is some obscure project out there specifically for creating py projects on a device I think your stuck with this guys suggestions. Unless some one wants to prove otherwise.
– James andresakis
Feb 25 '13 at 23:33
add a comment |
up vote
3
down vote
If you are comfortable doing Python development/testing on the command line, you could follow these instructions to get Python running in Terminal IDE
add a comment |
up vote
2
down vote
There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.
add a comment |
up vote
2
down vote
The best offline IDE I ever use is Pydroid.
I love it's feature to easy share on Pastebin.
add a comment |
up vote
1
down vote
Recently tried Pydroid, the best IDE on Android, autocompletion and code analysis works awesome, supports many libraries, much better than QPython3 that doesn't even have a pip in its third version yet.
I tried QPython3 and I can not use the nltk library in it, and so I come to find a solution and see your suggestion. I tried to run nltk on Pydroid and it's perfect. :) Thanks for your information, Sandor Rado and @Jayesh.
– rml
Mar 26 at 13:38
add a comment |
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
10
down vote
accepted
If you want to be able to run a Python interpreter on the device, use SL4A.
http://www.github.com/damonkohler/sl4a
The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
To the OP....I think these are going to be your best bet. Unless there is some obscure project out there specifically for creating py projects on a device I think your stuck with this guys suggestions. Unless some one wants to prove otherwise.
– James andresakis
Feb 25 '13 at 23:33
add a comment |
up vote
10
down vote
accepted
If you want to be able to run a Python interpreter on the device, use SL4A.
http://www.github.com/damonkohler/sl4a
The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
To the OP....I think these are going to be your best bet. Unless there is some obscure project out there specifically for creating py projects on a device I think your stuck with this guys suggestions. Unless some one wants to prove otherwise.
– James andresakis
Feb 25 '13 at 23:33
add a comment |
up vote
10
down vote
accepted
up vote
10
down vote
accepted
If you want to be able to run a Python interpreter on the device, use SL4A.
http://www.github.com/damonkohler/sl4a
The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
If you want to be able to run a Python interpreter on the device, use SL4A.
http://www.github.com/damonkohler/sl4a
The best editor I've used is DroidEdit. I actually forked out the $2 for the pro version.
https://play.google.com/store/apps/details?id=com.aor.droidedit.pro&hl=en
edited Sep 24 '15 at 22:11
Alice Purcell
9,02943653
9,02943653
answered Feb 25 '13 at 23:31
pyrospade
5,33712043
5,33712043
To the OP....I think these are going to be your best bet. Unless there is some obscure project out there specifically for creating py projects on a device I think your stuck with this guys suggestions. Unless some one wants to prove otherwise.
– James andresakis
Feb 25 '13 at 23:33
add a comment |
To the OP....I think these are going to be your best bet. Unless there is some obscure project out there specifically for creating py projects on a device I think your stuck with this guys suggestions. Unless some one wants to prove otherwise.
– James andresakis
Feb 25 '13 at 23:33
To the OP....I think these are going to be your best bet. Unless there is some obscure project out there specifically for creating py projects on a device I think your stuck with this guys suggestions. Unless some one wants to prove otherwise.
– James andresakis
Feb 25 '13 at 23:33
To the OP....I think these are going to be your best bet. Unless there is some obscure project out there specifically for creating py projects on a device I think your stuck with this guys suggestions. Unless some one wants to prove otherwise.
– James andresakis
Feb 25 '13 at 23:33
add a comment |
up vote
3
down vote
If you are comfortable doing Python development/testing on the command line, you could follow these instructions to get Python running in Terminal IDE
add a comment |
up vote
3
down vote
If you are comfortable doing Python development/testing on the command line, you could follow these instructions to get Python running in Terminal IDE
add a comment |
up vote
3
down vote
up vote
3
down vote
If you are comfortable doing Python development/testing on the command line, you could follow these instructions to get Python running in Terminal IDE
If you are comfortable doing Python development/testing on the command line, you could follow these instructions to get Python running in Terminal IDE
answered Feb 25 '13 at 23:29
ianhanniballake
102k14211222
102k14211222
add a comment |
add a comment |
up vote
2
down vote
There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.
add a comment |
up vote
2
down vote
There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.
add a comment |
up vote
2
down vote
up vote
2
down vote
There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.
There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.
answered Nov 17 '15 at 13:29
saver
35628
35628
add a comment |
add a comment |
up vote
2
down vote
The best offline IDE I ever use is Pydroid.
I love it's feature to easy share on Pastebin.
add a comment |
up vote
2
down vote
The best offline IDE I ever use is Pydroid.
I love it's feature to easy share on Pastebin.
add a comment |
up vote
2
down vote
up vote
2
down vote
The best offline IDE I ever use is Pydroid.
I love it's feature to easy share on Pastebin.
The best offline IDE I ever use is Pydroid.
I love it's feature to easy share on Pastebin.
answered Sep 8 '17 at 0:40
Jayesh
211
211
add a comment |
add a comment |
up vote
1
down vote
Recently tried Pydroid, the best IDE on Android, autocompletion and code analysis works awesome, supports many libraries, much better than QPython3 that doesn't even have a pip in its third version yet.
I tried QPython3 and I can not use the nltk library in it, and so I come to find a solution and see your suggestion. I tried to run nltk on Pydroid and it's perfect. :) Thanks for your information, Sandor Rado and @Jayesh.
– rml
Mar 26 at 13:38
add a comment |
up vote
1
down vote
Recently tried Pydroid, the best IDE on Android, autocompletion and code analysis works awesome, supports many libraries, much better than QPython3 that doesn't even have a pip in its third version yet.
I tried QPython3 and I can not use the nltk library in it, and so I come to find a solution and see your suggestion. I tried to run nltk on Pydroid and it's perfect. :) Thanks for your information, Sandor Rado and @Jayesh.
– rml
Mar 26 at 13:38
add a comment |
up vote
1
down vote
up vote
1
down vote
Recently tried Pydroid, the best IDE on Android, autocompletion and code analysis works awesome, supports many libraries, much better than QPython3 that doesn't even have a pip in its third version yet.
Recently tried Pydroid, the best IDE on Android, autocompletion and code analysis works awesome, supports many libraries, much better than QPython3 that doesn't even have a pip in its third version yet.
answered Nov 7 '17 at 4:47
Sandor Rado
211
211
I tried QPython3 and I can not use the nltk library in it, and so I come to find a solution and see your suggestion. I tried to run nltk on Pydroid and it's perfect. :) Thanks for your information, Sandor Rado and @Jayesh.
– rml
Mar 26 at 13:38
add a comment |
I tried QPython3 and I can not use the nltk library in it, and so I come to find a solution and see your suggestion. I tried to run nltk on Pydroid and it's perfect. :) Thanks for your information, Sandor Rado and @Jayesh.
– rml
Mar 26 at 13:38
I tried QPython3 and I can not use the nltk library in it, and so I come to find a solution and see your suggestion. I tried to run nltk on Pydroid and it's perfect. :) Thanks for your information, Sandor Rado and @Jayesh.
– rml
Mar 26 at 13:38
I tried QPython3 and I can not use the nltk library in it, and so I come to find a solution and see your suggestion. I tried to run nltk on Pydroid and it's perfect. :) Thanks for your information, Sandor Rado and @Jayesh.
– rml
Mar 26 at 13:38
add a comment |
Possible duplicate of Is there a way to run Python on Android?
– saver
Nov 17 '15 at 13:32
@saver: there's a difference between (a) writing a Python program on a desktop computer and later running it on an Android device, vs. (b) writing a Python program on an Android device and running it directly on the same device without needing to access any other device to run the program.
– David Cary
Dec 19 '15 at 4:47