周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
TIOBE曰: Python 成为 #1 原文: PyCoder’s Weekly - Issue #494 211013 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 211013 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. TIOBE曰: 超越 C 和 Java, Python 成为 #1 最受欢迎的编程语言 SLASHDOT.ORG ZDNet reports that Python “is now the most popular language, according to one popularity ranking.” “For the first time in more than 20 years we have a new leader of the pack…” the TIOBE Index announced this month. “The long-standing hegemony of Java and C is over.” (是也乎: 很久没见 SLASHDOT/. 的消息了… ) Python C API: 添加函数以访问 pyObject VICTOR STINNER “The PyObject structure prevents indirectly to optimize CPython. We will see why and how I prepared the C API to make this structure opaque. It took me 1 year and a half to add functions and to introduce incompatible C API changes (fear!)” Improve Inefficient App Code With Datadog Application Performance Monitoring DATADOG sponsor Datadog’s Continuous Profiler allows you to measure code performance changes over time. Quickly identify and optimize the most time- and resource-consuming parts in your application code in order to improve MTTR and enhance user experience. Give it a try with a free trial → 用 Pygame 在 Python 中构建小行星游戏 REAL PYTHON course In this course, you’ll build a clone of the Asteroids game in Python using Pygame. Step by step, you’ll add images, input handling, game logic, sounds, and text to your program. (是也乎: ) 探索 Python 3.10 的新功能 REAL PYTHON podcast Python 3.10 is here! This week on the show, two former guests and Real Python authors return to talk about the new features and changes in Python 3.10. (是也乎: Py3.10 有组织的带节奏… ) Python 3.10 有什么伟大? TREY HUNNER • Shared by Trey Hunner Guido van Rossum on 提高Python的表现 SOFTWARE AT SCALE podcast (是也乎: 晚年就得修正年轻时挖的坑 ) 探讨/吐糟 Discussions NIL ...
欢迎阅读《pythonista周刊》第520期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-520 翻译:Dustyposa 来自赞助商(PS:原文的赞助商) Get Your Weekly Dose of Programming A weekly newsletter featuring the best hand curated news, articles, tutorials, talks, tools and libraries etc for programmers. Join For Free 新闻 Python勒索病毒脚本针对ESXi服务器进行加密 配置错误迅速升级为虚拟机管理程序内部的软件攻击。 FlaskCon 2021 Call for Proposals is Open Submit your talk proposal by October 24, 2021. ...
Python 3.10 中值得尝试的新特性… 原文: PyCoder’s Weekly - Issue #493 211006 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 211006 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 3.10: 炫酷特性值得尝试 REAL PYTHON Explore some of the coolest and most useful features in Python 3.10. You’ll appreciate more user-friendly error messages, learn about how you can handle complicated data structures with structural pattern matching, and explore new enhancements to Python’s type system. (是也乎: 改进了 error message, 加强了模式匹配, 拓展了 pattern, 比如: def greet(name): match name: case “Guido”: print(“Hi, Guido!”) case : print(“Howdy, stranger!”) 嗯哼, Elixir 们的语法; def fizzbuzz(number): mod_3 = number % 3 mod_5 = number % 5 match (mod_3, mod_5): case (0, 0): return “fizzbuzz” case (0, ): return “fizz” case (, 0): return “buzz” case: return str(number) ) Python 3.10: 官方下载链接以及变更说明 PYTHON.ORG Data Elixir: 数据科学新闻组 DATA ELIXIR sponsor Data Elixir is an email newsletter that keeps you on top of the tools and trends in Data Science. Covers machine learning, data visualization, analytics, and strategy. Curated weekly with top picks from around the web → (是也乎: 串行了… 继 go+ 立志取代 R/Python 作为数据科学主力语言后, Elixir 也开始进入这一领域… ) Python 3.10 发布 Party Stream YOUTUBE.COM video A recording of the Python 3.10 Release Stream with Pablo Galindo, CPython Core Developer and Python 3.10 Release Manager, and Leon Sandøy. Python 3.10 释放值得现在使用嘛? ITAMAR TURNER-TRAURING opinion Python 3.11 将有 “零成本” Exception Handling PYTHON.ORG With “Zero-cost” exceptions the cost of try statements is almost eliminated when no exception is raised. Coverage 6.0 已发布 NED BATCHELDER Django 3.2.8 已发布 DJANGO SOFTWARE FOUNDATION 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第519期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-519 翻译:Dustyposa 来自赞助商(PS:原文的赞助商) Your Python Code: Powerful and Secure SonarQube offers Python static analysis that’s powerful, fast, and accurate - out of the box! Find and review Security Hotspots and automatically detect Vulnerabilities in your code. Get started analyzing your Python projects today! Start for free. 文章、教程与话题 用 Python & FastAPI 搭建一个区块链应用 了解如何使用 Python 构建区块链,然后使用 FastAPI 构建的 API 访问它。 Python 幕后 #13: GIL及其对Python多线程的影响 这篇文章谈论的是 GIL 的非显而易见的影响。在此过程中,我们将讨论 GIL 到底是什么,它为什么存在,它如何工作,以及它将如何影响 Python 未来的并发性。 用 spaCy & Python 做自然语言处理 在这个 spaCy 教程中,你将学习所有关于自然语言处理的知识,以及如何使用 Python spaCy 库将其应用于现实世界的问题。 New Testing Features in Django 4.0 Django 4.0 上周发布了第一个 alpha 版本,最终版本应该会在12月发布。它包含了大量的新功能,你可以在发布说明中查看。在这篇文章中,我们将更深入地研究测试方面的变化。 三种用Python测试你的API的方法 单元测试可能令人退缩,但这些 Python 模块将使你的生活更加轻松。 Fetch the Flag CTF at SnykCon | Oct 5 | Register for free Ready to take your security skills to the next level? Compete in 20 hands-on hacking challenges & win prizes at Fetch the Flag CTF at SnykCon on Oct 5. Register for free.SPONSOR 条件表达式 在这篇文章中,学习如何使用 Python 的条件表达式。 Pixel Shuffle Super Resolution with TensorFlow, Keras, and Deep Learning 了解 Pixel Shuffle Super Resolution 以及如何在自己的项目和代码中使用 Pixel Shuffle Super Resolution。 Python: 深浅拷贝对象 在这篇文章中,你将学习 Python 中深度拷贝和浅度拷贝对象的区别,以及如何用拷贝库来完成这两件事。 解读数据结构显示 Python: 在Kubernetes上用DevSpace进行Flask开发 关于PyPI,教程没有告诉你的4件事 类型检查你的 Django Application ...