原文: PyCoder's Weekly - Issue #428
- 200708 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
- 200708 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄.
-
发布 Pylance: Visual Studio Code 对 Python 快速/功能丰富的语言支持
- SAVANNAH OSTROWSKI
Pylance is a new Python language server for VS Code based on Microsoft’s Pyright static type checking tool. With Pylance, you get type information in function signatures and when hovering on symbols, auto import suggestions, type checking diagnostics, and so much more!
(是也乎:
官方推出更加强大的 Python 支持扩展,
更多的分析, 更多的提示, 以及更多的内存抢占....
俺是什么 Py 支持扩展都不安装的.
)
-
- TOM CHRISTIE
In light of some recent and, at times, heated discussions regarding asynchronous programming in Python, Django Rest Framework’s creator Tom Christie calls on the community to embrace a more collaborative spirit.
(是也乎:
在异步大浪中, 没有人原意和同步粘边儿.
)
-
- ARIC COADY
- opinion
You’ve may have heard that the “right” way to open a file in Python is to use the open() function inside of a with statement. But is that always the right choice?
-
Flask 项目设置: TDD/Docker/Postgres/...
- LEONARDO GIORDANI
Learn one way to set-up a Flask project, including how to handle project requirements, configuration and environment variables, writing and running tests, and containerizing the application with Docker. When you’re done reading part one at the link above, check out part two.
-
- REAL PYTHON
In this step-by-step tutorial, you’ll learn how to extend your Django application with a user management system, complete with email sending and third-party authentication.
(是也乎:
)
-
用 FastAPI 和 Heroku 部署和托管机器学习模型
- MICHAEL HERMAN
- • Shared by Michael Herman
Getting machine learning models into production is an often-overlooked topic. Learn how to serve a model in just a handful of lines of Python using FastAPI and Heroku.
(是也乎:
FastAPI 是好的,
Heroku 就嗯哼了...
)
-
- ERNEST W. DURBIN III
(是也乎:
DURBIN 三世, 这名字大气哪.
)
-
- CPYTHON DEV BLOG
讨论
Discussions
-
- HACKER NEWS
Last week we featured Brett Cannon’s article with the same title. Well, the post has generated quite a discussion on Hacker News.
(是也乎:
上周触发的大讨论还在继续
)
-
为什么 NaN 值使 min() 和 max() 对顺序敏感?
- STACK OVERFLOW
How NaNs compare to numerical values and the implications of that in min() and max() might be surprising.
f-Strings aren’t exactly a drop-in replacement for .format().
(是也乎:
显性和隐性调用,
一般为了管理, 还是显性来的明确.
)
文章,教程和嗯哼
Articles, Tutorials and Talks
-
- MOSHE ZADKA
What should you do after watching 1986’s puppet-laden musical fantasy Labyrinth? Code up the guard scene in Python, of course! After you read Moshe’s solution to the infamous “Two Door Riddle” at the link above, check out Glyph Lefkowitz‘s “professionalized” version of the code.
(是也乎:
Python 一直没离开过艺术界
)
-
大量内存开销: Python 中的数字以及 NumPy 如何提供帮助
- ITAMAR TURNER-TRAURING
In Python, everything is an object. Even numbers. While this has advantages, objects have a memory overhead that might be unexpected. While this overhead is often negligible, it might be the difference between 8GB and 35GB in extreme cases.
-
- CHRISTOPHER ARIZA
- • Shared by Christopher Ariza
For those coming from pandas, StaticFrame offers a more consistent interface and reduces opportunities for error. This article demonstrates ten reasons you might use StaticFrame instead of Pandas.
-
- KATHRYN HANCOX
Python’s built-in filter() function can be used to create a new iterator from an existing iterable with certain elements removed based on some criterion.
-
- REAL PYTHON
- podcast
Are you using the Python library Pandas the right way? Do you wonder about getting better performance, or how to optimize your data for analysis? What does normalization mean? This week Hannah Stepanek joins the podcast to discuss her new book “Thinking in Pandas”.
(是也乎:
正确的路线...
一切都应该在内存中.
)
-
- REAL PYTHON
In this freshly updated OOP tutorial, you’ll learn all about object-oriented programming in Python. You’ll learn the basics of the OOP paradigm and cover concepts like classes and inheritance.
(是也乎:
嗯哼? 特意看了一下日期...
2020 了, 还要忽悠 OOP 嘛?
)
-
教程: 基于 If-Else 条件将列添加到 Pandas DataFrame
- CHARLIE CUSTER
- • Shared by Charlie Custer
If you’re new to pandas, you might be tempted to add a column to a DataFrame based on a condition using an if statement. But there’s a better way!
-
- JULIEN HERZEN
Darts is a new library from Unit8 that offers a single package for end-to-end machine learning on time series.
好物
Interesting Projects, Tools and Libraries, Projects & Code
-
EasyOCR: 即用型OCR,支持40多种语言,包括中文,日文,韩文和泰文
- GITHUB.COM/JAIDEDAI
(是也乎:
42国语言 OCR 支持.
Afrikaans (af), Azerbaijani (az), Bosnian (bs), Simplified Chinese (ch_sim), Traditional Chinese (ch_tra), Czech (cs), Welsh (cy), Danish (da), German (de), English (en), Spanish (es), Estonian (et), French (fr), Irish (ga), Croatian (hr), Hungarian (hu), Indonesian (id), Icelandic (is), Italian (it), Japanese (ja), Korean (ko), Kurdish (ku), Latin (la), Lithuanian (lt), Latvian (lv), Maori (mi), Malay (ms), Maltese (mt), Dutch (nl), Norwegian (no), Polish (pl), Portuguese (pt),Romanian (ro), Slovak (sk) (need revisit), Slovenian (sl), Albanian (sq), Swedish (sv),Swahili (sw), Thai (th), Tagalog (tl), Turkish (tr), Uzbek (uz), Vietnamese (vi)
)
-
python-keyboard: 由 Python 驱动的手造双模键盘
- GITHUB.COM/MAKERDIARY
(是也乎:
嗯哼? 现在定制键盘厂商已经硬核到这种程度了?
--> python-keyboard: 手焊的、跑 Python 的 USB + 蓝牙双模键盘
)
-
static-frame: 具有自对准标记轴的一维和二维计算的不可变数据结构
- GITHUB.COM/INVESTMENTSYSTEMS
Calculations With Self-Aligning, Labelled Axes
-
- GITHUB.COM/TIMOTHYCROSLEY
-
darts: 一个易于操作和预测时间序列的 Python 库
- GITHUB.COM/UNIT8CO
(是也乎:
嗯哼, 这名起的...太纠缠了.
)
-
pygooglenews: 如果 Google 新闻具有 Python 库
- GITHUB.COM/KOTARTEMIY
(是也乎:
如果...
)
-
- GITHUB.COM/ALFIOPUGLISI
(是也乎:
叕一个 GUI 框架出现,
是否针对最终用户的 GUI 框架活跃,
说明一个技术生态开始向终端市场倾斜了?
等等,只是 Qt 的一种包裹?
)
-
- GITHUB.COM/JBESOMI
(是也乎:
文本豪杰 ~ Pandas 的方面方言.
)
-
ether-automaton: 基于生命游戏制作漂亮像素动画
- GITHUB.COM/ETHER-AUTOMATON
- • Shared by anfederico
(是也乎:
彩色动画版 生命游戏.
)
-
strongtyping: Python 函数运行时类型检查装饰器
- GITHUB.COM/FELIXTHEC
(是也乎:
运行时检验, 永远 bigger 不够哪.
)
-
django-pgtrigger: Postgres 触发器与 Django 模型集成
- GITHUB.COM/JYVEAPP
- • Shared by Wes Kendall
(是也乎:
好象现在对 Pg 上心, 才是政治正确的姿态.
)
📆🐍 活动/大会
Events, MeetUp 真的是全球线下活动组织中心
-
⋅ SciPy 2020 (Virtual Conference)
- July 6 to July 13, 2020
-
- July 9, 2020
-
⋅ Python Atlanta (Virtual Meetup)
- July 9, 2020
(是也乎:
中国也已经接到有关通知, 允许线下集会申报了...
而且今年程序员节(10.24)可能有超级大会.
)
DAMA
❤️ Happy Pythonic ;-(大妈私人无责任播报
)
101camp10py 开始报名
课程规划:
报名截止 2020.7.20
正式开课 2020.7.26
课程结束 2020.9.06
详情 => 蟒营™ Python 入门班第10期
提醒: 首周报名再优惠 420 元.
PS:
NN 4068
好文笔,感叹号年度配额: 1/3
投稿/反馈邮箱:
askdama@googlegroups.com
(邮件列表地址,
当成正常邮件发送邮件就好, 不用注册, 不用翻越...)
ZoomQuiet/大妈
就是四处 是也乎,( ̄▽ ̄)
的那个大妈:
私自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42)
公开课程: 蟒营 (订阅号: Mainium)
历史吐糟: Chaos42 (订阅号 PythoniCamp)
as 创始组织者:
PyChina (订阅号: PyChinaOrg)
本地社区:
GDG珠海 (订阅号: GDG-ZhuHai)
TFUG珠海 (订阅号: ZH_TFUG)
蟒营®编程思维提高班Python版 第10期 报名:
- 7.1~7第一周报名, 统惠420元
- 报名截止 2020.7.20
- 正式开课 2020.7.26
- 课程结束 2020.9.06
蟒营®原创课程服务:
伴你重享学习乐趣
蟒营®:编程思维提高班 Python版
Powered by: Zoom.Quiet / 昧因科技®
本文由博客一文多发平台 OpenWrite 发布;
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。