学习生涯

Pychram专业版(ver:11.0.10)新增加合作开发(远程)功能

Pychram专业版(ver:11.0.10)新增加合作开发(远程)功能

Demo 说明 博主在最近更新了最新版本的PyChram专业版后,发现了这个新工具,我暂且叫它:“协助开发”  吧。这个功能可以把当前的正在开发的项目邀请别人来一起开发,它支持共享项目让别人来帮助你开发,可以设定访问权限:只读、编辑文件、完全访问和自定义权限,协助的同时也可以进行语音或者视

Nuanxinqing Nuanxinqing 2021-04-11
79 0 0
解决在Flask中使用jsonify产生的自动排序无法控制顺序的方法

解决在Flask中使用jsonify产生的自动排序无法控制顺序的方法

Demo 解决方法 第一种 在  app = Flask(__name__)  代码下面添加如下代码即可解决 app.config [ 'JSON_SORT_KEYS'] = False 第二种 不用jsonify,改用json.dumps。但是要加上mimetype,否则

Nuanxinqing Nuanxinqing 2021-03-30
154 0 0
Python GUI学习课程推荐

Python GUI学习课程推荐

Demo   Introduction 图形用户界面(Graphical User Interface,简称 GUI,又称图形用户接口)是指采用图形方式显示的计算机操作用户界面。图形用户界面是一种人与计算机通信的界面显示格式,允许用户使用鼠标等输入设备操纵屏幕上的图标或菜单选

Nuanxinqing Nuanxinqing 2021-02-21
116 0 0
Python – Basic exercises

Python – Basic exercises

Demo Explain Blogger himself recently completed a set of exercises, and the difficulty of the computer level 2 examination is relatively close, yo

Nuanxinqing Nuanxinqing 2020-12-30
40 0 0
Use Python get China epidemic data(historical data)

Use Python get China epidemic data(historical data)

Demo Explain Using Netease public database access epidemic data. And save it in Excel. Code # -*- coding:utf-8 -*- # @Author: Nuanxinqing # @T

Nuanxinqing Nuanxinqing 2020-12-13
33 0 0
Use Python get overseas epidemic data

Use Python get overseas epidemic data

Demo Explain Use Tencent's database to obtain global epidemic data.  And save it in Excel. Code # -*- coding:utf-8 -*- # @Author: Nuanxinqing

Nuanxinqing Nuanxinqing 2020-12-12
158 0 0
My first Python program(Domains ICP record query based on API)

My first Python program(Domains ICP record query based on API)

Demo Explain This is my first work after learning python . It's a domains ICP record query based on API . API provider : http://api.btstu.cn

Nuanxinqing Nuanxinqing 2020-11-14
151 0 0
My first HTML homepage

My first HTML homepage

Demo Explain This is my first HTML work, very simple. I should also be able to continue to improve, welcome to pay attention to page updates Th

Nuanxinqing Nuanxinqing 2020-11-10
106 0 0
1 2 3 4