网址转Markdown
依赖package
requirements.txt
beautifulsoup4
markdownify
requests
requirements.txt
beautifulsoup4
markdownify
requests
requirements.txt
pyinstaller
PyCharm调试异常, 出现
open file C:\\Program: [Errno 2] No such file or directory
操作系统
windows 10
PyCharm版本2023.2
Python 版本3.11.4
近期研究某模型训练时,发现PyTorch版本和CUDA版本不匹配,导致报错。并且提供资料是
Python3.7
,如果生产使用Python
版本太久,会引起安全升级等一些列问题。
本文主要记录下PyTorch和CUDA及Python版本关系。
参考资料
https://pytorch.org/get-started/previous-versions/
Flask-Migrate 是一个与 Flask 和 SQLAlchemy 一起使用的扩展,提供了对数据库 schema 迁移的支持。它基于 Alembic,这是一种用于处理数据库 schema 变更的工具。
首先,安装 Flask 、mysql-connector-python 、Flask-SQLAlchemy 和 Flask-Migrate:
pip install Flask mysql-connector-python Flask-SQLAlchemy Flask-Migrate
Python命令行实现主要依赖于
click
模块。
click
是一个用于创建命令行接口(CLI)的 Python 包。它具有高度的可配置性,能够以尽可能少的代码创建出功能强大的 CLI 应用。
SQLAlchemy 是一个 Python SQL 工具包和 ORM 库,提供了对数据库的高级抽象和操作。
首先,确保你已经安装了 SQLAlchemy 和数据库驱动程序,例如 SQLite、PostgreSQL 或 MySQL。
这里我使用MySQL
pip install sqlalchemy
在windows平台上,下载
python311.zip
安装包,配置好环境变量后,发现pip3无法使用。
此文文档主要基于windows平台
已经下载好python311.zip
等软件包并解压
配置好环境变量
# 安装pip
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
python get-pip.py
# 修改安装目录的 python311._pth
python311.zip
.
# Uncomment to run site.main() automatically
#import site
C:\Program Files\python-3.11.7\Lib\site-packages
pip list
有没有想法,发布包到PyPI,开源自己的优秀包,如果您愿意,那么本教程将带您实现。
Python Packaging User Guide 官方参考
已经安装好python开发环境,我这里是 python3.10+
开发环境我用的是 visual studio code ,原则上跟IDE版本没关系
您已经申请了PyPI账号,配置好环境变量。 PyPI账号申请以及配置方法
互联网搜集到一个Excel描述关于
AI工具合集
格式如下(有合并单元格,下面没有合并) , 我想转成Markdown格式发布到本平台机器学习-大模型-AI工具合集
文章。
序号 | 类型 | AI工具名称 | 入口 | 功能 |
---|---|---|---|---|
1 | 聊天/内容生成 | 文心一言 | https://yiyan.baidu.com | 综合型AI:内容生成、文档分析、图像分 |
2 | 通义千问 | https://tongyi.aliyun.com | 综合型AI:内容生成、文档分析、图像分析…… | |
3 | Kimi(月之暗面) | https://kimi.moonshot.cn | 综合型AI:内容生成、文档分析、互联网搜索 | |
4 | 腾讯混元 | https://hunyuan.tencent.com/bot/chat | 综合型AI:内容生成、文档分析、灵感 | |
5 | 讯飞星火 | https://xinghuo.xfyun.cn | 综合型AI:内容生成…… | |
6 | 抖音豆包 | https://www.doubao.com | 综合型AI:内容生成,偏互联网运营方向…… | |
7 | 智谱AI | https://open.bigmodel.cn | 综合型AI:内容生成、知识问答…… | |
8 | 百川智能 | https://www.baichuan-ai.com/chat | 综合型AI:内容生成、文档分析、互联网搜索 | |
9 | 360智脑 | https://ai.360.com | 综合型AI:360智脑全家桶…… | |
10 | 字节小悟空 | https://wukong.com/tool | 综合型AI:字节跳动内容生成工具集 | |
11 | 达观数据曹植 | http://www.datagrand.com/ | 行业垂域大模型 | |
12 | AI办公-综合 | 360数字员工 | https://ai.360.com | 团队协作共享,企业知识库、AI文档分析、 |
13 | 有道AI | https://ai.youdao.com | 文档、翻译、视觉、语音、教育…… | |
14 | AI办公-Office | AiPPT | https://www.aippt.cn | 自动生成PPT大纲、模板、Word-PPT…… |
15 | iSlide | https://www.islide.cc | AI 一键设计 PPT | |
16 | WPS AI | https://ai.wps.cn | WPS的AI插件(智能PPT、表格、文档整理……) | |
17 | ChatPPT | http://www.chat-ppt.com | AI插件,支持Office、WPS,自动文档生成 | |
18 | 360苏打办公 | https://bangong.360.cn | AI办公工具集:文档、视频、设计、开发…… | |
19 | 酷表ChatExcel | https://chatexcel.com | 智能Excel公式 | |
20 | 商汤办公小浣熊 | https://raccoon.sensetime.com | 智能图表 | |
.. | .. | .... | .... | .... |