当前位置: 首页 > article >正文

《CPython Internals》阅读笔记:p221-p231

《CPython Internals》学习第 12天,p221-p231 总结,总计 11 页。

一、技术总结

无。

二、英语总结(生词:2)

1.at a time

idiom. separately(单独地) in the specified groups(一次)。示例:

(1) I can only do one thing at a tim(我一次只能做一件事)。

(2)We carried the boxes two at a time up the stairs(我们一次抬两个箱子上楼)。

(3)he took the stairs two at a time(他一步跨两级楼梯)。

2.at the same time & at once

idiom. happing simultaneously(同时),有时和at once 交替使用。示例:

(1)Answer the telephone and try to pick up a pencil and notepad at the same time(接电话,同时拿起铅笔和记事本)。

(2)Three projects are happening at the same time, so we’re busy(这三个项目同时开始,所以我们很忙)。

在涉及 parallelism 和 concurrency 时,经常会用到at a time 和 at the same time( at once)这两个词,我以前经常不理解 at a time这个词,这里记录一下, at a time就表示“一次”,at the same time表示“同时”。。

关于英语的注解同步更新汇总到 https://github.com/codists/English-In-CS-Books 仓库。

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Anthony Shaw,《CPython Internals》:https://book.douban.com/subject/35405785/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

欢迎搜索及关注:编程人(a_codists)


http://www.kler.cn/a/509715.html

相关文章:

  • 如何学习网络安全?有哪些小窍门?
  • JEL分类号
  • NLP自然语言处理分词模块HanLP
  • 在.NET用C#将Word文档转换为HTML格式
  • 如何在服务器同一个端口下根据路径区分不同的应用
  • 【Vim Masterclass 笔记16】S07L32 + L33:同步练习09 —— 掌握 Vim 宏操作的六个典型案例(含点评课内容)
  • 【优化算法】狭义相对论搜索算法:一种基于狭义相对论物理学的元启发式方法
  • 《内网穿透:开启网络世界的任意门》
  • 于灵动的变量变幻间:函数与计算逻辑的浪漫交织(下)
  • 20250118拿掉荣品pro-rk3566开发板上Android13下在uboot和kernel启动阶段的Rockchip这个LOGO标识
  • 深入浅出JSON:数据交换的轻量级解决方案
  • OpenVela——专为AIoT领域打造的开源操作系统
  • SpringBoot3 升级介绍
  • Hexo + NexT + Github搭建个人博客
  • 解决:Loading class `com.mysql.jdbc.Driver‘. This is deprecated
  • 复健第二天之[MoeCTF 2022]baby_file
  • ASP.NET Core中 JWT 实现无感刷新Token
  • Python+Jenkins自动化测试持续集成
  • AI 编程工具—Cursor 对话模式详解 Chat、Composer 与 Normal/Agent 模式
  • Java并发10 - ForkJoin并发框架
  • 【开源免费】基于SpringBoot+Vue.JS宠物领养系统(JAVA毕业设计)
  • uni-app vue3 常用页面 组合式api方式
  • PyTorch深度学习实践【刘二大人】之卷积神经网络
  • 网络互联(软件路由器)实验
  • 如何禁用 PySpark 在运行时打印信息
  • Spring Cloud与Spring Boot的关系