Python Programming Interpreter 4+

Learn and code in Python

Ketan Appa

    • 3.5 • 10 Ratings
    • Free
    • Offers In-App Purchases

Screenshots

Description

Write Python code directly on your iPhone, iPad and iPod Touch! This app is ideal for learning and testing code snippets!

Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

Features:
- Compile and run your program
- Supports plotting and graphing
- View program output or detailed error
- Select and run chunk of codes
- Custom keyboard for easy input of frequently used characters
- Optimized for connecting with external physical/bluetooth keyboard
- Advanced source code editor with syntax highlighting, code completion and line numbers
- Open, save, import and share Python files
- Language reference
- Access thousands of packages
- Install additional packages

Limitations:
- Internet connection is required for compilation
- Maximum program running time is 20s
- Some file system, network and graphics functions may be limited
- This is a batch compiler; interactive programs are not supported. For example, if your program provides an input prompt, enter the input in the Input tab prior to compilation.

GET FULL ACCESS
Upgrade to a Premium Membership and Receive the Following Ongoing Value:
• No ads
• Unlimited plots
• Install packages
• Latest interpreters

If you choose to purchase a subscription, payment will be charged to your iTunes account, and your account will be charged within 24-hours prior to the end of the free trial or current period. Subscription with a free trial period will automatically renew to a paid subscription. Any unused portion of a free trial period (if offered) will be forfeited when you purchase a premium subscription during the free trial period. You can cancel the automatic renewal of your subscription at any time by going to your settings in the iTunes store after purchase. The cancellation will take effect the day after the last day of the current subscription period, and you will be downgraded to the free service.

Terms & Conditions: https://kappsmart.com/pythoncompiler/terms.html
Privacy Policy: https://kappsmart.com/pythoncompiler/privacy_policy.html

What’s New

Version 4.6.6

Minor interface enhancements

Ratings and Reviews

3.5 out of 5
10 Ratings

10 Ratings

Armerosk ,

GENERAR TXT

Como puedo otorgar permiso para generar archivos txt?

Developer Response ,

f= open("/tmp/file.txt","w+")

fjkvfjkj ,

not too many ads

comments made with docstrings have syntax highlighting issues. other than that it’s a good free python integrated development environment, for me, a complete beginner.

charly af9869 ,

Plot trouble

The upper left button for showing the Plots isnt being shown

This is the code i run:

import matplotlib.pyplot as plt

x=[1,2,3]
y=[2,5,6]
plt.plot(x,y)
plt.show()

But i cant see the plots i do

Developer Response ,

Hello, your codes would work after you install the required package in the Packages section of the app.

Which Python and pandas-datareader versions are you using? You may upgrade packages by swiping to the left on the package name. You may also change the Python version in the Settings section of the app. It is recommended to use the latest versions.

Plots need to be saved for them to appear in the plot viewer:

import matplotlib.pyplot as plt

fig = plt.figure()
x=[1,2,3]
y=[2,5,6]
plt.plot(x,y)
fig.savefig("plot.png")

App Privacy

The developer, Ketan Appa, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy.

Data Linked to You

The following data may be collected and linked to your identity:

  • Location
  • Identifiers
  • Usage Data
  • Diagnostics

Privacy practices may vary based on, for example, the features you use or your age. Learn More

More By This Developer

C/C++ Programming Compiler
Education
Jedona - Compiler for Java
Education
R Programming Compiler
Education
C# Programming Compiler
Education
Visual Basic (VB.NET) Compiler
Education
Madona: Run MATLAB/Octave code
Education

You Might Also Like

Python 3
Education
Learn Python Coding Offline
Education
Learn Python: Programiz
Education
Python‎ Compiler
Education
Enki: Learn Coding/Programming
Education
Programming Hub: Learn to Code
Education