Skip to content

Python代码运行的一个简单的Web交互Demo

License

Notifications You must be signed in to change notification settings

duoling55/IPythonDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python代码运行助手

本程序为个人以前的作品,代码可能略显粗糙,不足之处请多包涵😅😅!若发现打码中的Bug还请指正。

本程序源自于廖雪峰的Python教程中的Python代码运行助手本人对功能及界面做了一些加强,运行learning.py文件(Windows系统下可以直接双击run.bat运行,python版本需要大于3.6)后即可使用。

可能出现的问题

  1. 无法连接到Python代码运行助手

    第一次使用时若出现该情况,请先打开https://localhost:39093/,若出现如下页面

    image-20200116194439895

    请依次点击高级>>继续前往localhost(不安全),即可排除问题。

  2. This learning.py is expired. Please download a newer version.

    本代码learning.py文件源自于廖雪峰的Python代码运行助手,若运行时出现该提示,请前往更新learning.py文件。

目录结构

Python代码运行助手 │ index.html │ learning.py │ README.md │ run.bat │ ├─css │ style.css │ font-awesome.css │ ├─fonts │ fontawesome-webfont.eot │ fontawesome-webfont.svg │ fontawesome-webfont.ttf │ fontawesome-webfont.woff │ fontawesome-webfont.woff2 │ FontAwesome.otf │ ├─images │ └─README │ image-20200116194439895.png │ ├─img │ favicon.ico │ ├─js │ app.js │

About

Python代码运行的一个简单的Web交互Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.1%
  • CSS 33.5%
  • Python 18.2%
  • HTML 7.1%
  • Batchfile 0.1%