周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
给 个体企业家/Solopreneur 的建议 原文: PyCoder’s Weekly - Issue #598 231011 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 231011 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, Python的 tuple 数据类型:通过示例进行深入探讨 REAL PYTHON In Python, a tuple is a built-in data type that allows you to create immutable sequences of values. The values or items in a tuple can be of any type. This makes tuples pretty useful in those situations where you need to store heterogeneous data, like that in a database record, for example. (是也乎: ) 学到的关于用 Python 构建 CLI 工具的知识 SIMON WILLISON In this blog post, Simon covers many of the things he has learned over the years when writing command-line tools in Python. He talks about the different kinds of command line arguments and tools that will help you process them. (是也乎: …一致性就是一切 是的, 嘦发现好的形式, 就一定要坚持应用在所有场景中… …Click 使得构建遵循这些约定的 CLI 工具变得异常简单和高效 好框架已经为你准备好了一切. ) ...
3.12: 值得尝试的酷炫新功能 原文: PyCoder’s Weekly - Issue #597 231004 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 231004 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, Python 3.12: 值得尝试的酷炫新功能 REAL PYTHON In this tutorial, you’ll learn about the new features in Python 3.12. You’ll explore how the new release extends the better error messages and faster code execution found in the previous version, and you’ll try out the improvements to f-strings and type variable syntax. (是也乎: ) Python 3.12: 静态类型改进 REAL PYTHON In this tutorial, you’ll see the new static typing features in Python 3.12. You’ll learn about the new syntax for type variables, making generics simpler to define. You’ll also see how @override lets you model inheritance and how you use typed dictionaries to annotate variable keyword arguments. (是也乎: ) Python 3.12: Subinterpreters/子解释器 REAL PYTHON In this tutorial, you’ll see one of the new features of Python 3.12 and a proposed change to Python 3.13, addressing how subinterpreters work in the CPython program. The changes are described in PEP 684 and PEP 554. (是也乎: ) Python 3.12.0 发布 PYTHON.ORG (是也乎: Wow 3.12 时代正式到来 ) 2022 年 Python 开发者调查结果 JETBRAINS.COM 探讨/吐糟 Discussions ...
绕过 GIL 进行并行处理 原文: PyCoder’s Weekly - Issue #596 230927 Zoom.Quiet(大妈) 用时 13 分钟 完成格式转抄. 230927 Zoom.Quiet(大妈) 用时 37 分钟 完成快译, 设计和指导:Python 中的面向对象编程 REAL PYTHON COURSE In this video course, you’ll learn about the SOLID principles, which are five well-established standards for improving your object-oriented design in Python. By applying these principles, you can create object-oriented code that is more maintainable, extensible, scalable, and testable. (是也乎: ) 用 Radon 了解 Python 中的代码度量 MIKE DRISCOLL Radon is a code metrics tool. This article introduces you to it and teaches you how you can improve your code based on its measurements. (是也乎: 氡 ~ 真的是个好名字 ) 当多核不可行时加快代码速度 ITAMAR TURNER-TRAURING Parallelism isn’t the only answer: often you can optimize low-level code to get significant performance improvements. Django 5.0 Alpha 1 发布 DJANGO SOFTWARE FOUNDATION Python 3.12.0 候选版本 3 可用 CPYTHON DEV BLOG 探讨/吐糟 Discussions NULL ...
可视化 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 ...