分类 · 20 个片段
Python 片段
本分类收录可复制代码片段,点击卡片查看说明与完整代码。
CSS 片段
HTML 片段
JavaScript
PHP 片段
Python 片段
Golang 片段
Linux Shell
Nginx 配置
SEO / Meta
正则示例
结构化数据
Git 常用
SQL 小抄
Python 片段 · python
Python 输出 Hello
最简 print。
Python 片段 · bash 创建并激活虚拟环境venv 隔离依赖。
Python 片段 · bash 导出依赖 requirementspip freeze。
Python 片段 · python 读写文本文件 UTF-8open 上下文管理。
Python 片段 · python Pathlib 路径操作拼接与判断存在。
Python 片段 · python JSON 读写json 模块。
Python 片段 · python requests GET JSON调用 HTTP 接口。
Python 片段 · python httpx 异步请求骨架async GET。
Python 片段 · python 命令行参数 argparse脚本传参。
Python 片段 · python logging 基础配置替代 print 打日志。
Python 片段 · python 异常捕获模板try/except/finally。
Python 片段 · python dataclass 数据结构简化类定义。
Python 片段 · python 类型标注函数提升可读性。
Python 片段 · python 列表推导式过滤与映射。
Python 片段 · python 合并字典Python 3.9+|解包。
Python 片段 · python re 提取邮箱正则查找。
Python 片段 · python SQLite 查询示例内置 sqlite3。
Python 片段 · python 占位说明:参数化查询勿拼接 SQL。
Python 片段 · python asyncio.gather 并发同时等待多个协程。
Python 片段 · python FastAPI 最小接口Hello JSON。