周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
CPython 3.10.1 发布 原文: PyCoder’s Weekly - Issue #502 211208 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 211208 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Advent of Code: 用 Python 解决你的难题 REAL PYTHON Advent of Code is an online advent calendar that shares new programming puzzles each day from December 1st to the 25th. In this tutorial, you’ll learn why solving programming puzzles can be beneficial and how you can get started with Advent of Code using Python. (是也乎: ) 各种语言的错误信息风格指南 CARL FRIEDRICH BOLZ-TEREICK “PyPy has been trying to produce good SyntaxErrors and other errors for a long time. CPython has also made an enormous push to improve its SyntaxErrors in the last few releases. These improvements are great, but the process feels somewhat arbitrary sometimes. To see what other languages are doing, I asked people on Twitter whether they know of error message style guides for other programming languages.” (是也乎: PyPy 比 CPython 更加关注这事儿 ) Python 中的二进制/字节和位运算符 REAL PYTHON COURSE In this course, you’ll learn how to use Python’s bitwise operators to manipulate individual bits of data at the most granular level. With the help of hands-on examples, you’ll see how you can apply bitmasks and overload bitwise operators to control binary data in your code. (是也乎: ) Django 4.0 发行说明 DJANGO SOFTWARE FOUNDATION New built-in RedisCache backend, forms are now rendered using the template engine to enhance customization, Python standard library’s zoneinfo is now the default timezone implementation. (是也乎: zoneinfo ? 不是 UTC ? ) A Message From the PSF’s Outgoing Executive Director PYTHON SOFTWARE FOUNDATION CPython 3.10.1 发布 CPYTHON DEV BLOG (是也乎: 从 2.X 到 3.X 用了10年, 看起来, 从 3.X 到 4.X 用不了5年… ) 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第528期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-528 翻译:Dustyposa 文章、教程与话题 Experimental APIs in Python 3.10 and the future of trust stores Let’s see the new APIs in action and how their addition could mean a bright future for trust stores in Python. Run a website off a Google Sheets Database, with Hugo 如何利用 Jupyter + Pandas、Hugo 静态网站生成器和 Netlify 主机从托管在 Google Sheets 的数据库中建立一个静态网站。 用Twilio语音和Python Flask创建一个冷战时期的数字站 在本教程中,你将学习如何建立一个 Python Flask 应用程序,将你选择的信息加密成一串数字。然后,你将通过 Python 辅助库使用 Twilio 语音 API 来接受一个来电,并以你能做到的最动听的声音向来电者读出编码信息。 用Python探索谷歌分析的实时数据 充分利用谷歌分析的所有功能和数据,使用其 REST API 和 Python。 Deliver Cleaner, More Secure Code with GitHub Codespaces Developing with GitHub Codespaces? SonarLint allows you to catch quality & security issues early in your Python code. Create your Codespace & install SonarLint for free from the VS Code marketplace. SPONSOR Introduction to GeoPandas: Analysing 311 call data GeoPandas 使得在 Pandas 中处理地理空间数据变得更加容易。它可以帮助你在 Pandas 中进行地理空间操作,并以一种漂亮的方式将你的地图可视化。这篇文章通过可视化旧金山的 311 服务电话,展示了 GeoPandas 的入门是多么容易。 python的map和filter的问题 … and how we might fix it. 用熊猫进行金融市场数据分析 使用Flask、request-oauthlib和pyjwt的SSO Python Jobs of the Week WANTED: Senior Python Developer 倦怠了吗?想和一个优秀的全球团队一起工作?Six Feet Up 需要有5年以上 Python 和 Unix/Linux 部署经验的工程师。具备 Terraform 和 Docker 知识者优先。 ...
咱..应该停止庆祝无能 原文: PyCoder’s Weekly - Issue #501 211201 Zoom.Quiet(大妈) 用时 13 分钟 完成快译 211201 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python/后绑定(Late-Bound)默认参数值 JAKE EDGE Python supports default values for arguments to functions, but those defaults are evaluated at function-definition time. A proposal to add defaults that are evaluated when the function is called has been discussed at some length on the python-ideas mailing list. Python 用 Dash 数据可视化 REAL PYTHON COURSE In this course, you’ll learn how to build a dashboard using Python and Dash. Dash is a framework for building data visualization interfaces. It helps data scientists build fully interactive web applications quickly. (是也乎: ) Rats in Doom: 啮齿类动物的新型 VR 设置 VIKTOR TÓTH A novel VR setup developed for rodents that lets rats play Doom. Uses Python for the controller interface. (是也乎: 真耗在游戏中… ) CPython Dev in Residence: 周报, November 22–28 ŁUKASZ LANGA A short review of try/except, exception handling in asyncio today, and the future of asyncio error handling. 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第527期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-527 翻译: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 文章、教程与话题 Data Analysis with Python for Excel Users 学习如何使用 Python 和 Pandas 进行数据分析。如果您有使用 Excel 的经验,这个课程将特别有帮助,但这不是必须的。学习如何 使用 Python、Pandas 和 Jupyter Notebook 创建透视表,处理数据,并进行可视化。 Minimax algorithm and alpha-beta pruning 这篇文章将从初学者的角度教你了解最小化算法和 α-β 修剪。 在Python中使用JavaScript风格的异步承诺 当你比较 Python 和 JavaScript 的异步代码时,你可能认为它们非常相似,因为它们都使用了异步/等待模式。实际上,两者之间有很大的区别,在我看来,这使得 JavaScript 的异步模式优于 Python 的。你想知道区别是什么,以及如何使 Async Python 像 Async JavaScript 一样工作吗?请观看或继续阅读以了解详情 ThreadPoolExecutor vs. ProcessPoolExecutor in Python 你可以将 ThreadPoolExecutor 用于绑定 IO 的任务,将 ProcessPoolExecutor 用于绑定 CPU 的任务。在本教程中,你将发现 ThreadPoolExecutor 和 ProcessPoolExecutor 之间的区别,以及何时在你的 Python 项目中使用它们。 Functional Programming in Python 在这个演讲和现场演示中,我们将探讨函数式编程的好处,以及 Python 如何使其变得简单。 恶意软件模仿签名的PyPI流量的新型渗出技术 在这篇文章中,我们将分享我们最近发现并向 PyPI 维护者披露的11个新的恶意软件包的细节(他们及时删除了这些包)。基于我们的最新发现,在这篇文章中,我们强调了 Python 恶意软件开发者为了避免被发现并留在存储库中以感染尽可能多的机器而使用的一些更先进的技术。 在Python中使用协议的静态鸭子类型化 Python 中的协议提供了一种很好的方式来使用鸭子类型,同时仍有一些静态类型保证。你可以为你的函数定义契约,而不用太在意输入的实际类型。 The fastest way to share your notebooks - announcing NotebookSharing.space 由于我们的目标是以最快的方式上传您的笔记本并与他人分享,因此不需要注册或用户账户。只要上传你的笔记本,获得链接,并以你想要的方式分享它。 Calling Rust from Python using PyO3 这篇文章给你一个关于 PyO3 的简短介绍,然后讨论几个用 Rust 编写并从 Python 中调用的例子函数。 DevOps in academic research 我学到的一些东西支持传染病流行病学家。 Best practices for containerizing Python applications with Docker 这篇文章描述了用 Docker 容器化 Python 应用程序时的6个最佳实践。 Web Development with Python and Vue.js Components 这篇文章描述了我们如何利用 Vue.js 来加强我们的网络应用。 Replicating Minecraft World Generation in Python Using Voronoi diagrams and a lot of Perlin/Simplex noise. Python中可观察性的7个关键部分 了解为什么可观察性对 Python 很重要,以及如何在你的软件开发生命周期中实现它。 Python中的CT扫描和断层扫描重建 本视频介绍了计算机断层扫描领域的基本分析重建技术。它手动展示了背投和过滤背投的工作原理,然后给出了 skimage 库中的相 应函数。 ...