GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
$ cd flask_project/docker # 进入Docker脚本目录 $ sh docker/docker_build.sh # 创建本地Docker镜像 $ sh docker/docker_run.sh # 运行本地Docker容器 安装flask 以及扩展 创建并进入虚拟环境 $ virtualenv flask.env $ source flask.env/bin/activate 项目服务依赖 Nginx Redis MariaDB RabbitMQ MongoDB...
Projects/Organizations using FAB Depends on: Flask App Builder Simple and rapid application development framework, built on top ofFlask. includes detailed security, auto CRUD generation for your models, google charts and much more. Extensive configuration of all functionality, easily integrate with norma...
04 Sanic 该项目是一个类 Flask 的 Python 3.5+ 网页服务器,专为加速而设计。Sanic支持异步请求处理,意味着你可以使用Python 3.5中一些async/await语法。 [Github 8028 stars,由Channel Cat和Eli Uriegas提供] https://github.com/channelcat/sanic 05 Python-fire 一个可以从任何Python对象自动生成命令行界面(CLI...
基于Flask的微博系统,实现了基本的微博功能。 数据库采用SQLite3,用户头像采用http://www.gravatar.com提供的用邮箱的哈希值生成的url。 功能: * 用户注册、登录 * 发表、转发微博 * 查看用户资料 * 查看用户关注、粉丝名单 * 查看我的圈子的动态 * 采用d3.js展示信息传播过程 * 采用highcharts展示信息演化速度...
基于 Flask+Selenium 构建的 Web 服务,可以在目标网站发生变化时发出通知,可用于监控商品降价、工作机会、版本发布、最新内容等,支持 Docker 的安装方式。 Star历史曲线: 23.聊天机器人:llama-gpt 8.6k⭐ 项目地址:github.com/getumbrel/ll Github趋势榜: 入选2023-08-29周榜,周增⭐1,471 stars this week...
项目地址:CharlesPikachu/DecryptLogin 项目开源文档:DecryptLogin中文文档 - DecryptLogin 0.1.0 文档 该...
TeserHome地址:https://testerhome.com/opensource_projects/60 前端:https://github.com/pencil1/ApiTestWeb 实现技术:js + vue + element-ui 后端:https://github.com/pencil1/ApiTestManage 实现技术:python + flask + httprunner windows版 准备工作: ...
https://www.udemy.com/rest-api-flask-and-python/ **算法交易:用于财务分析和算法交易的Python,主要学习包括numpy,pandas,matplotlib,quantopian,finance **[8,077个推荐,4.6 / 5星] 链接: https://www.udemy.com/python-for-finance-and-trading-algorithms/ ...
for project in projects: writer_project = project.find('a', attrs={'class': 'v-align-middle'})['href'].strip() project_language = project.find('div', attrs={'class': 'd-table-cell col-2 text-gray pt-2'}).get_text().strip() ...