”Handy Py Free

Handy Py Free

Quan Lin
Jan 11, 2022
  • 31.4 MB

    ขนาดไฟล์

  • Android 5.0+

    Android OS

เกี่ยวกับ Handy Py Free

เครื่องมือการศึกษาทั่วไปพร้อมคุณสมบัติคอนโซลและสคริปต์ Python

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
ดาวน์โหลด APK ได้อย่างปลอดภัยและรวดเร็วบน APKPure
APKPure ใช้การตรวจสอบลายเซ็นเพื่อประกันการดาวน์โหลด APK ของ Handy Py Free ที่ปลอดไวรัสสำหรับคุณ

Handy Py Free รุ่นเก่า

APKPure ไอคอน

การดาวน์โหลดที่รวดเร็วและปลอดภัยเป็นพิเศษผ่านแอป APKPure

คลิกเพียงครั้งเดียวเพื่อติดตั้งไฟล์ XAPK/APK บน Android!

ดาวน์โหลด APKPure
thank icon
เราใช้คุกกี้และเทคโนโลยีอื่น ๆ บนเว็บไซต์นี้ เพื่อปรับปรุงประสบการณ์การใช้งานของคุณ
การคลิกลิงก์ใด ๆ ในหน้านี้แสดงว่าคุณยินยอมในส่วนของ นโยบายความเป็นส่วนตัว และ นโยบายคุกกี้ ของเรา
เรียนรู้เพิ่มเติม