Handy Py Free

Handy Py Free

Quan Lin
Jan 11, 2022
  • 31.4 MB

    फाइल का आकार

  • Android 5.0+

    Android OS

Handy Py Free के बारे में

पायथन कंसोल और स्क्रिप्ट फीचर के साथ एक सामान्य शैक्षिक उपकरण।

A general educational tool with Python console and script feature.

======================================================

Features

--------------

* Offline Python 3.8 console that does NOT need internet connection.

* Apart from standard Python libraries, some useful and educational libraries such as numpy, sympy, requests, pillow, peewee are pre-installed.

* Custom script can be loaded and run easily. There are also some examples for quick start. Just copy and paste one of them to try it out.

Script General Guide

---------------------------------

* This app is not designed as script editor although script can be edited in the script field.

The best way is to use your favourite script editor and then copy and paste the script.

* Always use spaces for indentation to avoid weird errors.

* Most of the packages in standard Python library are available to import.

* Do not run console code and script code at the same time. They share the same stdout.

* If while loop is needed, always use `app.running_script` as condition in order to stop the script properly.

* Use `app.version` to get the app version string.

* Use `app.clear_output()` to clear the script output field.

* Use `app.log_file(text)` to save a log file in storage.

The log file is located here [Storage Directory]/{_log_folder_name}/log_[UTC Timestamp].txt.

text (str): Text Content

return (str): Full File Path

Here is one script example from this app:

####################

# Sympy example.

from sympy import symbols, solve

x, y = symbols('x, y')

solution = solve(

[

x + y - 10,

x - y - 2,

],

[x, y],

)

print(solution)

# Output: {x: 6, y: 4}

####################

अधिक दिखाएं

What's new in the latest 0.3

Last updated on 2022-01-11
UI improved.
Python tutorial added.
More examples added.
अधिक दिखाएं

वीडियो और स्क्रीनशॉट

  • Handy Py Free पोस्टर
  • Handy Py Free स्क्रीनशॉट 1
  • Handy Py Free स्क्रीनशॉट 2
  • Handy Py Free स्क्रीनशॉट 3
  • Handy Py Free स्क्रीनशॉट 4
  • Handy Py Free स्क्रीनशॉट 5
  • Handy Py Free स्क्रीनशॉट 6
  • Handy Py Free स्क्रीनशॉट 7

Handy Py Free APK जानकारी

नवीनतम संस्करण
0.3
श्रेणी
शिक्षा
Android OS
Android 5.0+
फाइल का आकार
31.4 MB
विकासकार
Quan Lin
Available on
APKPure पर सुरक्षित और तेज़ APK डाउनलोड करें
आपके लिए वायरस मुक्त Handy Py Free APK डाउनलोड करने के लिए APKPure प्रमाणित करने का उपयोग करता है।

Handy Py Free के पुराने संस्करण

APKPure आइकन

APKPure ऐप के माध्यम से सुपर तेज़ और सुरक्षित डाउनलोडिंग

एंड्रॉइड पर XAPK/APK फ़ाइलें इंस्टॉल करने के लिए एक-क्लिक करें!

डाउनलोड APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies