
Python is programming language. It needs an interpreter and to read and execute the code. We write python scripts in computer using IDE like text editor or Visual Studio code etc.. We can also code in android phone using certain apps. In this article i will introduce you an android app to run python codes.This app can only be used to learn python. In my experience this app is not good for python projects and works. It is only helpful in learning python. You can write your code and see the output. So it is helpful for learning python. You cant work on projects using this app because it will throw many errors but it is helpful for beginners for learning python. Small codes can be executed in android phone using this app. You can install and use some python modules in this app.

Pydroid 3 is an IDE for python in Android. You can install this app from play store. In this app you can write python codes and it provide a terminal to execute the code. Once you have installed Pydroid 3 and when you open this app it will install python on your phone. After installing python you can write python codes and save the file. This app is developed by IIEC. And if you want use modules you need to install pip. You can install pip in the terminal provided by this app. And you can code easily in android using app. After installing this app it will automatically install python in your phone. This app has a terminal in which your code can be executed. You can use this terminal for installing modules.I will show how to use Pydroid 3. Before, if you want to download this app from play store click the button below.
How to use Pydroid 3 ?
You can use pydroid 3 easily and its is portable. You can use this offline. You can code easily and see the out put in terminal by clicking run button.
How to install Modules in Pydroid 3 ?
In Android, to install modules it is the same command as in computer. You just need to open terminal provided in this app and write "pip install _module_name".
Requirements for Pydroid 3
It needs minimum 250MB free internal storage. The usage of storage depends on modules you installed. The modules are installed to your phone storage. The app might ask to download a plugin when you install certain modules. If the app ask to install plugin install it from play store. The python files you create are saved in internal memory.Now that's all you need for installing pydroid 3. This IDE is very useful for beginners for learning python and work on small projects. I have used this IDE for learning python. I hope this article helped you. Comment below it was helpful or not.

0 Comments