周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
为什么更喜欢缩进而不是块标记? 原文: 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 ...
创建漂亮的极坐标直方图 原文: 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 ...
让每一行都有意义 原文: 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 ...
在 Excel 中引入 Python 原文: PyCoder’s Weekly - Issue #591 230823 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 230823 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, Python Polars: 闪电般快速的 DataFrame 库 REAL PYTHON Welcome to the world of Polars, a powerful DataFrame library for Python! In this showcase tutorial, you’ll get a hands-on introduction to Polars’ core features and see why this library is catching so much buzz. (是也乎: ) Python 的不朽对象简介 ENGINEERING AT META This article explains immortal objects (PEP 683) which are excluded from garbage collection. This causes performance and shared memory improvements for large architectures. 用 Python 和 Playwright 进行端到端测试 MARKOS GOGOULOS • Shared by Laura Stephens This post shows you how to get started with Playwright, add end-to-end tests to an existing project, and automate running it using GitHub Actions. 在 Excel 中引入 Python STEFAN KINNESTRAND Microsoft has announced that they’re embedding Python into Excel through a partnership with Anaconda. Read on for details. (是也乎: 目测是老爹的推动? 这..不就是 Jupyter 的 Excel 版本? ) 探讨/吐糟 Discussions NULL ...