最后一个官方 Py2 版本 2.7.17 发布

原文: PyCoder's Weekly - Issue #391

PyCoder

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

Discover how to use Arduino microcontrollers with Python to develop your own electronic projects. You'll learn how to set up circuits and write applications with the Firmata protocol. You'll control Arduino inputs and outputs and integrate the board with higher-level apps.

(是也乎:

Arduino 比 树莓派 其实不差...

Arduino

只是, 上手嵌入系统, 电工一系列工具就得先准备并熟练了..

)

"We're going to build a single module Numba-like compiler for Python. It won't be nearly as featureful or complete, but should demonstrate how you can go about building your own little LLVM specializer for a subset of Python or your own custom DSL expression compiler; and integrating it with the standard NumPy/SciPy stack for whatever scientific computing domain you work."

Python 2.7.17 is a bug fix release in the Python 2.7.x series. It is expected to be the penultimate release for Python 2.7. 详细变更说明....

What can be done to prevent your Python code from getting too complex? A good linter setup does much more than finding missing commas and bad quotes. A good linter allows you to rely on it with architecture decisions and help you with the refactoring process.

(是也乎:

还是得靠 linter 工具, 因为工程师总是不自主的在工程中将代码越写越复杂...

)

"As a result of fixing a memory allocation issue in the /usr/bin/listusers command, that had caused issues when it was converted to 64 bit, I decided to investigate if this ancient C code could be improved by conversion to Python."

(是也乎:

涉及性能, 古老的锅/坑总是 C 挖的... 现在, Python 也有机会来填/挖了...

)

"The Y combinator is a central concept in lambda calculus, which is the formal foundation of functional languages. Y allows one to define recursive functions without using self-referential definitions."

(是也乎:

经典思想总是值得反复嗯哼的... 反正无论怎么推导,虽然总是能成功, 但是, 就是无法相信自己的眼睛... 直觉上中间一定有谁偷走了什么...

)

The Instagram engineering team is experimenting with a technique for writing Python modules that are side-effect-free on import to reduce server startup time and unexpected global state changes.

(是也乎:

好吧, 什么事儿数量一多都不容易....

)

A deep dive into Python attribute access and the descriptor protocol. What exactly happens when we say foo.bar?

讨论

Discussions

(是也乎:

早就支持了,还是官方文档中的...

190218gl

)

(是也乎:

应该是不变的 import this

)

文章,教程和嗯哼

Articles, Tutorials and Talks

Learn how to add time delays to your Python programs. You'll use decorators and the built-in time module to add Python sleep() calls to your code. Then, you'll discover how time delays work with threads, asynchronous functions, and graphical user interfaces.

(是也乎:

Delays

延迟制造...

)

"Django is powerful web framework, but with power comes responsibility. In this article, we will cover common mistakes that are even seasoned Django developers make, yet most successful Django projects need to deal with these sooner or later."

(是也乎:

一切常见错误, 都是对 Django 设计思想误解造成的...

... with power comes responsibility

能力带来责任

)

"Your Python program is too slow. Maybe your web application can't keep up, or certain queries are taking a long time. Maybe you have a batch program that takes hours or even days to run. How do you speed it up?"

(是也乎:

叕一个尝试辅助分析代码来提高速度的工具, 其实, 最根本的, 还是改进编译工具, 自动完成优化吧...

)

"Using the Python DataFrame library Vaex, I present the analysis of nearly 200 million flights made by U.S. carriers. Vaex uses fast out-of-core algorithms, making memory issues a thing of the past."

(是也乎:

)

"Learn how to scrape code from a webpage and save it as a Jupyter notebook. In this post, we'll use Beautifulsoup4, urllib, and json, to save HTML to .ipynb."

(是也乎:

嗯哼?这个反操作思路很清奇了... 只是 -> Beautifulsoup4 ? 那可累...

)

Want to make beautiful plots? Learn about plotting in Python with matplotlib by looking at the theory and following along with practical examples.

(是也乎:

Matplotlib

其实吧...其它图表库比 Matplotlib 轻便多了...

)

In this tutorial you'll discover the difference between Keras and tf.keras. You'll also learn what's new in TensorFlow 2.0.

(是也乎:

可以说, tf 在拼命将 Keras 吸收, 然后,不兼容 PyTorch 们...

)

How to report status from Docker containers in an automated CI/CD system into GitHub pull requests using Python.

How to configure the Pylint code linter to avoid arguing about code complexity.

(是也乎:

老牌工具, 总是要反复说怎么用的...

)

(是也乎:

国外 PyCon 每件都产生海量的参会笔记... 中国的, 基本都是吐糟...少有笔记,

到现在就收集到一篇今年的: PyCon China 2019 深圳站,看起来很水但实际并不水!

)

好物

Interesting Projects, Tools and Libraries, Projects & Code

(是也乎:

Ancient

)

(是也乎:

google 出品,果断大气, 一上来就支持一堆语言:

C++
C#
Dart
Java
JavaScript
Lua
Objective-C
Python

06年就在内部使用了, 今天才开源 )

(是也乎:

BrachioGraph

低成本模拟签名...

)

📆🐍 活动/大会

Events, MeetUp 真的是全球线下活动组织中心

DAMA

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

第3期已开课, 为期6周; 191103 按时结束, 到时再约 4py ;-)

是也乎

NN 3809


Comments


大妈的多重宇宙 - YouTube

全新自媒体系列...科学幻想,读书,说故事...
点击注册~> 获得 100$ 体验券: DigitalOcean Referral Badge

订阅 substack 体验古早写作:
Zoom.Quiet’s Chaos42 | Substack


关注公众号, 持续获得相关各种嗯哼:
zoomquiet


蟒营®编程思维提高班Python版

**2021.01.11** 因大妈再次创业暂停定期开设, 转换为预约触发:
  • + 任何问题, 随时邮件提问可也:
    askdama@googlegroups.com
-->