5个有趣的 Python 模块
原文: PyCoder's Weekly - Issue #431
- 200729 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
- 200729 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄.
- Python Packages: 五个真爱
- REAL PYTHON
In this tutorial, several Real Python authors share Python packages we like to use as alternatives to modules in the standard library. You’ll get to know a number of useful packages, including pudb, requests, parse, dateutil, and typer.
(是也乎:
typer 是 FastAPI 的 CLI 包装,太帅了. 而且可以无缝使用 Click 的所有嗯哼.
)
- 初学者抽象指南
- JESSE DUFFIELD
To abstract or not to abstract. Is that the question?
(是也乎:
走神?抽象? 又是 OOP 的伪装.
)
- XSS 开发在 Django 应用
- ANTHONY SHAW
Django does a lot to protect applications from cross-site scripting (XSS) attacks, but it isn’t perfect. Learn about 7 ways that Django is still vulnerable and how to protect Django applications from XSS attacks.
- Sans-I/O: 当 Rubber 遇到困难时
- AYMERIC AUGUSTIN
- • Shared by Florimond Manca
The creator of the websockets library shares pain points encountered and lessons learned while porting websockets to a Sans-I/O design.
- 用 Python 激发欢乐
- MAXWELL FORBES
After a fling with TypeScript, one Python programmer shares some thoughts on keeping the flame alive with Python.
(是也乎:
一位 TypeScript 程序猿的 Pythonic 向往.
)
- Python 3.8.5 作为安全修补发布
- PYTHON.ORG
Python 3.9.0b5, the last beta before 3.9.0, is also available.
- Abigail Dogbe 荣获PSF社区 2020一季度 服务奖
- CHARLES FREEBORN
One woman’s passion and dedication have helped transform PyLadies in Ghana, leading to over 500 women joining the organization.
(是也乎:
通过 PyLadies 活动, 引导 500+ 女士 皈依了 Python.
)
讨论
Discussions
- 您使用过的最有趣的数据集是什么?
I guess that depends on what you mean by “interesting”…
(是也乎:
R 语言的梗世界...
)
- 为什么 Python 没有 main() 函数?
- HACKER NEWS
It’s mainly about the execution model.
(是也乎:
老梗了... )
- 5个有趣的 Python 模块
What are some of your favorite modules?
(是也乎:
wikipedia · PyPI ~ 不存在网站的叕一个友好包装;
emoji · PyPI ~ 对 emoji 的双向翻译.
turtle ~ 内建的教育用模块,但是不仅仅...
PyDictionary · PyPI ~ 真正的字典...释义/同义/反义/...都有, 当然 english only
arrow · PyPI ~ 真正对人友好的时间/日期操作库
)
文章,教程和嗯哼
Articles, Tutorials and Talks
- 我见过的最杰出旧系统
- THEHFTGUY.COM
Forget about your shiny new frameworks. Welcome to the Real World™.
- 割析 Python 中属性访问
- BRETT CANNON
There’s a lot going on behind that syntactic sugar!
(是也乎:
这种语法糖一定包含非常多内幕, 毕竟是在稳定内核上的多余扩展. )
- 生成对抗网络: 建立您的第一个模型
- REAL PYTHON
In this step-by-step tutorial, you’ll learn all about one of the most exciting areas of research in the field of machine learning: generative adversarial networks. You’ll learn the basics of how GANs are structured and trained before implementing your own generative model using PyTorch.
(是也乎:
PyTorch 的广告
)
- Goodwill 狩猎
- J. PETER
More than you ever wanted to know about women’s tops at Goodwill. Check out the accompanying Jupyter notebook.
- Python 的 None : Null 在 Python
- REAL PYTHON
In this course, you’ll learn about the NoneType object None, which acts as the null in Python. This object represents emptiness, and you can use it to mark default parameters and even show when you have no result. None is a tool for doing everything with nothing!
(是也乎:
没有 Lua 的 NIL
来的利.
)
- 用 python-rq 每秒处理 200 多个事务
- SANKALP JONNA
Efficiently processing large amounts of web traffic can be a difficult problem to solve. Learn how one team met their requirements using Redis queues.
(是也乎:
嗯哼? 200TPS 这种性能值得讨论嘛?
)
- Recap of PyCon 2020 转为在线活动
- JACKIE AUGUSTINE
A virtual event takes just as much planning to pull together, and even more communication with presenters and sponsors than you might expect.
- The Real Python Podcast – Episode #19: 先进的 Python 导入技术和 Django 中的用户管理
- REAL PYTHON
- podcast
Would you like to clearly understand what’s happening when you use the Python import keyword? Do you want to use modules more effectively to structure your code? Or maybe you’re ready to move to the next level with your Django project by adding user management. This week on the show, David Amos is back with another batch of PyCoder’s Weekly articles and projects.
(是也乎:
)
好物
Interesting Projects, Tools and Libraries, Projects & Code
- latexify_py: 从 Python 函数生成 LaTeX 数学描述
- GITHUB.COM/ODASHI
(是也乎:
扒代码为论文公式. 这种反操作需要的.
)
-
django-xss-fuzzer: 适用于 Django 的 XSS Fuzzer 测试
- GITHUB.COM/TONYBALONEY
-
websockets: 用于在 Python 中构建 WebSocket 服务器和客户端的库
- GITHUB.COM/AAUGUSTIN
(是也乎:
反正什么时新, Py 立即对应撸一堆. )
- enaml: Python 的声明式用户界面
- GITHUB.COM/NUCLEIC
(是也乎:
叕一个 GUI 框架, 基于 Qt 的魔改.
)
- notifiers: 发送通知的简便方法
- GITHUB.COM/LIIIGHT
(是也乎:
支持这些渠道: Pushover, SimplePush, Slack, Gmail, Email (SMTP), Telegram, Gitter, Pushbullet, Join, Hipchat, Zulip, Twilio, Pagerduty, Mailgun, PopcornNotify, StatusPage.io
)
- reNgine: 用于在 Web 应用中渗透测试期间收集信息的自动化侦察框架
- GITHUB.COM/YOGESHOJHA
(是也乎:
)
📆🐍 活动/大会
Events, MeetUp 真的是全球线下活动组织中心
NIL
- re-learn under COVID-19 如何远程学习?
- 2020.7.25
- zoom 会议室
(是也乎:
GDG珠海/疫情之下在线学习/片段/学习吐糟/fm.101.camp 蟒营™电台 钩陈各种值得探讨
部分已发布.
)
DAMA
❤️ Happy Pythonic ;-(
大妈私人无责任播报
)
101camp11py 已开始报名
课程规划:
报名截止 2020.08.23
正式开课 2020.08.30
课程结束 2020.10.11
详情 => 蟒营™ Python 入门班第11
PS:
好文笔,感叹号年度配额: 1/3
投稿/反馈邮箱:
askdama@googlegroups.com
(邮件列表地址, 当成正常邮件发送邮件就好, 不用注册, 不用翻越...)
ZoomQuiet/大妈
就是四处 是也乎,( ̄▽ ̄)
的那个大妈:
私自嗯哼: ZoomQuiet (订阅号: ZoomQuiet42)
公开课程: 蟒营 (订阅号: Mainium)
历史吐糟: Chaos42 (订阅号 PythoniCamp)
as 创始组织者:
PyChina (订阅号: PyChinaOrg)
本地社区:
GDG珠海 (订阅号: GDG-ZhuHai)
TFUG珠海 (订阅号: ZH_TFUG)
NN 4089
Comments