๐Ÿ“– Beginning Python Programming /
Module: Basic Python

Running Python

๐Ÿ“– Beginning Python Programming / Basic Python / Running Python

Running Python scripts in iOS and Android

Python Automation on iOS.

Link: https://itunes.apple.com/us/app/pythonista-3/id1085978097

Pythonista provides a very solid editor that runs natively on iPad.It is a fully functional Python 2 and 3 runtime with several modules included, such as BeautifulSoup, NumPy and MatPlotLib. It even includes some iOS-specific functionalities such as clipboard, contacts, geolocation, and photos. Pythonista provides a strong code-based automation solution in iPhone and iPad.

You can check out their website for more details: https://omz-software.com/pythonista/

Screen Shot 2020-04-16 at 12.26.36 PM.png 518 KB
Learning Python on iPad.

Link: https://apps.apple.com/us/app/carnets/id1450994949

While Pythonista is a power horse for automation in iOS, Carnets is easy to start Python runtime on iOS with the famous Jupyter notebook interface.

You can check the details on their website: https://holzschu.github.io/Carnets_Jupyter/

Screen Shot 2020-04-16 at 12.30.09 PM.png 207 KB
Pydroid 3 for Android

Google Play Store link

  • Python 3.7 IDE on Android
  • Package manager included
  • Includes:
    • Numpy
    • Scipy
    • Matplotlib
    • Scikit-learn
  • Jupyter included