PyCoder 519

如何漫游大型项目代码? 原文: PyCoder’s Weekly - Issue #519 220406 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 220406 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 用 Python 的 urllib.request 去 HTTP 请求 REAL PYTHON In this tutorial, you’ll be making HTTP requests with Python’s built-in urllib.request. You’ll try out examples and review common errors encountered, all while learning more about HTTP requests and Python in general. (是也乎: ) Python中带有Levenshtein距离的文本相似度 VATSAL P. Levenshtein distance is a measure of the difference between two chunks of text. This article explains how it works and how to set up a data pipeline using it to detect plagiarism. 科学计算中 Python 的反直觉崛起 T. DURANTON, A. DAUPTAIN, & C. LAPEYRE Why Python’s ability to write code quickly and access to more libraries can out perform heavily optimized compiled code. PyPy v7.3.9 安全发布 PYPY.ORG 探讨/吐糟 Discussions ...

2022-04-06 · 4 min · 1534 words · ZoomQuiet

PyCoder 518

Py 和 James Webb 空间望远镜 原文: PyCoder’s Weekly - Issue #518 220330 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 220330 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 和詹姆斯韦伯太空望远镜 TALK PYTHON PODCAST Python is used extensively in the data pipeline for the James Web Space Telescope. Michael Kennedy interviews Megan Sosey and Mike Swarm from the project and they talk all about it. (是也乎: 真无所不在 Python Python and the James Webb Space Telescope - Talk Python Live Stream - YouTube ) 不耗尽内存的情况下处理大型 JSON 文件 ITAMAR TURNER-TRAURING Loading complete JSON files into Python can use too much memory, leading to slowness or crashes. The solution: process JSON data one chunk at a time. (是也乎: 用 ICRAR/ijson: Iterative JSON parser with Pythonic interfaces ) Data Elixir: 数据科学通讯 DATA ELIXIR SPONSOR Data Elixir is an email newsletter that keeps you on top of the latest tools and trends in Data Science. Covers machine learning, data visualization, analytics, and strategy. Data Elixir: Data Science Newsletter (是也乎: 良心通讯 ) 用 Python Pillow 库进行图像处理 REAL PYTHON Learn how to use the Python Pillow library to deal with images. Combine this with some NumPy for image processing and to creating animations. (是也乎: ) Python 3.10.4 and 3.9.12未按计划提供 PYTHON.ORG 探讨/吐糟 Discussions ...

2022-03-30 · 4 min · 1764 words · ZoomQuiet

PyCoder 517

Py 3.10.3/3.9.11/3.8.13/3.7.13 同时发布 原文: PyCoder’s Weekly - Issue #517 220323 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 220323 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 列表与元组比拼 CHETAN AMBI Learn how list and tuple are similar and how they are different, including storage and speed differences and how to choose between them. 用 TDD 在 Python 中构建哈希表 REAL PYTHON In this step-by-step tutorial, you’ll implement the classic hash table data structure using Python. Along the way, you’ll learn how to cope with various challenges such as hash code collisions while practicing test-driven development (TDD). (是也乎: 一个完备的案例, 展示,如何真正完成一个开发任务… ) 10 种 Python 聚类算法 JASON BROWNLEE Clustering is an unsupervised learning mechanism often to discover patterns in data. There are many clustering algorithms to choose from each with strengths and weaknesses. Explore ten different clustering algorithms in Python. CircuitPython 7.2.2 发布 GITHUB.COM/ADAFRUIT PEP 594: 从标准库中删除死电池 PYTHON.ORG (是也乎: 死电池… ) Python 3.10.3, 3.9.11, 3.8.13, and 3.7.13 现已推出 CPYTHON DEV BLOG EuroPython 2022: 门票销售开放 EUROPYTHON.EU PyCharm 2021.3.3 可用 JETBRAINS.COM 探讨/吐糟 Discussions ...

2022-03-23 · 4 min · 1636 words · ZoomQuiet

PyCoder 516

Python 3.11 新特性来了… 原文: PyCoder’s Weekly - Issue #516 220316 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 220316 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 如何用 Python 编写友好的 CLI XIAOXU GAO How to write user-friendly Command Line Interface applications and an overview of several of the popular CLI libraries: argparse, Click, Typer, Docopt, and Fire. (是也乎: 小高, 一位人在荷兰的 MM… ) Cython 足堪大用也 PETER BAUMGARTNER Cython is a superset of of Python designed to give C-like performance. Ever wanted to learn the basics? This article shows you how to get started. Scout APM: Built for Developers, By Developers Scout APM is an application performance monitoring tool designed to help developers find and fix performance issues quickly. Scout will tie bottlenecks to source code so you can quickly pinpoint and resolve performance abnormalities with ease. Give Scout a try with a 14-day free trial today → SCOUT APMSPONSOR Python 3.11 预览/更好的错误消息 REAL PYTHON Python 3.11 will be released in October 2022. This article explores the more precise error messages now available in the latest alpha release. (是也乎: 带来更好的 error 信息 ) Python 3.11.0a6 Is 可用 CPYTHON DEV BLOG EuroPython 2022 Call for Proposals EUROPYTHON.EU 探讨/吐糟 Discussions ...

2022-03-16 · 4 min · 1722 words · ZoomQuiet