V
主页
【Python】一个强大实用的装饰器 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
发布人
在这个视频中,我们学习了在我看来Python中最有用的装饰器,来自functools库的@cache装饰器(还有一个类似的变体@lru_cache)。这个装饰器是在Python 3.9中引入的,但是lru_cache从3.2开始就可用了。通常,缓存装饰器可以用来自动执行动态编程算法。 源地址:https://youtu.be/DnKxKFXB4NQ
打开封面
下载高清视频
观看高清视频
视频下载器
【Python】71个内置函数你知多少 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】ASGI 基础知识:异步 Web 应用 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】如何设置现代 Python 日志记录 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】itertools - 掌握迭代的关键 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】ASGI 基础知识:应用程序类与函数 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】5分钟重构代码从此更简洁美观 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】BaseException和Exception的区别 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】避免循环引用的几种方法以及实例分析 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】@dataclasses 一个让你节约数小时的装饰器 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】了解的有关 FastAPI 和 ASGI 应用程序中的启动和关闭事件的 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】无处不在的描述符 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】上下文管理器和 try-finally 的来龙去脉 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】PyCharm 和 VS Code 如何调试 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】布隆过滤器 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】3.12版本来了 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】async异步IO-coroutine协程-task任务详解| Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】是时候更新 Python 了 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【性教育·系列】男女性教育知识讲座系列丨全网最全
【Python】字符串与字节的关系| Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】【NEW】今日我们来看看__new__() | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】super 超级上手篇(下)调用父类的方法 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】【Python】super 超级上手篇(上)调用父类的方法 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】幂运算的延申| Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】为什么类继承对象? | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】10条最流行的一行代码 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】抽象基类介绍可逆字典的应用 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】31个给力的字符串函数 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】方法链让代码更简洁 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】你不会相信的!从云导入 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】for 循环应该被抛弃吗?深入浅出循环体 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】文件自动化处理,快速归档 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】列表也会长记性?没毛病? | Python 基础教程 | Python 冷知识 | 十分钟高手系列
传讯
【Python】冷门操作,不是语法错误 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】类的名字重整,每个开发都会爱上它?| Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】你应该把它放在你所有的 Python 脚本中 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】让我们一起扩展内置数学运算| Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】Pycharm 实用插件分享 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】迭代器 iter() 原来还有第二个参数?!简析使用 | Python 基础教程 | Python 冷知识 | 十分钟高手系列
【Python】这是被禁止的 Python 技巧,将任何内容放入字典或集合 | Python 基础教程 | Python 冷知识 | 十分钟高手系列