原文: PyCoder's Weekly - Issue #370
- PEP 594: 从标准库中删除死电池
- PYTHON.ORG
"This PEP proposed a list of standard library modules to be removed from the standard library. The modules are mostly historic data formats (e.g. Commodore and SUN file formats), APIs and operating systems that have been superseded a long time ago (e.g. Mac OS 9), or modules that have security implications and better alternatives (e.g. password and login)."
(是也乎:
死电池...
)
- 将数学结构转换为 Java,Python,Haskell 和 Racket 示例代码
- MATT MIGHT
Nice guide to translating the common discrete mathematical structures, such as sets, sequences, functions, disjoint unions, relations and syntax, into working code in Java, Python, Racket and Haskell.
- Python Logging: 漫步源代码
- REAL PYTHON
In this step-by-step tutorial, you'll learn about how the Python logging package is designed from an OOP perspective. You'll walk line by line down the package's core module and become better equipped to know what your code is doing.
(是也乎:
真蟒 ~ 看来是要上市了? 每周这么多好文章发布...
)
- 在生产中运用 Poetry
- MISHA BEHERSKY
- • Shared by Misha Behersky
"In this article I want to share my experience of using the Poetry dependency manager in production environment."
(是也乎:
Poetry 叕一个想替代 Pyenv/pipenv 的嗯哼
)
- Keras: 深度学习提取大数据集特征
- ADRIAN ROSEBROCK
In this tutorial you will learn how to use Keras feature extraction on large image datasets with Deep Learning. We'll also learn how to use incremental learning to train your image classifier on top of the extracted features.
- 在 Python 中从头实现卷积神经网络
- VICTOR ZHOU
A simple but detailed guide to what CNNs are, how they work, and how to build one from scratch in Python.
(是也乎:
够硬核
)
- 使用 GDB (GNU调试器) 探索Python
- EVAN BRODER
"In order to demonstrate some of GDB's flexibility, and show some of the steps involved in practical GDB work, we've put together a brief example of debugging Python with GDB."
(是也乎:
可能是复杂工程调试的最佳助推器
)
- 1884年皇家天文学会告诉我们今天的 Python 开发者
- SCOTT KILPATRICK
Or: Why dealing with time zones is hard.
(是也乎:
为什么处理时区很难...
)
- 为什么 Python 类语法这么不同
- NED BATCHELDER
Interesting language design discussion about Python's class syntax and how it could be made more regular and beginner friendly.
讨论
Discussions
- apt-get install python
- TWITTER.COM/CHIRAGDABHI96
Looks more like a cobra to me, but whatever ;-)
(是也乎:
为什么相同的字串对中国人就没这种感觉?
)
文章,教程和嗯哼
Articles, Tutorials and Talks
- 与 Python 持续集成
- REAL PYTHON video
In this course, you'll learn the core concepts behind Continuous Integration (CI) and why they are essential for modern software engineering teams. Find out how to how set up Continuous Integration for your Python project to automatically create environments, install dependencies, and run tests.
(是也乎:
要 20$/月 或是 200$/年 才看的了...
)
- Python 能力现在是所有这些银行职位的先决条件
- SARAH BUTCHER.COM
"If you can't code and you work in finance you risk being pushed out by those who can. Not today. Not tomorrow, but soon. Slowly, surely, the need for coding skills is percolating all banks' operations."
(是也乎:
但是...首先...
)
- 在几分钟内构建自定义Python发行版
- ACTIVESTATE
- sponsor
Create a free account and: choose from our 500+ vetted packages, automatically pull in and resolve dependencies, install the distro in a virtual environment with a single command. Supports Python 3.6+ on Linux. Try now →
(是也乎:
这真心是只有 IOT 设备场景才有的需求了...
)
- 让俺们在 GitHub Issues 为 CPython 嗯哼吧
- MARIATTA WIJAYA / A. JESSE JIRYU DAVIS
Details some of the background discussions that happened with CPython switching to GitHub Issues as its official bug tracker.
-
- DAN KNOPF
-
- MICHAEL BUKACHI
- • Shared by Michael Bukachi
-
- PONYTECH.NET
- • Shared by Patrice Pawlak
A step by step guide on how to deploy a typical Django app with Dokku.
(是也乎:
Dokku 是个成功的开源私有云平台.
)
- Django & Ajax 实现实时搜索
- SHIBEL K. MANSOUR
- • Shared by Shibel K. Mansour
A step-by-step guide on implementing "as-you-type" AJAX search in Django
- 使用 Redis 和 Celery 在 Django 实现异步任务
- ADAM MCQUISTAN
Get a general understanding of why Celery message queues are valuable along with how to utilize Celery in conjunction with Redis in a Django application.
-
关于如何启动 PyData 或 Python Meetup 的思考
- IAN OZSVALD
-
- ARNAB BHADURY
-
对 Red Hat Enterprise 8 的一些思考, 涉及 Python 2 及其意义
- CHRIS SIEBENMANN
RHEL 8 includes a dual Python setup (Python 2 + Python 3) and what it means for the future of Python 2 support.
(是也乎:
也就是说, 接盘侠还是有的...
)
- 分析 Stack Overflow 调查
- MOSHE ZADKA
Some hands-on data analysis of the raw results from Stack Overflow's recent developer survey.
- 如何在 Python 中迭代字典
- REAL PYTHON
Take a deep dive into how to iterate through a dictionary in Python. Dictionaries are a fundamental data structure, and you'll be able to solve a wide variety of programming problems by iterating through them.
(是也乎:
)
好物
Interesting Projects, Tools and Libraries, Projects & Code
-
- AROBERGE.BLOGSPOT.COM Some neat ideas on how Python's built-in IDLE REPL and editing environment could be updated and made more beginner-friendly.
-
- RING-CACHE.READTHEDOCS.IO
Python cache interface with clean API and built-in memcache & redis + asyncio support.
(是也乎:
上一个以 Ring 为名的项目, 是洪教授亲自嗯哼的 Py web-GUI 框架...
)
- strictdom: 严格类型包装 for Dominate
- GITHUB.COM/TAWESOFT
- • Shared by Ben Golightly
A strictly typed wrapper around the popular Dominate library for creating and manipulating HTML documents in Python.
- import-x: Import Anything Like It Is a Python Module
- GITHUB.COM/DEEPSOURCELABS
- • Shared by Mohit Solanki
(是也乎:
还以为能自动推导出异种语言的对应接口模块, 结果, 只是类似 JSON 的自动数据对象...
)
-
scrapydweb: Scrapyd 集群管理的Web应用程序
- GITHUB.COM/MY8100
-
videoflow: New Python Library to Do Computer Vision on Video
- GITHUB.COM/VIDEOFLOW
(是也乎:
Py 3 only, 依赖 cv2 and tensorflow >= 1.12
)
📆🐍 活动/大会
Events
-
- 2019 June 3 to June 6, 2019
- 以色列
-
⋅ Melbourne Python Users Group
- Australia June 3, 2019
-
- June 3, 2019
- 法国
-
- June 6, 2019
-
- July 16–17 in NYC
- 大苹果
DAMA
❤️ Happy Pythonic ;-(
大妈私人无责任播报
)
- 蟒营 Python 入门班
- 已开班, 进入 ch07
- 下期可能 7月1
~ helps you setup a new Python project
(是也乎:
总是永远有人问这个问题... 当然, 这个问题任何一个技术社区都有人在问...
其实, 本质上并不是对应技术是否有什么能力, 而是相反...
)
Jobs:
...
- Wangjunyu/MemectRecruitment: 文因招聘
- 北京
- anti-996
是也乎
- 190531 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
- 190531 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄.
Comments