摘要: Python关键字yield 概述 yield的用法常见有四种 生成器 定义上下文管理器 协程 配合from形成yield from用于消费子生成器并传递消息 以上用法源于yield所具有的暂停的特性,即程序再运行到yield所再的位置result = yield expr时,先执行yield ex 阅读全文
posted @ 2022-05-04 21:05 Ankh-kotori 阅读(168) 评论(0) 推荐(0) 编辑
摘要: tqdm简介及正确打开方式 什么是tqdm? tqdm是一个快速的,易扩展的进度条提示模块,官方网站 但是为什么要取名为这样呢,官方上说: tqdm derives from the Arabic word taqaddum (تقدّم) which can mean “progress,” an 阅读全文
posted @ 2022-04-20 12:28 Ankh-kotori 阅读(998) 评论(0) 推荐(1) 编辑
摘要: 从网上搜刮的anaconda基本操作,方便管理虚拟环境 阅读全文
posted @ 2022-04-11 17:14 Ankh-kotori 阅读(87) 评论(0) 推荐(0) 编辑
摘要: Lecture 1 Introduction What is machine learning Definition Arthur Samuel(1959): Field of study that gives computers the ability to learn without being 阅读全文
posted @ 2022-02-27 22:02 Ankh-kotori 阅读(28) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示