原文: PyCoder’s Weekly - Issue #387
- 190925 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
- 190925 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄.
- 用 pdb 调试 Python
- REAL PYTHON
- video
Learn the basics of using pdb, Python’s interactive source code debugger. pdb is a great tool for tracking down hard-to-find bugs, and it allows you to fix faulty code more quickly.
(
是也乎:
这是屠龙技,轻易用不上, 真要用上了, 也说明已经身陷焦油坑, 难以逃离了…
)
- H如何验证 PyPI 是否信任?
- BRETT CANNON
“A co-worker of mine attended a technical talk about how Go’s module mirror works and he asked me whether there was something there that Python should do.”
(
是也乎:这真心是件基础又忧心的事儿… 好在, 一直有标准精良自检方案 )
- BRETT CANNON
“A co-worker of mine attended a technical talk about how Go’s module mirror works and he asked me whether there was something there that Python should do.”
(
- PSF 中的 requests 所有权已转移给新维护者
- GITHUB.COM/PSF
Also see the related discussion on Reddit.
(
是也乎:多年媳妇, 熬成??? 叕一例… )
- GITHUB.COM/PSF
Also see the related discussion on Reddit.
(
- What’s in a Name? Tales of Python, Perl, and the GIMP
- SVEN GREGORI Fun read about the challenges of naming and renaming open-source projects.
- PyCascades 2020 CFP
- PAPERCALL.IO
- Portland The PyCascades call for proposals is open until October 1st.
讨论
Discussions
- 如何以 Python 程序员的身份从事自由职业?
- REDDIT
(
是也乎:Freelance -> 自由职业的… 这在中国等于无业游民… )
- REDDIT
(
- 如何处理/维护本地 Python 环境?
- HACKER NEWS
(
是也乎:万年老梗… conda 系做到热议…这真的是挖到了一个刚需… 怪不得 Anaconda 成立公司, 专心支持预编各种语言环境的快速提供了… 反正,俺折腾了很多, 还是老实本分用 Pyenv: TS3: Pyenv 最终介绍 — Blogging 蟒营™ 博客 )
- HACKER NEWS
(
文章,教程和嗯哼
Articles, Tutorials and Talks
- Python 异步入门
- REAL PYTHON
Get the tools you need to start making asynchronous programming techniques a part of your repertoire. You’ll learn how to use Python async features to take advantage of IO processes and free up your CPU.
(
是也乎:
开始异步很简单, 问题是业务兼容性和调试可控性…
)
- REAL PYTHON
Get the tools you need to start making asynchronous programming techniques a part of your repertoire. You’ll learn how to use Python async features to take advantage of IO processes and free up your CPU.
(
- 嫑 Pickle 您的数据 (2014)
- BEN FREDERICKSON
- opinion
“Pretty much every Python programmer out there has broken down at one point and and used the ‘pickle’ module for writing objects out to disk. [… ] However, using pickle is still a terrible idea that should be avoided whenever possible.”
(
是也乎:简单说, 用 -> JSON )
- 设计CI / CD系统: 带有子流程的命令执行技巧
- CRISTIAN MEDINA
Use Python’s subprocess module to execute instructions inside a Docker container that builds and tests your code in an automated CI/CD system.
(
是也乎:一定要手撸嘛? )
- CRISTIAN MEDINA
Use Python’s subprocess module to execute instructions inside a Docker container that builds and tests your code in an automated CI/CD system.
(
- Thonny: 适合初学者的 Python 编辑器(IDE)
- REAL PYTHON
- video
Learn all about Thonny, a free Python Integrated Development Environment (IDE) that was especially designed with the beginner Pythonista in mind. It has a built-in debugger and allows you to do step-through expression evaluation.
(
是也乎:就没有 IDE 是为了友好而发明的…
等等:
基于 Tk 开发的 IDE ?
…Raspbian系统中直接自带的Python IDE 嚓…这个屌了… )
- 放置 matplotlib 标题
- RTWILSON.COM
Matplotlib titles have configurable locations. And you can have more than one at once… This short tutorial shows you how to use this feature.
(
是也乎:这可能就是最不 Pythonic 的部分了… )
- RTWILSON.COM
Matplotlib titles have configurable locations. And you can have more than one at once… This short tutorial shows you how to use this feature.
(
- Game of Thrones 和网络理论
- RABEEZ RIAZ
- • Shared by Nathan Piccini
Analyzing Game of Thrones data to identify character importance, factions and gender interactions using Network Theory and Python.
(
是也乎:叕一个权戏精,利用技术来回味儿…杀灭关系… )
- 10分钟内学习函式 Python
- BRANDON SKERRITT
You’ll learn what the functional paradigm is as well as how to use the basics of functional programming in Python.
(
是也乎:
emoji 达人…
)
- BRANDON SKERRITT
You’ll learn what the functional paradigm is as well as how to use the basics of functional programming in Python.
(
- 用 OpenCV 和 Python 完成简单图像过滤器
- APURVA MEHTA How to enhance your images with colored filters and add border backgrounds using Python and OpenCV.
- 用 Pandas Plot 可视化 Dataframe
- VINAY BABU
(
是也乎:等等, 不是就内置的 Matplotlib? )
- VINAY BABU
(
- Python 中的不连续范围
- LEANCREW.COM
好物
Interesting Projects, Tools and Libraries, Projects & Code
- hypothesis-auto: 自行编写的 Python 测试
- TIMOTHYCROSLEY.GITHUB.IO
An extension for the Hypothesis project that enables fully automatic tests for type annotated functions.
(
是也乎:
梦想总得有…万一呢.
)
- TIMOTHYCROSLEY.GITHUB.IO
An extension for the Hypothesis project that enables fully automatic tests for type annotated functions.
(
- Python Grids: Python 包对比网格
- PYTHONGRIDS.ORG
Comparison grids to help you find great Python packages for your projects.
(
是也乎:重大褔音…对选择困难症患者的有效拯救… 将 Python 世界中各种模块, 进行对比, 以便第一时间用上对的… Web Frameworks 当然, 也可以效果相反… 因为, 基本都是按 github 星数来排列的… )
- PYTHONGRIDS.ORG
Comparison grids to help you find great Python packages for your projects.
(
- mininet: 用于软件定义网络的快速原型仿真器
- GITHUB.COM/MININET
- Gooey: 只需一行即可将(几乎)任何 Python CLI 程序转换为完整 GUI 应用程序
- GITHUB.COM/CHRISKIEHL
(
是也乎:自动将 CLI 工具翻译为 GUI 界面?
而且:
这个脑洞可以哪….
只是: 基于 wxPython, 那么发行也不件简单的事儿…
)
- GITHUB.COM/CHRISKIEHL
(
- espresso: 快速端到端神经语音识别工具包
- GITHUB.COM/FREEWYM
(
是也乎:放心, 不支持中文 )
- GITHUB.COM/FREEWYM
(
- poodle: 用于 AI 规划和自动编程的 Python 框架
- GITHUB.COM/CRITICALHOP
(
是也乎:PDDL ~ 叕一个全新概念语言, 的 Python 包装器… )
- GITHUB.COM/CRITICALHOP
(
- pew: 在纯 Python 中管理多个虚拟环境
- GITHUB.COM/BERDARIO
(
是也乎:叕一个 Python 运行时环境管理工具: 使用全新 nix 发行, 进入/出 要明确指令; 其它和 pyenv 们并无突出不同. )
- GITHUB.COM/BERDARIO
(
📆🐍 活动/大会
Events, MeetUp 真的是全球线下活动组织中心
- PyCon China 2019
- 190921 ~ 191026
- 上海/北京
- 杭州/深圳
- 成都/南宁
(
是也乎:大妈去 南宁 嗯哼 )
- ⋅ DjangoCon US
- September 22 to September 28, 2019
- San Diego
- ⋅ PyWeek 28
- September 22 to September 30, 2019
(
是也乎:
纯线上周任务通关:
- September 22 to September 30, 2019
(
PyWeek 28 challenge: “Tower” )
- ⋅ PyCon Estonia
- October 3 to October 4, 2019
- 爱沙尼亚
- ⋅ PyCon Balkan 2019
- October 3 to October 6, 2019
- 巴尔干各国
DAMA
❤️ Happy Pythonic ;-(
大妈私人无责任播报)
- 蟒营 Python 入门班
- 第3期
- 101camp3py 第3期已开课, 为期6周; 191103 按时结束, 到时再约 4py ;-)
- 首次 TensorFlow All Around 小结 . TFUG Livin ZhuHai Life;-)
- TFUG 珠海
- 极简汇率
(
是也乎:没想到触发出一个DoIs~ 真正实用的 AI 落地方向: 辅助识别野外白海豚… )
是也乎
NN 3781