pythonista-weekly : Pyw 484
欢迎阅读《pythonista周刊》第484期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-484 翻译:Dustyposa 新闻 PIP is dropping support for Python 2 文章、教程与话题 用机器学习预测硬盘故障 我们都有过硬盘故障的经历,往往就像开机后发现无法访问一堆文件一样突然。这不是一个有趣的经历。尤其是当你有一整个数据中心的硬盘,这些硬盘对维持你的业务运行都很重要时,就更不好玩了。如果我们能够预测其中一个驱动器何时会出现故障,并在数据丢失之前抢先更换硬件,那会怎样? Algpt2 Part 2 我是如何(几乎)复制 OpenAI 的 GPT-2(124M版) 12 requests per second A realistic look at Python web frameworks. 为什么我们不使用python原生的enum Python 原生 enum 对于它们的设计目的来说是很好的,但我们发现它们是有限的,不允许你以一种合理的方式来增长复杂性和使用量。 在Python中使用环境变量进行应用程序配置 学习有经验的开发人员如何在 Python 中使用环境变量,包括管理默认值和类型转换。 SVM分类器和RBF内核–如何在Python中做出更好的模型 完整地解释了支持向量机(SVM)和径向基函数 (RBF)核的内部工作原理。 Raspberry Pi & Python Powered Tank This is part one of a two-part series and handles all of the hardware and wiring and a Python script for test firing the engines. Learn Python Data Analytics By Example: NYC Parking Violations 一个有趣的项目和详细的数据分析步骤演练,帮助你学习 Python、pandas和matplotlib。 How to Develop a Neural Net for Predicting Car Insurance Payout In this tutorial, you will discover how to develop a Multilayer Perceptron neural network model for the Swedish car insurance regression dataset. 25 IPython Tips for Your Next Advent of Code Python’s type checking renaissance 用Raspberry Pi和Python构建一个智能中央供暖系统 Unravelling for statements ...