Writing python code on android [closed]











up vote
13
down vote

favorite
4












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.










share|improve this 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















up vote
13
down vote

favorite
4












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.










share|improve this 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













up vote
13
down vote

favorite
4









up vote
13
down vote

favorite
4






4





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.










share|improve this question













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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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


















  • 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












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






share|improve this answer























  • 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


















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






share|improve this answer




























    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.






    share|improve this answer




























      up vote
      2
      down vote













      The best offline IDE I ever use is Pydroid.
      I love it's feature to easy share on Pastebin.






      share|improve this answer




























        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.






        share|improve this answer





















        • 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




















        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






        share|improve this answer























        • 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















        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






        share|improve this answer























        • 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













        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






        share|improve this answer














        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







        share|improve this answer














        share|improve this answer



        share|improve this answer








        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


















        • 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












        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






        share|improve this answer

























          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






          share|improve this answer























            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






            share|improve this answer












            If you are comfortable doing Python development/testing on the command line, you could follow these instructions to get Python running in Terminal IDE







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 25 '13 at 23:29









            ianhanniballake

            102k14211222




            102k14211222






















                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.






                share|improve this answer

























                  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.






                  share|improve this answer























                    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.






                    share|improve this answer












                    There is an awesome QPython project here. You may just install the application from play market and enjoy Python coding everywhere.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 17 '15 at 13:29









                    saver

                    35628




                    35628






















                        up vote
                        2
                        down vote













                        The best offline IDE I ever use is Pydroid.
                        I love it's feature to easy share on Pastebin.






                        share|improve this answer

























                          up vote
                          2
                          down vote













                          The best offline IDE I ever use is Pydroid.
                          I love it's feature to easy share on Pastebin.






                          share|improve this answer























                            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.






                            share|improve this answer












                            The best offline IDE I ever use is Pydroid.
                            I love it's feature to easy share on Pastebin.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Sep 8 '17 at 0:40









                            Jayesh

                            211




                            211






















                                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.






                                share|improve this answer





















                                • 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

















                                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.






                                share|improve this answer





















                                • 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















                                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.






                                share|improve this answer












                                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.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                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




















                                • 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





                                Popular posts from this blog

                                Xamarin.iOS Cant Deploy on Iphone

                                Glorious Revolution

                                Dulmage-Mendelsohn matrix decomposition in Python