Issue 381
原文: PyCoder’s Weekly - Issue #381 用 Python 进行传统人脸检测 REAL PYTHON video In this course on face detection with Python, you’ll learn about a historically important algorithm for object detection that can be successfully applied to finding the location of a human face within an image. (是也乎: 当然, 现在 BAT 都有自己云 AI 了, 直接调用, 就不用本地生撸了… ) Python 中的三种反转控制技术 DAVID SEDDON Inversion of Control, in which code delegates control using plugins, is a powerful way of modularising software. It may sound complicated, but it can be achieved in Python with very little work. This article examines three different techniques for handling IOC in Python. (是也乎: IoC ~ 委托控制插入… 模块化软件的有效手段, 其实就是插件技术, 只是在代码层面上的… 大约是: 依赖注入,注册,猴补丁, 这几个思路. ) NumPy 1.17.0 不再支持 Python 2 MAIL-ARCHIVE.COM “The 1.17.0 release contains a number of new features that should substantially improve its performance and usefulness. The Python versions supported are 3.5-3.7, note that Python 2.7 has been dropped.” (是也乎: 爱过… ) print() 函式深挖 (17,000 字指南) REAL PYTHON Learn all there is to know about the print() function in Python and discover some of its lesser-known features. Avoid common mistakes, take your “hello world” to the next level, and know when to use a better alternative. (是也乎: 深挖灵魂40层, 当问打印合理无. ) Python 工具环境概述 ADITHYA BALAJI An opinionated guide to tooling in Python covering pyenv, poetry, black, flake8, isort, pre-commit, pytest, coverage, tox, Azure Pipelines, sphinx, and readthedocs. (是也乎: 每年这种文章都得更新一下, 非常值得对比检验自己武器库是否合理的: Python 工具全景图 ) 通过从头开始编写异步 Web 框架来剖析其工作原理 OLEH KUCHUK (是也乎: 叕一则从0 开始, 手撸框架, 只为了嗯哼明白到底什么是重要的 ) 讨论 Discussions ...