Python Programming Interpreter 4+
Learn and code in Python
Ketan Appa
-
- 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
- One file can be run at a time
- 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.7.1
Bug fix when using keyboard shortcut on iPad
Ratings and Reviews
GENERAR TXT
Como puedo otorgar permiso para generar archivos txt?
Developer Response ,
f= open("/tmp/file.txt","w+")
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.
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
Information
- Seller
- Ketan Appa
- Size
- 25.3 MB
- Category
- Education
- Compatibility
-
- iPhone
- Requires iOS 11.2 or later.
- iPad
- Requires iPadOS 11.2 or later.
- iPod touch
- Requires iOS 11.2 or later.
- Apple Vision
- Requires visionOS 1.0 or later.
- Languages
-
English
- Age Rating
- 4+
- Copyright
- Copyright © 2024, Ratinbox.com. All Rights Reserved.
- Price
- Free
- In-App Purchases
-
- 1 Month Subscription $59.00
- 1 Year Subscription $359.00
- 6 Months Subscription $239.00