Issue 377
原文: PyCoder’s Weekly - Issue #377 用 Collaborative Filtering 构建推荐引擎 REAL PYTHON In this tutorial, you’ll learn about collaborative filtering, which is one of the most common approaches for building recommender systems. You’ll cover the various types of algorithms that fall under this category and see how to implement them in Python. (是也乎: 有公式原理分析的教程… ) Python GIL GIL是否已被杀? ANTHONY SHAW Thoughts on upcoming features in Python 3.8 and 3.9, like sub-interpreters, that will make writing high-performance concurrent programs that are CPU-bound more convenient. (是也乎: GIL 将被谋杀嘛? ) The Python Celery Cookbook: 小工具,巨大的可能性 VADYM ZAKOVINKO “Everyone in the Python community has heard about Celery at least once, and maybe even already worked with it. Basically, it’s a handy tool that helps run postponed or dedicated code in a separate process or even on a separate computer or server. This saves time and effort on many levels.” (是也乎: 又见 芹菜… ) 在 Python 3 中将列表转换为集合的速度更快: set() or {*} MICHAEL BASSILI Perhaps surprisingly, there is a performance difference between the two. Read Michael’s article to find out why using a {*} set literal is faster. 用 Keras 和深度学习进行视频分类 ADRIAN ROSEBROCK In this tutorial, you will learn how to perform video classification using Keras, Python, and Deep Learning. (是也乎: pyimagesearch.com 是位非常厉害的光头程序猿, 一己之立写书/设计课程,完成原创模块, 四处演讲/咨询…. 专注 CV ) 讨论 Discussions ...