惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tor Project blog
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 【当耐特】
G
Google Developers Blog
J
Java Code Geeks
The Cloudflare Blog
Attack and Defense Labs
Attack and Defense Labs
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
Cisco Talos Blog
Cisco Talos Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
I
Intezer
Jina AI
Jina AI
T
Tenable Blog
P
Palo Alto Networks Blog
Project Zero
Project Zero
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
The Hacker News
The Hacker News
F
Full Disclosure
Cloudbric
Cloudbric
量子位
H
Heimdal Security Blog
K
Kaspersky official blog
有赞技术团队
有赞技术团队
罗磊的独立博客
V
Vulnerabilities – Threatpost
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
Recent Announcements
Recent Announcements
WordPress大学
WordPress大学
GbyAI
GbyAI
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
I
InfoQ
Recorded Future
Recorded Future
Security Archives - TechRepublic
Security Archives - TechRepublic
AI
AI
Webroot Blog
Webroot Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
The Exploit Database - CXSecurity.com
Apple Machine Learning Research
Apple Machine Learning Research
C
Cybersecurity and Infrastructure Security Agency CISA
H
Hacker News: Front Page
Latest news
Latest news

the5fire

通过github actions部署aws lambda记录 - s3部署、ECR部署 以及固定出口IP No more authentication methods to try,Permission denied (publickey) 创作者滞后的快乐 | the5fire Django源码解析第一季 剧终 | the5fire 【Django源码阅读】Django 自定义异常处理页面源码解读 | the5fire 你是怎么学习 Python 的 | 知乎高赞回答 不做翻译需求的程序员 + 赠书 | the5fire Python音频播客推荐:捕蛇者说 | the5fire 知乎回答:程序员应该怎么提高自己 | the5fire
中奖名单|《代码里的世界观》赠书活动 | the5fire
the5fire,码农悟凡 · 2019-05-22 · via the5fire

中奖名单|《代码里的世界观》赠书活动

经过一周的沉淀,这次的数据看起来比较正常,从文章阅读量上就能看出来。恭喜这次中奖的读者:

前两名:

中奖读者前两名

随机两名:

{'侯国威', '青鸟'}

随机代码:

import random

readers = [
    '刘玉龙',
    'testercode',
    'RuntimeError',
    'PaperSheep',
    '独角兽男孩',
    '侯国威',
    'MrLi',
    '镇上村树',
    '朝菌',
    'DouWo',
    '(X_X)',
    'JAMI',
    '青鸟',
    'orangleliu',
]

final_readers = set()
while len(final_readers) != 2:
    final_readers.add(random.choice(readers))

print(final_readers)

关注最早的读者:

orangleliu

请所有中奖读者 {'星辰', 'Guang', '侯国威', '青鸟', 'orangleliu'} 尽快把邮寄地址和电话发给我,通过公众号回复的功能(注意不是留言)。

没中奖的读者可以保持关注,福利还会有。当然也可以直接去购买这本书:

https://item.jd.com/12501348.html

- from the5fire.com

----EOF-----

微信公众号:Python程序员杂谈