flask+mongodb实现简单todolist备忘录应用,包括添加,更新,删除功能
2020-01-03 11:42:47 8.53MB flask Todo
1
详见参考:http://blog.csdn.net/u013934914/article/details/50380935
2020-01-03 11:37:59 34KB flask 文件上传
1
树莓派python3.6写的温度湿度传感器数据采集存储代码,涉及到DHT11湿度BH1750光照度,使用了mysql数据库做存储,Flask控制树莓派开关机操作
2020-01-03 11:35:01 776KB 树莓派 DHT11 BH1750
1
Flask web开发了一个简单的博文系统,用户可登录登出,发表博文,并在网页上实时查看历史博文,数据库使用了sqlite3,测试已经通过。
2019-12-21 22:22:41 5KB Python web开发
1
基于Python的Flask框架实现的TCPServer服务器,可以和物联网中DTU结合使用,用来接收远程传感器通过TCP和端口传递的数据。程序中采用写入txt文件形式,结合自己项目可以改为写入数据库,启动方式采用uwsi启动
2019-12-21 22:22:34 3.19MB Flask DTU TCP Server
1
老师的视频地址如下:https://study.163.com/course/courseMain.htm?courseId=1004091002,代码亲测有效
2019-12-21 22:12:00 unknown flask sql 知了课堂 源代码
1
这是一本flask入门教程,可以快速获取flask开发的相关知识,跟随本书自己开发一个简单的watchlist
2019-12-21 22:11:28 7.37MB flask python
1
Python+Flask+sqlite实现的选课系统 大致包含4个页面,登陆页面,选修课程页面,必修课程页面和已选课程页面 登陆之后出现的页面中没有任何课程列表,需点击左边的选修课、必修课按钮添加选课(Compulsory course、Optional course),点击用户名即可跳转到已选课程页面 PS:将整个项目载入PyCharm之后,运行run.py即可
2019-12-21 22:06:29 206KB python flask sqlite 选课
1
This book will take you on a journey from learning about web development using Flask to building fully functional web applications. In the first major project, we develop a dynamic Headlines application that displays the latest news headlines along with up-to-date currency and weather information. In project two, we build a Crime Map application that is backed by a MySQL database, allowing users to submit information on and the location of crimes in order to plot danger zones and other crime trends within an area. In the final project, we combine Flask with more modern technologies, such as Twitter's Bootstrap and the NoSQL database MongoDB, to create a Waiter Caller application that allows restaurant patrons to easily call a waiter to their table. This pragmatic tutorial will keep you engaged as you learn the crux of Flask by working on challenging real-world applications.
2019-12-21 22:03:25 4.45MB Flask Python Example
1
一个基于python flask技术的web应用,对往年数据ARIMA模型处理, 能提供3天,7天,15天预测数据,同时提供回看数据,登录,注册等功能
2019-12-21 22:01:21 83KB python flask flask socket
1