9小时没解决的BUG,休息好一刻钟就KO了
原文: PyCoder's Weekly - Issue #454
- 210106 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
- 210106 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄.
- 为 Python 放弃 Excel: 从旧版行业汲取的教训
- AMY PENISTON
Learn how Python is revolutionizing an industry that’s notoriously resistant to change and fraught with every programmer’s most dreaded tool: Excel spreadsheets.
(是也乎:
不过, 现实是 秋叶的PPT 课程还是最好卖, 公司中, Excel 耍的好的都是 C*O
)
- 2020年 TIOBE 编程语言之王->Python
- TIOBE.COM
For the fourth time, Python has won TIOBE’s Programming Language of the Year award. The award goes to the programming language that has gained the most popularity in one year, with Python rising by 2.01% in 2020.
(是也乎:
感谢 COVID-19 ? 无数预测/分析都是用 Py 制作的,
当然, Guido 老爹入住 M$ 也是一种成圣仪式?
只是, Python 无论多好,我们自己无法用 Py 构造自己的睡后收入, 也只能是爱好而已.
)
- Python 幕后: Python 属性如何工作
- VICTOR SKVORTSOV
Take a deep dive into how Python attributes work, including a detailed analysis of the CPython code.
- 用 Tox 进行 Python 测试和打包的最佳实践
- HYNEK SCHLAWACK
How to ensure that your tests run code that you think they are running, and how to measure your coverage over multiple tox runs (in parallel.)
(是也乎:
tox 这工具, 俺知道有5年多了, 但是, 没见国内有人用过哪...
为什么?
)
- 用 Django REST Framework/DRF 构建 HTTP API
- REAL PYTHON
- course
Django REST framework (DRF) is a toolkit built on top of the Django web framework that reduces the amount of code you need to write to create RESTful HTTP APIs.
(是也乎:
FastAPI 们比 DRF 重型框架们还是要更加嗯哼.
)
-
- DJANGO SOFTWARE FOUNDATION
-
- CPYTHON DEV BLOG
-
- MOREPYPY.BLOGSPOT.COM
-
- PYTHON.ORG
探讨/吐糟
Discussions
- 9小时没解决的BUG,休息好一刻钟就KO了
The hardest problem in programming isn’t naming things. It’s knowing when to take a break!
(是也乎:
无法同意更多, 所以, 自我惩罚式晩睡, 一点儿作用也没有的.
)
文章/教程/嗯哼
Articles, Tutorials and Talks
- Python BUG 猎手: node.example.com 是 IP 地址吗?
- REILLY TUCKER SIEMENS
Read about how a majorly confusing bug led one developer to a deeper understanding of text, how Python 2 and Python 3 handle text differently (hey, some people still have to support legacy Python!), and why you should always, always write tests.
Did you know you can customize the Python interpreter and even tell it to execute code at startup time? The current system for implementing these customizations is a bit dated, and this PEP proposes a change that brings a lot more flexibility and extensibility to this little-known feature.
- Luciano Ramalho 对Python的发展有何影响?
- PODCAST.INIT
- podcast
“Luciano Ramalho is best known as the author of Fluent Python which has quickly become a leading resource for Python developers to increase their facility with the language. In this episode he shares his journey with Python and his perspective on how the recent changes to the interpreter and ecosystem are influencing who is adopting it and how it is being used.”
- Python 量化经济学
- THOMAS J. SARGENT
- AND JOHN STACHURSKI
Python has played increasingly important roles in the finance and economics spaces. Learn the fundamentals of quantitative economics from these free and in-depth written lectures with tons of examples in Python.
(是也乎:
所以说代码是新世代的法律, 量化交易本身是只能通过电脑进行的, 也就是代码才能进入的世界, 现在有自己的经济学了...
)
- 在 Pandas 中如何合并 DataFrames
- RUSLAN HASANOV
Examples on how to combine DataFrames in Pandas using the merge, join, append, concat, combine_first, and update functions.
(是也乎:
唉嘛, 这真的是个现实的纠结, 为毛不在数据清洗阶段就完成合并?
)
- 用 Django 和 AssemblyAI 进行更准确的 Twilio 呼叫转录
- MATT MAKAI
Use Python, Django and AssemblyAI’s transcription API to improve recording accuracy for Twilio Programmable Voice phone calls.
- Python 的 .append(): 将条目就地添加到列表中
- REAL PYTHON
Learn how Python’s .append() works and how to use it for adding items to your list in place. You’ll also learn how to code your own stacks and queues using .append() and .pop().
- 在 Mac OS 下进行 Python 开发
- PETER WHITTAKER
Setting up a development environment isn’t always easy. Learn how one developer streamlined his approach on macOS.
(是也乎:
等等, macOS 和 Linux 中有什么区别嘛? 怎么就不容易了...
嗯哼, 好象真的...
)
- Python Typing: 抵制任何类型
- JARED KHAN
- • Shared by Jared Khan
Explore three ways to use type hints more explicitly in Python and avoid using the Any type.
好物/妙品/...
Interesting Projects, Tools and Libraries, Projects & Code
- Deepnote: 团队数据科学笔记本
- DEEPNOTE.COM
(是也乎:
嗯哼? Jupyter 商用服务?
事先融合好各种框架/资源后, 可以在网页中就完成大量复杂计算, 并自动发布到 S3 之类云原生环境中的团队探索界面.
...The notebook you’ll love to use Deepnote is a new kind of data science notebook. Jupyter-compatible with real-time collaboration and running in the cloud. Oh, and it's free.
果然, 叕是 YC 毕业作品.
)
- spacepy: Space Science Library for Python
- GITHUB.COM/SPACEPY
(是也乎:
数据科学之后, 空间科学将是热点,
毕竟, Musk 准备死在火星了,
只是, 突破地面后, 在宇宙空间, 一切都不是那么简单的了,
就好象, 我们必须知道如何坐在高速运动中的飞机上, 如何计算出其它飞机相对位置以及未来位置, 并能精确规划自己的行动,
否则,随时撞飞.
)
-
- GITHUB.COM/MATTHIASVALVEKENS
-
pytudes: 简短而困难的 Python程序特定完善技能
- GITHUB.COM/NORVIG
-
finite-state-machine: 有限状态机的基于轻量级,基于装饰器的Python实现
- GITHUB.COM/ALYSIVJI
- • Shared by Aly Sivji
📆🐍 活动/大会
Events, MeetUp 真的是全球线下活动组织中心
-
⋅ Real Python Office Hours (Virtual)
- January 20, 2020
-
- January 30 – 31, 2021
- 在线
-
- February 19 – 21, 2021
-
- May 12 – 18, 2021
DAMA
❤️ Happy Pythonic ;-(
大妈私人无责任播报
)
(是也乎:
老司机开新坑, 时隔10年, 沈游侠再次开声, 值得关注:
)
PS:
好文笔,感叹号年度配额: 0/3
投稿/反馈邮箱:
askdama@googlegroups.com
(邮件列表地址, 当成正常邮件发送邮件就好, 不用注册, 不用翻越...)
ZoomQuiet/大妈
就是四处 是也乎,( ̄▽ ̄)
的那个大妈:
私自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42)
公开课程: 蟒营 (订阅号: Mainium)
历史吐糟: Chaos42 (订阅号 PythoniCamp)
as 创始组织者:
PyChina (订阅号: PyChinaOrg)
本地社区:
GDG珠海 (订阅号: GDG-ZhuHai)
TFUG珠海 (订阅号: ZH_TFUG)
NN 4250
Comments