蠎周刊(PyCoder)595

可视化 CPython 发布过程 原文: PyCoder’s Weekly - Issue #595 230920 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 230920 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, 继承和内部原理:Python 中的面向对象编码 REAL PYTHON COURSE In this video course, you’ll learn about the various types of inheritance that you can use to write object-oriented code in Python. These include class inheritance, multilevel inheritance, and multiple inheritance, along with special methods and abstract base classes. (是也乎: ) 可视化 CPython 发布过程 SETH LARSON This blog post covers how the release process of CPython works and includes a diagram documenting each step. It also highlights supply chain threat spots. (是也乎: 几十年过去, 现在的发布工程早已没那么简洁了… ) Python 和 Folium 可视化我的户外活动 LUKAS KRIMPHOVE • Shared by Lukas Krimphove Embark on an expedition of exploration and mapping! Learn how to breathe life into your GPX files and create interactive maps using Python and Folium. (是也乎: 自动包含这么多种语言的版本… ) 适用于 Linux 的 Mojo SDK 发布 MODULAR.COM PEP 713: “可调用模块”被拒绝 PYTHON.ORG 探讨/吐糟 Discussions NULL ...

2023-09-20 · 4 min · 1837 words · ZoomQuiet

蠎周刊(PyCoder)594

为什么更喜欢缩进而不是块标记? 原文: PyCoder’s Weekly - Issue #594 230913 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 230913 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, 在 Python 中使用遗传算法 JOSEP RUBIÓ PIQUÉ A Genetic Algorithm (GA) is an AI technique where random code is mutated and tested for fitness iteratively until a solution is found. This article shows you a couple of problems solved using GAs in Python. Associated HN discussion. 用Python生成漂亮的二维码 REAL PYTHON In this tutorial, you’ll learn how to use Python to generate QR codes, from your standard black-and-white QR codes to beautiful ones with your favorite colors. You’ll learn how to format QR codes, rotate them, and even replace the static background with moving images. (是也乎: 能上 gif 动态背景的呢… ) 我是 Null 先生。我的名字让计算机看不到我 CHRISTOHPER NULL NULL is a magic word in many computer languages. This article is by someone who has Null as a last name, and the consequences that entails. See also this Radiolab Podcast Episode for a similar topic. (是也乎: 真的有人叫这个姓… ) 2023 年 Django 开发者调查 DJANGO SOFTWARE FOUNDATION Python 3.12.0 候选版本 2 可用 CPYTHON DEV BLOG Pandas 2.1.0 发布 PYDATA.ORG 探讨/吐糟 Discussions ...

2023-09-13 · 4 min · 1806 words · ZoomQuiet

蠎周刊(PyCoder)593

创建漂亮的极坐标直方图 原文: PyCoder’s Weekly - Issue #593 230906 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 230906 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, 用 Rich 创建 Python Wordle 克隆 REAL PYTHON COURSE In this step-by-step project, you’ll build your own Wordle clone with Python. Your game will run in the terminal, and you’ll use Rich to ensure your word-guessing app looks good. Learn how to build a command-line application from scratch and then challenge your friends to a wordly competition! (是也乎: Rich 这个框架名字起的真好,… ) 用 Python 和 Matplotlib 创建漂亮的极坐标直方图 OSCAR JOHANSSON “Polar histograms are great when you have too many values for a standard bar chart. The circular shape where each bar gets thinner towards the middle allows us to cram more information into the same area.” Learn how to create one using Python and Matplotlib. (是也乎: 这种图表… ) Python 协议缓冲区简介 MIKE DRISCOLL Protocol buffers are a data serialization format that is language agnostic, analogous to Python’s pickle format. Learn how to write them in Python and communicate with other languages that support the protocol. Django 安全版本:4.2.5、4.1.11 和 3.2.21已发布 DJANGO SOFTWARE FOUNDATION 探讨/吐糟 Discussions ...

2023-09-06 · 4 min · 1971 words · ZoomQuiet

蠎周刊(PyCoder)592

让每一行都有意义 原文: PyCoder’s Weekly - Issue #592 230830 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 230830 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, Asyncio, Twisted, Tornado, Gevent 走进酒吧…… BITE CODE A good introduction to I/O bound concurrency in Python and the libraries used to achieve it. Has a nice compare and contrast between the approaches and finishes with some good advice: you probably don’t need any of them. (是也乎: 尬聊… ) Python 星号和斜杠特殊参数有什么用? REAL PYTHON In this tutorial, you’ll learn how to use the Python asterisk and slash special parameters in function definitions. With these symbols, you can define whether your functions will accept positional or keyword arguments. (是也乎: ) 深入了解 Flask 指南 TESTDRIVEN.IO • Shared by Patrick Kennedy Become a better web developer by taking a deep dive into Flask’s internals to learn about its core features and functionality. Python 3.11.5, 3.10.13, 3.9.18, and 3.8.18 已发布 CPYTHON DEV BLOG 征文:XtremePython 2023 在线 2023 年 12 月 5 日 XTREMEPYTHON.DEV 探讨/吐糟 Discussions NULL ...

2023-08-30 · 4 min · 1677 words · ZoomQuiet