Your Python Editor (Beta)

Offline Python Editor based on Skulpt, entirely client side with display result & code validation

Your Python Editor (Beta)คืออะไร?

Your Python Editor (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NewBauhaus41 และคุณลักษณะหลักของมันคือ "Offline Python Editor based on Skulpt, entirely client side with display result & code validation"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your Python Editor (Beta)

ดาวน์โหลดไฟล์ส่วนขยาย Your Python Editor (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Edit & run directly in this Chrome application your python project with this useful editor and code validator
=========
Release 0.13.0 - __bulitins__.classmethod.classmethod improved and some bugs fixed
Release 0.12.1 - Work on Python3, complex type is added, many many minor bug fixes....
Release 0.11.2 - Fixed loading of numpy library
Release 0.11.1 - Fixed bug about matplotlib
Release 0.11.0 - Now editor supporting partially pygal library
Release 0.10.5 - Updated python standard library and added button to go full screen graphic result
Release 0.10.2 - Added tooltips for buttons of toolbar
Release 0.10.2 - Added option full-screen for code editor
Release 0.10.1 - Removed some permissions from file manifest not required
=========
Main Features:
* Free!!
* Python syntax highlighting
* Edit, run and validate Python code
* Save code in your storage as Python application
* Print result with useful preview
* Drag & Drop to open python and txt file. You can use button toolbar too
* Undo & Redo buttons
* Ctrl-Space to autocomplete the code
* Search/Replace string and jump to line (Using advanced functions with keyboard shortcuts)
* Save Python code as pdf format
* Keyboard shortcuts to save project as Python application (CTRL-SHIFT-S for Windows - CMD-SHIFT-S for Mac)
* Keyboard shortcuts to save code as txt format (CTRL-S for Windows - CMD-S for Mac)
* Numpy, matplotlib libraries partially supported

Details about keyboard shortcuts:
 * Ctrl-F / Cmd-F (Mac): Search
 * Ctrl-G / Cmd-G (Mac): Search next
 * Shift-Ctrl-G / Shift-Cmd-G (Mac): Search previous
 * Shift-Ctrl-F / Cmd-Option-F (Mac): Search and Replace
 * Shift-Ctrl-R / Shift-Cmd-Option-F (Mac): Replace All
 * ALT-G: Jump to line
 * Ctrl-Z and Ctrl-Y / Cmd-Z and Cmd-Y (Mac): Undo & Redo 

Here is the list of libraries you can use:
- arduino;
- document;
- image;
- led matrix;
- math;
- matplotlib (partially supported);
- numpy (partially supported);
- operator;
- plot;
- processing;
- random;
- re;
- string;
- time;
- turtle;
- urlib;
- webgl;
- pygal (partially supported)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Your Python Editor (Beta) Your Python Editor (Beta)
ID nlbikhljcdblhipffkjekingckoolbpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/your-python-editor-beta/nlbikhljcdblhipffkjekingckoolbpm
คำอธิบาย Offline Python Editor based on Skulpt, entirely client side with display result & code validation
ขนาดไฟล์ 1.81 MB
จำนวนการติดตั้ง 321
เวอร์ชันปัจจุบัน 0.13.0
อัปเดตครั้งล่าสุด 2023-10-07
วันที่เผยแพร่ 2020-02-24
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา NewBauhaus41
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://mediamaster.eu/contatti
URL หน้านโยบายความเป็นส่วนตัว https://ulmdevice.altervista.org/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Your Python Editor (Beta)",
    "short_name": "Edit & run Python code",
    "description": "Offline Python Editor based on Skulpt, entirely client side with display result & code validation",
    "version": "0.13.0",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_16.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/cloudprint\/client\/cpgadget.js 'unsafe-eval'; frame-src *; default-src 'self'; media-src *; img-src * data:; style-src * 'unsafe-inline'; font-src 'self' https:\/\/www.google.com\/cloudprint\/; connect-src *; base-uri *",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}