Skip to content

zpy-programming/zpy-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zpy Lab

中文Python编程Lab

介绍

  • 中文编程
  • 在线运行
  • 与Python语法相同

中文Python编程Lab,在线尝试 - Zpy Lab

本地运行

如果你想下载到本地运行,请先确保本地安装有Python3环境

1.下载zpy-lab库

# 从GitHub下载
git clone https://github.com/louisyoungx/zpy-lab.git
# 从Gitee下载
git clone https://gitee.com/louisyoungx/zpy-lab.git

2.进入文件夹,安装依赖

# 进入文件夹
cd zpy-lab
# 安装依赖Flask
yarn install

3.启动 Zpy Lab

yarn start

4.编译输出到build/目录

yarn build

LICENSE

Apache License 2.0