Guido van Rossum (老爹) 去 Microsoft 了
原文: PyCoder's Weekly - Issue #447
- 201118 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
- 201118 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄.
- PyPy: 不费力就能加速 Python
- REAL PYTHON
In this tutorial, you’ll learn how you can use PyPy to improve the speed of your applications. You’ll see how PyPy compares with other Python implementations like CPython and learn about features that you can use to gain significant performance boosts without making changes to your code.
(是也乎:
)
- 在 .NET 5 上运行 Python
- ANTHONY SHAW
Pyjion is an alternative to the CPython runtime that compiles Python to ECMA CIL and uses .NET common language runtime to compile the CIL to machine code. Learn how Pyjion works, how it compares to other Python runtimes, and what the future holds for the project.
(是也乎:
为了欢迎老爹, M$ 也是很拼的...
)
- 在 PyPI 上猎取恶意软件包
- JORDAN WRIGHT
Jordan Wright installed every package on PyPI to look for malicious content. And he didn’t just inspect code, he actually ran the packages. Brave soul! Learn how he set-up this project and what he learned on his adventure.
- 用 Python 模拟量子计算
- DANTE SBLENDORIO
Learn how to use Python for quantum computing with the QuTiP package, including an introduction to qubits and noise in quantum systems.
- 用 Cython 包装 C++ 第一部分
- ANTON ZHDAN-PUSHKIN
- • Shared by Anton ZHdan-Pushkin
Learn how to wrap a C++ library with Cython in order to expose a Python API.
(是也乎:
其实是 C 了...
)
- Guido van Rossum (老爹) 去 Microsoft 了
- TWITTER.COM/GVANROSSUM
Retirement was “boring.”
(是也乎:
无聊也是最强动机
)
-
- GETNIKOLA.COM
-
- ADAFRUIT.COM
(是也乎:
受到 MicroPython 激发, 而创建的叕一个专注嵌入式系统的 Python 发行版.
)
探讨/吐糟
Discussions
(是也乎:
所以, 娱乐是真的第一生产力.
)
(是也乎:
神迹就是这么泡制出来的...
)
文章/教程/嗯哼
Articles, Tutorials and Talks
- Python 和 PyQt: 创建菜单/工具栏和状态栏
- REAL PYTHON
In this step-by-step tutorial, you’ll learn how to create, customize, and use Python menus, toolbars, and status bars for creating GUI applications using PyQt.
(是也乎:
白发...因为老?
)
- Python 中5个星号的使用
- YANG ZHOU
You probably know the * operator as the multiplication operator in Python. But did you know that there are four other uses for it that have nothing to do with multiplication?
- 用 Python 进行机器学习的线性代数简介
- PABLO CACERES
Need a quick reference for Linear Algebra? Look no further! This collection of notes covers all of the fundamentals and includes sample code in Python.
- 73个示例, 帮助您掌握f-Strings
- MIGUEL BRITO
f-Strings might be one of the most beloved features in Python 3.6+. Here are 73 examples of how to use f-strings to improve your Python code.
(是也乎:
f-Strings 这颗大粒儿糖值得的.
)
- The Real Python Podcast – Episode #35: Python Web应用程序中的安全性和授权
- REAL PYTHON
- podcast
So you built a web application in Python. Now how are you going to authorize users? Security goes beyond authentication. Who gets to do what, where, and when? This week on the show, we have Sam Scott, chief technology officer from Oso. Oso is an open-source policy engine for authorization that you embed in your application.
(是也乎:
)
- 我们在假设测试方面的经验(以及我们为什么如此爱它)
- PARSEC
The developers of Parsec, an open-source file-sharing solution, found themselves with a complex set of interacting components. In this article, the developers share how the hypothesis testing framework has made testing their application easier.
- 在 Django 应用中创建 Hugo 静态博客
- MATT LAYMAN
- • Shared by Matt Layman
Can you build a statically generated blog into your Django app without using a subdomain, Django’s static files, or a reverse proxy? Yes, you can! Learn how and when you might use this approach in Matt Layman’s latest article.
(是也乎:
嗯哼? Hugo?
)
- Python 陷阱: 出乎意料
- MARTIN HEINZ
- • Shared by Martin Heinz
Save yourself hours of debugging by avoiding these common gotchas and pitfalls in your Python code.
- Kickstarter 项目: 他们成功了吗?
- ADITYA PAKAR
Find out if Kickstarter projects succeed from a data science perspective.
(是也乎:
如何定义成功呢?
)
好物/妙品/...
Interesting Projects, Tools and Libraries, Projects & Code
-
Pyjion: 基于 CoreCLR 的 Python JIT
- GITHUB.COM/TONYBALONEY
-
hypothesis: 功能强大/灵活且易于使用的库, 用于基于属性的测试
- GITHUB.COM/HYPOTHESISWORKS
-
linqit: 用 .NETs LINQ 扩展 Python 列表
- GITHUB.COM/AVILUM
(是也乎:
LINQ 是一赵非常推崇的技术, 只是...
)
- QuTiP: Python 中的 Quantum 工具箱
- GITHUB.COM/QUTIP
(是也乎:
和当年 镭/纳米/生态/... 类似 Quantum 也值得流行几年的
)
-
- GITHUB.COM/SYASINI
-
- GITHUB.COM/NIR
(是也乎:
Jupyter 独立出来就是强调并不仅仅只能作可运算笔记, 现在知道的用法有:
分布计算平台, web 应用平台, 图形处理界面, 游戏界面,
...
)
-
Pyxell: Python 用 ANTLR 编写的编程语言, 能编译为 C++
- GITHUB.COM/ADAMSOL
-
- GITHUB.COM/GETNIKOLA
(是也乎:
好名儿, 和大帝就少一个字.
就是架构复杂了点儿
)
- pytorch_geometric_temporal: PyTorch Geometric 的动态拓展库
- GITHUB.COM/BENEDEKROZEMBERCZKI
- • Shared by Benedek Rozemberczki
(是也乎:
PyTorch 在发力
)
- parsec-cloud: 具有完全客户端加密功能的类似于开源 Dropbox 的文件共享
- GITHUB.COM/SCILLE
(是也乎:
所以, 这是欢送 老爹? )
- django-react-boilerplate: 支持 React 的 Django 的极简主义样板
- GITHUB.COM/JOKERCRAFT
(是也乎:
等等, 好象记忆中没有 vue 和 Django 的结合?
)
📆🐍 活动/大会
Events, MeetUp 真的是全球线下活动组织中心
- ⋅ Real Python Office Hours (Virtual)
- November 18,
- 2020
(是也乎:
敢于开放工作空间的公司,才是好公司.
)
-
⋅ EuroPython “Ask me Anything” (Virtual)
- November 19,
- 2020
-
⋅ Online Python Web Global Summit‘20 (Virtual)
- November 19 to November 20,
- 2020
- PyCon2020中国
- 11.28~29
- 在线
- ⋅ Python Brasil 2020
- November 2 to November 9, 2020
DAMA
❤️ Happy Pythonic ;-(
大妈私人无责任播报
)
None
PS:
好文笔,感叹号年度配额: 2/3
投稿/反馈邮箱:
askdama@googlegroups.com
(邮件列表地址, 当成正常邮件发送邮件就好, 不用注册, 不用翻越...)
ZoomQuiet/大妈
就是四处 是也乎,( ̄▽ ̄)
的那个大妈:
私自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42)
公开课程: 蟒营 (订阅号: Mainium)
历史吐糟: Chaos42 (订阅号 PythoniCamp)
as 创始组织者:
PyChina (订阅号: PyChinaOrg)
本地社区:
GDG珠海 (订阅号: GDG-ZhuHai)
TFUG珠海 (订阅号: ZH_TFUG)
NN 4201
Comments