随笔分类 -  33-python

摘要:<! +++ title = "Python多路复用: selector模块" description = "1. IO多路复用; 2. selector模块的基本使用" date = "2021 12 21" tags = ["usual"] categories = ["3 syntax","3 阅读全文
posted @ 2021-11-10 06:58 brt2 阅读(320) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python源码的编译与加密" description = "1. pyc; 2. pyd" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python"] series = [] keyword 阅读全文
posted @ 2021-01-05 19:30 brt2 阅读(1360) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python+ORM 方案一览" description = "1. 什么是ORM; 2. Python中常用的ORM" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python","3rd m 阅读全文
posted @ 2020-10-23 20:33 brt2 阅读(397) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python压缩工具" description = "1. unzip; 2. unrar; 3. p7zip; 4. patool; 5. pyunpack" date = "2022 01 03" tags = [] categories = ["3 syntax 阅读全文
posted @ 2020-10-13 10:56 brt2 阅读(212) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "【盘点】Python语法中的模糊语义(面试必备)" description = "1. 切片不执行越界检查和报错; 2. 空列表的创建; 3. 重点来了:闭包的延迟绑定" date = "2021 12 21" tags = [] categories = ["3 s 阅读全文
posted @ 2020-09-25 21:13 brt2 阅读(228) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "【笔记】流畅的Python" description = "1. 一摞Python风格的纸牌; 2. 不要使用可变类型作为参数的默认值" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python 阅读全文
posted @ 2020-09-25 21:13 brt2 阅读(304) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "dbus python的API及示例" description = "1. "Data types" ; 2. Connecting to the Bus; 3. Making method calls (同步调用); 4. Making asynchronous c 阅读全文
posted @ 2020-08-30 18:32 brt2 阅读(1662) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "pandas 数据结构与常用函数" description = "1. Pandas数据结构; 2. 直接使用dict创建; 3. 选取元素; 4. 选取行返回一个series; 5. 选取行列返回DataFrame; 6. df=pd.read_excel('dat 阅读全文
posted @ 2020-08-09 20:24 brt2 阅读(344) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python多版本启动器" description = "1. 安装; 2. Customization via INI files" date = "2022 01 03" tags = [] categories = ["3 syntax","33 python" 阅读全文
posted @ 2020-08-03 18:33 brt2 阅读(431) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Pyinstaller最流行的打包程序" description = "1. 命令行使用; 2. spec文件,定义编译流" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python","3rd 阅读全文
posted @ 2020-08-03 18:33 brt2 阅读(180) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python异步Request操作: aiohttp" description = "1. Tutorial; 2. 其他库推荐; 3. 问题记录" date = "2021 12 21" tags = [] categories = ["3 syntax","33 阅读全文
posted @ 2020-07-20 17:23 brt2 阅读(5996) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python协程" description = "1. 简介; 2. 操作; 3. Debug 模式; 4. 并发性和多线程" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python"] se 阅读全文
posted @ 2020-07-19 17:50 brt2 阅读(278) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "文档API生成工具" description = "1. Python; 2. C++; 3. Java; 4. Golang; 5. 其他" date = "2022 01 03" tags = [] categories = ["3 syntax","33 pyt 阅读全文
posted @ 2020-07-08 21:35 brt2 阅读(942) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Tornado REST 快速创建你的网络APIs" description = "1. PyRestful库; 2. 安装; 3. 使用: a demo for CRUD" date = "2021 12 21" tags = [] categories = ["3 阅读全文
posted @ 2020-07-08 20:30 brt2 阅读(1030) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python文档管理与格式化工具" description = "1. 代码格式化" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python","3rd modules"] series = 阅读全文
posted @ 2020-07-03 19:58 brt2 阅读(280) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python音频处理" description = "1. librosa" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python","3rd modules"] series = [] k 阅读全文
posted @ 2020-07-03 19:57 brt2 阅读(358) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python剪切板提取、截图、图片粘贴,操作汇总" description = "1. PIL::ImageGrab(不适用于Linux); 2. MSS: 多屏截屏工具; 3. pyscreenshot: 截图工具; 4. pyperclip; 5. 调用其他程序实 阅读全文
posted @ 2020-07-03 19:42 brt2 阅读(9623) 评论(0) 推荐(1) 编辑
摘要:<! +++ title = "Python多进程 subprocess & multiprocess" description = "1. subprocess; 2. multiprocess" date = "2021 12 21" tags = [] categories = ["3 syn 阅读全文
posted @ 2020-07-03 19:42 brt2 阅读(4951) 评论(1) 推荐(1) 编辑
摘要:<! +++ title = "Python数制转换" description = "1. 数制的表示法; 2. 复数属性和方法" date = "2021 12 21" tags = [] categories = ["3 syntax","33 python"] series = [] keyw 阅读全文
posted @ 2020-06-18 15:56 brt2 阅读(474) 评论(0) 推荐(0) 编辑
摘要:<! +++ title = "Python闭包与装饰器" description = "1. 内嵌函数; 2. 闭包(closure); 3. 装饰器; 4. 内置的装饰器" date = "2021 12 21" tags = [] categories = ["3 syntax","33 py 阅读全文
posted @ 2020-06-17 14:19 brt2 阅读(164) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示