Talks
Python 调试新思路
2019 PyCon China 上海站演讲Awesome Chrome Extension!
Lunch sharing in my group.HTTP/2 Introduction
Lunch sharing in my group.Concurrent.futures: history, usage, internal, future
A 30-minutes talk I gave at PyCon2014 China(Beijing). I tried to make clear whyconcurrent.futures
is brought into Python beyond how to use it, explore the internal implementation ofFuture.result()
andProcessPoolExecutor
, and finally explained why we should use it.
在 PyCon2014 北京场做的主题演讲,主要针对 Python3.2引入的concurrent.futures
。我试图理清这个模块被引入的前因后果,同时也讲到了一部分底层的实现,最后说明了为什么我们应当使用这它。FBT客户端内幕:Node.js 和 node-webkit
A talk at OpenCAS seminar. I talked about the technology we use to build FBT client.
在中科院开源软件协会技术交流会上作的关于 FBT 客户端技术实现的演讲Python HTTP
A talk at OpenCAS seminar on how to use Python to do HTTP related tasks, and showed a full example of crawling posts from renren.com. This program can be found in my "Projects".
在中科院开源软件协会技术交流会上的演讲,关于 Python HTTP 相关任务,也概述了 HTTP 的基础知识。展示了一个完整的 Python 爬虫的例子——把人人网自己的日志都down下来
一个相关的例子:ChinaUnicom模拟登陆,但是这个程序最近有同学告诉我失效了(:3」∠)Python Generators and Python Context Manager
A talk at OpenCAS seminar.
在中科院开源软件协会技术交流会上的演讲Python First Class
My first talk at OpenCAS seminar. I introduced Python to students told them how to start learning it.
我第一次在中科院开源软件协会技术交流会上作演讲,介绍了 Python 语言,并引导同学们学习 Python
Podcasts
- 捕蛇者说
- 牛油果烤面包 EP.50:世界第一编程语言 Python
- Magical Tokenized Friends EP 04 —— 现代百合巡礼
- Yet Aother 又是一个 ep.2:Language Confs
- ByteTalk ep.7: 跟 Logseq 的创造者天生聊聊 Logseq 的故事