周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
是什么令 Py3.11 加速这么猛? ~ 用真心 原文: PyCoder’s Weekly - Issue #550 221109 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 221109 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 3.11 究竟从哪儿获得了加速? BESHR KAYALI This deep dive into Python 3.11’s speed-up walks you through nine different optimizations that contribute to the 25% performance improvement in CPython. Python 基础: 作用域 REAL PYTHON COURSE In this video course, you’ll learn what scope is and why it’s important to coding functions and loops in Python. You’ll also get to know the LEGB rule. (是也乎: 好象有个什么口决来判定的…–> LEGB rule ) Python 中的 Google API 入门 MARTIN HEINZ • Shared by Martin Heinz A crash course in using Python and Google APIs to automate all the things you do with Gmail, Google Drive, Calendar, or any other Google API (是也乎: 什么是 Google ? ) PyCascades 2023 征集提案 PRETALX.COM Django Bugfix 发布: 4.1.3 DJANGO SOFTWARE FOUNDATION PyTorch 1.13 发布 PYTORCH.ORG PyChain 2022 演讲者公布 PYCHAIN.ORG 探讨/吐糟 Discussions ...
PyCon US 2023 开始召唤议题 原文: PyCoder’s Weekly - Issue #549 221102 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 221102 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 如何从 Python 列表或可迭代对象中获取第一个匹配项 REAL PYTHON In this tutorial you’ll learn about the best ways to get the first match from a Python list or iterable. You’ll look into two different strategies, for loops and generators, and compare their performance. Then you’ll end up by creating a reusable function for all your first matching needs. (是也乎: ) 用 Pillow 生成模因/MEME和信息图表 PIOTR MALIŃSKI Pillow is great for doing image resizing, adding borders or composing. This makes it a natural fit for creating tools for memes and infographics. This step-by-step article shows you what Pillow code you need to write to turn any image into a meme. (是也乎: 给定一张图,快速自动追加各种网络梗 ) 什么时候应该升级到 Python 3.11? ITAMAR TURNER-TRAURING Python 3.11 has been released, when should you switch to using it? This posting covers the complications you can run into when moving to the latest release of any Python and how to know when it is best for you to upgrade. (是也乎: 很明显 Py 3.12.1 发布时 ) Python 3.12.0 Alpha 1 发布 PYTHON.ORG PyCon US 2023 提案征集开始 PYCON.ORG (是也乎: PyCon22中国 刚刚开始主题召唤… ) 探讨/吐糟 Discussions ...
Python 3.11 超COOL特性 原文: PyCoder’s Weekly - Issue #548 221026 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 221026 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 3.11: 值得尝试酷炫新功能 REAL PYTHON Python 3.11 is out! In this article, you’ll explore what Python 3.11 brings to the table. You’ll learn how Python 3.11 is the fastest and most user-friendly version of CPython yet, and learn about improvements to the typing system and to the asynchronous features of Python. (是也乎: ) 在 Django 中导入数据实现“Dry Run Mode” ADAM JOHNSON In data import processes it’s often useful to have a “dry run” mode that runs through the process but doesn’t actually save the data. This can allow you to check for validity and gather statistics, such as how many records already exist in the database. This post looks at how to implement a dry run mode in Django using database transactions. (是也乎: 作者是位多产程序猿, 专门为网站选择了颜色Colophon 非常 OREILLY ;-) ) 3.11 发布关乎培育社区和管理 REAL PYTHON PODCAST Does your company have a plan for growing an internal Python community? What are the attributes to look for when bringing someone into your department? This week on the show, Pablo Galindo Salgado returns to talk about building community through the Python Guild at Bloomberg and managing the release of Python 3.11. (是也乎: ) 防御性编码指南: Python FEDORAPROJECT.ORG This guide is part of a multi-language document describing how to write security conscious code. Check out the recommendations for Python from the Fedora Project. (是也乎: 嗯哼? Pythonic 流派不是应该不折腾这种风格的? ) PyCascades 2023 提案征集 PYCASCADES CONFERENCE 探讨/吐糟 Discussions ...
Pythoneer 2022调查问卷来了, 值得冲哪… 原文: PyCoder’s Weekly - Issue #547 221019 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 221019 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. ChatterBot: 用 Python 构建聊天机器人 REAL PYTHON Chatbots can help to provide real-time customer support and are a valuable asset in many industries. When you understand the basics of the ChatterBot library, you can build and train a self-learning chatbot with just a few lines of Python code. (是也乎: ) 为数据和机器学习流水线编写健壮的测试 EUGENE YAN This deep article talks about why some kinds of tests break more frequently than others and how to set the appropriate granularity of your test suites. Migrating Postgres From Heroku to Crunchy Bridge Developers of a growing business were looking to migrate Postgres. They wanted a new vendor at least as good at Heroku, with new features and developer tools. They tested Amazon RDS and several others. Find out why they chose Crunchy Bridge for their cloud Postgres. Read the case study → CRUNCHY DATASPONSOR 在 Python 中使用 LaTeX JOHN LOCKWOOD Python has great support for LaTeX: in Jupyter, in symbolic math tools, and in third party libraries. Learn about how easy it is to get started. 2022 年 Python 开发者调查 PYTHON SOFTWARE FOUNDATION Python 3.10.8 错误修复版发布 PYTHON.ORG 探讨/吐糟 Discussions ...