周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
WSL变成 Python 开发第一选择? 原文: PyCoder’s Weekly - Issue #476 210609 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210609 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. PEP 654: 例外组和 except* JOANNA JABLONSKI Currently, Python’s exception handling mechanisms only allow you to focus on a single exception at a time. PEP 654, which is still in draft, aims to change that by adding to the Python language the concept of an exception group. Learn about this proposed feature in this article covering the discussion about exception groups from the 2021 Python Language Summit 70+ 面向初学者/中级和经验丰富的开发的 Python 项目 INSANE We don’t often include listicles in PyCoder’s Weekly, but this was just too good of a resource to pass up. If you’re looking for some Python projects to tackle, whether your a beginner looking to learn some new skills or an advanced developer researching implementation ideas, this list of over 70 Python projects has you covered. (是也乎: 多数都是依赖外部网关键数据集/服务的案例, 对于中国学习者意义不大… ) 上下文管理器和 Python 的 with 语句 REAL PYTHON Context managers are a must-know Python language feature. In this step-by-step tutorial, you’ll learn what the Python with statement is and how to use it with existing context managers. You’ll also learn how to create your own context managers. (是也乎: with -> async with 可堆叠的特性哪, 非常赞 ) PyCon US 2021 录制完成! PYCON.BLOGSPOT.COM You can now watch all of the PyCon 2021 US videos on YouTube. (是也乎: 深夜连续剧, 已经第16季了… ) CircuitPython 6.3.0 发布ed ADAFRUIT.COM The third alpha release of the next major version 7.0.0 is also available. (是也乎: 比树莓派 还小巧的硬件平台 ) PyCharm 2021.2 EAP 已发动 JETBRAINS.COM Try out new features and provide feedback on the latest, unreleased version of PyCharm. 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第502期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-502 翻译: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 新闻 PyTorch builds the future of AI and machine learning at Facebook Facebook 的人工智能模型每天为使用我们技术的数十亿人执行数万亿的推理操作。满足这种不断增长的工作量需求意味着我们必须不断地发展我们的人工智能框架。这就是为什么我们宣布将我们所有的人工智能系统迁移到 PyTorch。 Chinese AI lab challenges Google, OpenAI with a model of 1.75 trillion parameters 在构建能够推动下一波人工智能革命的底层技术的竞赛中,一家中国实验室刚刚在谁能用最多的训练参数训练一个巨大的深度学习模型方面超过了美国著名的研究实验室 OpenAI –至于是否存在竞赛,至少该实验室的排名成员认为如此。 ...
“硅谷"剧情变真… 原文: PyCoder’s Weekly - Issue #475 210602 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210602 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 从卫星图像检测森林砍伐 ANDRÉ FERREIRA How would you go about detecting deforestation — a contributor to climate change — from satellite images? In this article, you’ll learn how one team built a machine learning (ML) solution to do just that, using FastAI for the modeling and Streamlit to create a dashboard. The article discusses methodology and results, and is a great read about building an ML solution. The project code is a available on GitHub. (是也乎: 非常 Kaggle 式问题 ) 用 conda 管理 Python 虚拟环境指南 WHITEBOX Learn everything you need to know to get up and running with conda for Python in this in-depth guide. You’ll learn how conda compares to pip, how to install conda, how to install Python and other languages using conda, how to manage conda environments, and even how to package conda environments for distribution. (是也乎: 如果网络是通畅的, conda 的模块管理比 PiPy 是好不少, 不过,呵呵… ) 用 plt.scatter() 可视化数据 REAL PYTHON In this tutorial, you’ll learn how to create scatter plots in Python, which are a key part of many data visualization applications. You’ll get an introduction to plt.scatter(), a versatile function in the Matplotlib module for creating scatter plots. (是也乎: 可视化模块早已足够丰富了, 现在主要问题是: 大家都能绘制出相同范式图表, 但是, PPT 专家要的是越来越3D/抓睛 的图表效果, 就看谁的可定制性深度了… 如果能通过142 个参数, 精细调节图表的所有细节是最好的, 当然更加好的是每年根据财报要求的格式, 将默认风格调整到 世界500强 日常会议中就使用的样式… ) EuroPython 2021 会议列表已发布 EUROPYTHON.EU pipx 已是 PyPA 成员项目 TWITTER.COM/PRADYUNSG Python 3.10.0b2 可用 CPYTHON DEV BLOG 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第501期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-501 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): Microsoft adds enterprise support for PyTorch AI on Azure Microsoft makes Facebook’s AI Python library more friendly for enterprises with patches and hotfixes for Windows 10. 文章、教程与话题 在Python中编写一个受Jinja启发的模板库 在这篇文章中,我们将在 Python 中建立一个最小的文本模板库,其灵感来自 Jinja。它将能够显示变量并对数组进行迭代。 Shrinking your Python application’s Docker image: an overview 在这篇文章中,你会发现你可以用来缩小图像的许多技术的概述,大约按逻辑顺序包装组织。重点是 Python,尽管这些技术中有许多是比较通用的。 Visual Studio Code ❤️ Pytorch 学习 Visual Studio Code 中的一些惊人的功能,可以提高你的 PyTorch 水平。 Why the sad face? 解释 Black 风格的一个细节的文章。 在PostgreSQL上通过Django查询集的范围字段提高性能 来自一个使用 PostgreSQL 的 Django 应用程序的数据库优化的简短故事 Retool - Build Internal Tools, 10x faster. By developers for developers. Retool gives you a powerful set of building blocks: tables, lists, charts and more. Integrate with any datasource, REST API, gRPC, or Firebase and customize your app with JS. Save hundreds of hours. SPONSOR Per-visitor Data With Sessions Django 是如何知道用户是否登录的?框架可以在哪里为你的应用程序上的访问者存储数据?在这篇文章中,我们将回答这些问题,并看看 Django 中一个叫做 session 的存储概念。 pyFLAC: Real-time lossless audio compression in Python pyFLAC 软件包使 Sonos 在内部研究项目中更有效地传输高质量的音频数据,将数据率降低了约40%。实时应用于原始音频流的能力意味着它可以支持大型数据集,而不需要从磁盘进行额外的后期处理。 Making a Modern Python Package with Poetry 制作一个完整的命令行应用程序,没有任何 setup.py 的麻烦 What is WSGI and Why Do You Need Gunicorn and Nginx in Django 在这篇文章中,我们将讨论 WSGI、Gunicorn 和 Nginx。我们将讨论为什么你需要这些东西,以及它们如何与 Django 一起工作。 Making microrepos feel like monorepos with all-repos Line Search Optimization With Python Brython简介 ...