1
0
Fork 0
1Panel-Appstore/python
zhengkunwang b9c0cd6b66 feat: Add Multi-Language Support to Runtime (#2956) 2025-01-14 18:45:53 +08:00
..
3.10.15 fix: 解决 Python 环境命令报错的问题 (#2375) 2024-10-25 10:18:15 +08:00
3.11.10 fix: 解决 Python 环境命令报错的问题 (#2375) 2024-10-25 10:18:15 +08:00
3.12.7 fix: 解决 Python 环境命令报错的问题 (#2375) 2024-10-25 10:18:15 +08:00
3.13.0 feat: 运行环境增加 Label (#2342) 2024-10-22 16:35:49 +08:00
README.md docs: Add English README for python app (#2656) 2024-12-03 15:44:53 +08:00
README_en.md docs: Add English README for python app (#2656) 2024-12-03 15:44:53 +08:00
data.yml feat: Add Multi-Language Support to Runtime (#2956) 2025-01-14 18:45:53 +08:00
logo.png feat: 增加 python 运行环境 (#2337) 2024-10-21 15:42:35 +08:00

README_en.md

Python

Python is a high-level, interpreted, compiled, interactive, and object-oriented scripting language.

Main Features

  • Easy to Learn: Python has relatively few keywords, a simple structure, and a clearly defined syntax, making it straightforward to learn.

  • Readable: Python code is highly readable and easy to understand.

  • Maintainable: Python's success lies in its highly maintainable source code.

  • Extensive Standard Library: One of Python's biggest strengths is its rich library, which is cross-platform and works well with UNIX, Windows, and macOS.

  • Interactive Mode: Python supports an interactive mode that allows you to input and execute code directly from the terminal, making testing and debugging snippets easier.

  • Portable: Python is open-source and has been ported to many platforms, enabling it to work seamlessly across various environments.

  • Extensible: For performance-critical code or proprietary algorithms, you can write those parts in C or C++ and call them from your Python program.

  • Database Support: Python provides interfaces for all major commercial databases.

  • GUI Programming: Python supports GUI creation and can be ported to many system calls.

  • Embeddable: Python can be embedded into C/C++ programs, giving your application scripting capabilities.