原文: PyCoder’s Weekly - Issue #375 realpython

  • 更频繁的 Python 版本?
    • JAKE EDGE “Łukasz Langa, who is the release manager for the upcoming 3.8 release, as well as the manager for the date-to-be-determined release of 3.9, has proposed PEP 596 (“Python 3.9 Release Schedule (doubling the release cadence)”). As its name would imply, the PEP proposes halving the current release cycle to nine months, which would make the 3.9 release happen in June 2020.” (是也乎: 事实证明, 开源项目版本攀爬速度,和基金会储备金数额呈正比关系 )
  • Python 标准库模块之间的依赖关系
    • DOUG HELLMANN What would a minimal Python standard library (only enough code to successfully download and install other packages) look like? Nice research and writeup. (是也乎: 这也算红学变种… 其实, miniPy 之类项目早已完成了这种鉴定 )
  • Python 中的函数编程
    • REAL PYTHON
    • video Learn how to approach functional programming in Python. You’ll cover what functional programming is, how you can use immutable data structures to represent your data, as well as how to use filter(), map(), and reduce(). (是也乎: 真蟒的 FP.py 嗯哼… )
  • 如何构建 Raspberry Pi + Python 机器人
    • AUGUST R. GARCIA “Building robots seems expensive and complicated. However, it turns out that it’s relatively straightforward. Do you have an IQ higher than 90 and assorted random garbage lying around your house? Then you too can make a robot in a reasonably small amount of time.” (是也乎: 叕一则和 RPi 来相关的嗯哼 )
  • 如何通过 Python 用 Redis
    • REAL PYTHON In this step-by-step tutorial, you’ll cover how to use both Redis and its Python client library. You’ll learn a bite-sized slice of Redis itself and master the redis-py client library. (是也乎: Redis.py )
  • 检测用 Python,Go 和 Rust 编写的程序
  • SymPy 再次让数学变得有趣
    • WORDSANDBUTTONS.ONLINE Intro to SymPy, a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. (是也乎: 目标不是数值计算, 而是 计算机代数系统 (CAS) )

讨论

Discussions

  • 选择无聊技术
    • BORINGTECHNOLOGY.CLUB Text version of an interesting talk about making technology choices by Dan McKinley. Related Hacker News discussion here. (是也乎: 所以, 俺一直说 PHP 是最好的语言 )
  • Python Now Beating Java on Google Trends Worldwide
    • REDDIT (是也乎: WoW 超越 JAVA…可以说, Python 已经变成更加无聊的技术了 )

文章,教程和嗯哼

Articles, Tutorials and Talks

  • 用 标记R-CNN 和 Python 来嗯哼停车位
    • ADAM GEITGEY Adam built a high-accuracy parking space notification system with Python and Deep Learning. Very cool!
  • 用 GDB Python API 自动调试
    • CHRIS COLEMAN How to add custom GDB commands and pretty printers using the Python API. (是也乎: 是否用 TDD 和是否上 GDB 是Python 开发阶段两大分水岭… )
  • 如何用 Docker 构建 CI/CD 管道
    • CIRCLECI
    • sponsor This post walks through the demo code from a talk given at DockerCon. It includes a CI/CD pipeline for a Python Flask app. The pipeline builds a Docker image, pushes the image to Docker Hub, and kicks off a deployment script which will run the app in a container on a DigitalOcean server. (是也乎: 这么搞很磨硬盘就是了… )
  • 在 Raspberry Pi 上用 Python 构建 CO₂ 监视器
    • NATHAN GOLDBAUM “I’ve definitely experienced situations where I had to sit in a room with lots of people and felt more and more tired the longer I spent in the room. I had never considered that this is more than just being bored, that there might be a physiological reason for this feeling.” (是也乎: 随着 Raspberry Pi 4 的上市, 主力板上开发语言 Python 也就嗯哼起来了 CO₂ Monitor )
  • 用 Python 和 XGBoost 构建 机器学习 进行电子邮件签名检测
    • ALESSANDRO WOLLEK Extracting contact information from emails using supervised machine learning algorithms. (是也乎: Spam 识别基础姿势, 经典. )
  • “Python 并发” 测试
    • REAL PYTHON Test your understanding of concurrency and parallel programming concepts in Python, such as the difference between CPU-bound and I/O-bound programs, the GIL, and more. (是也乎: Concurrency" )
  • 可视化介绍 NumPy 以及数据表达
    • JAY ALAMMAR A look at some of the main ways to use NumPy and how it can represent different types of data like tables, images, text, etc. (是也乎: numpy-color-image 走心了, 非常好的可视化概念系列图… )
  • 用 Python 从头嗯哼持续集成和部署
    • TOMAS FERNANDEZ Learn how to set up continuous integration and deployment for your Python projects using Semaphore, a cloud-based CI/CD service. (是也乎: 徒手 CI ? )
  • 如何用 Python 制作智能婴儿监视器
    • RYAN KAUFFMAN Learn to build your own smart baby monitor using Python, a Raspberry Pi, peripheral sensors and the Twilio API for sending SMS. (是也乎: 这个明显用国内 AliYun 相同功能 API 也可以快速完成的 Baby Monitor )
  • Raspberry Pi(或Amazon EC2)上的远程Python开发
    • ADRIAN ROSEBROCK How to configure your host machine to connect to these systems and remotely perform Python development. (是也乎: 嗯哼? 硬件和 VPS 一视同仁了? 嚓, CV 专家给出了一系列远程嗯哼的姿势, 可以说非常嗯哼了… )
  • 初学Python程序员常见 5 种错误
    • PYTHONCIRCLE.COM (是也乎: 叕一组新手常见手残行为检查表… 其实… PEP8 相关守则足够了. )
  • 处置 Multipart/Form-Data Natively in Python
    • JULIEN DANJOU
  • 在 Python 2 库中使用类型提示
    • MARKUS UNTERWADITZER

好物

Interesting Projects, Tools and Libraries, Projects & Code

📆🐍 活动/大会

Events

DAMA

❤️ Happy Pythonic ;-(大妈私人无责任播报)

应该 190704 开始报名 PyScaffold ~ helps you setup a new Python project

  • What Can I Do With Python? – Real Python
    • FAQ (是也乎: Do With Py 总是永远有人问这个问题… 当然, 这个问题任何一个技术社区都有人在问… 其实, 本质上并不是对应技术是否有什么能力, 而是相反… )

Jobs

是也乎

  • 190703 Zoom.Quiet(大妈) 用时 42 分钟 完成快译
  • 190703 Zoom.Quiet(大妈) 用时 17 分钟 完成格式转抄.