周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
IEEE#1 开发语言 -> Python 原文: PyCoder’s Weekly - Issue #488 210901 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210901 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python在IEEE“顶级编程语言”中排名第一 IEEE.ORG “Python dominates as the de facto platform for new technologies” and “Learn Python. That’s the biggest takeaway we can give you from its continued dominance of IEEE Spectrum’s annual interactive rankings of the top programming languages. You don’t have to become a dyed-in-the-wool Pythonista, but learning the language well enough to use one of the vast number of libraries written for it is probably worth your time.” skybison: Instagram 的实验性能面向 Feenfield Python 实现 GITHUB.COM/FACEBOOKEXPERIMENTAL “Skybison is experimental performance-oriented greenfield implementation of Python 3.8. It contains a number of performance optimizations, including: small objects; a moving GC; hidden classes; bytecode inline caching; type-specialized bytecode; an experimental template JIT.” 如何在定义 Python 函数时使用可选参数 REAL PYTHON In this tutorial, you’ll learn about optional arguments in Python and how to define functions with default values. You’ll also learn how to create functions that accept any number of arguments using args and kwargs. (是也乎: ) Python Project-Local 虚拟环境管理 HYNEK SCHLAWACK On UNIX-like operating systems you can have the Python equivalent of node_modules today, for every Python version, without changing your workflows. 谦虚的软件BUNDLE: Python Superpowers 2021 HUMBLEBUNDLE.COM Pick up the awesome programming potential of Python with software like Mastering PyCharm (2021 Edition) & Object-Oriented Programming (OOP) in Python. Pay what you want & support charity! 加入Pycon US 2022团队! PYCON US The PyCon US organizers are looking for motivated volunteers who want to contribute their time and knowledge to make this year’s conference a great success. Python 3.9.7 和 3.8.12 现已推出 CPYTHON DEV BLOG More info in the full changelog. 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第514期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-514 翻译: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的背后故事#12:Async/await在Python中的工作原理 并发性本身就很难,没有哪个编程模型可以让它变得简单。不过,有些模型可以使它变得容易管理,这篇文章应该可以帮助你掌握这样一个模型– Python 的 async/await。 庆祝Jupyter项目成立20周年 Fernando Pérez 反思它是如何开始的,开放科学的影响和编码多样性的价值。 Tech Courses Search Engine 学习如何使用 Elasticsearch、Python、React+Redux、Docker 和 Kubernetes 创建一个实时技术课程搜索器。 Django Formsets Tutorial - Build dynamic forms with Htmx 学习如何用 Django 和 Htmx 构建动态表单。 用Python掌握网络抓取技术。扩展到分布式抓取 用每个域的自定义解析器建立你自己的分布式爬虫。发现新的页面并准确地存储你所需要的内容–所有这些都在300行以内。 SonarLint Free and Open Source IDE Extension for Python Devs Working in VS Code, PyCharm, Visual Studio, or Eclipse? SonarLint helps you find & fix Code Quality and Code Security issues in your Python codebase! Discover More SPONSOR 用Python中的argparse解析命令行参数 使用 argparse 模块,在你的 Python 应用程序中启用选项。 Quantile Regression 一个简单的方法来估计机器学习的不确定性。 用Ray编写你的第一个分布式Python应用程序 本教程的目的是探讨。为什么要用 Ray 进行并行化和分布式计算,如何开始使用 Ray 以及分布式计算的权衡(计算成本、内存、I/O等)。 构建dag-workflows:一个Python工作流执行工具 在这篇文章中,我们将走过导致建立我们自己的工作流协调工具的决策过程。我们将讨论我们的需求和目标、当前的产品状况,以及我们决定建立和开源的 Python 包。 Locality Sensitive Hashing (LSH): The Practical and Illustrated Guide The magic, theory, and practice of Locality Sensitive Hashing. 为什么我使用attrs而不是pydantic SQL query builder in 150 lines of Python 用Python和PyRayT设计相机:第一部分 ...
pdf 发票创建好模块 ~> borb 原文: PyCoder’s Weekly - Issue #487 210825 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210825 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python’s deque : 实现有效的队列和堆栈 REAL PYTHON In this step-by-step tutorial, you’ll learn about Python’s deque and how to use it to perform efficient pop and append operations on both ends of your sequences. Deques are commonly used to build queues and stacks. (是也乎: 堆和桟可以在一起. ) 你不知道存在的 25 个 Pandas 函式 BEX T. Did you know that you can style the pandas DataFrame output in a notebook? This listicle covers twenty-five pandas functions that you may not have heard of, including .explode(), .squeeze(), and the pandas DataFrame styler. There’s something in this article for everyone, so read it to find out how you can take your pandas skills to the next level. (是也乎: 和 Python 内建模块中无数遗珠一样, Pandas 集成数据科学界那么多年心头好, 不是一般教材都知道这些专用函式的… ) 图数据科学和 Python 以及 NetworkX FEDERICO ALBANESE • Shared by Kevin Bloch Graph theory network analysis can yield deep data insights that are difficult to tease out via alternative methods. Get a taste of what graph analysis can do in this quick, hands-on tutorial that uses NetworkX to create and analyze a graph. (是也乎: 关键优先结合 Jupyter 从而获得科研人员青睐 ) Shamika Mohanan 已加盟 PSF 作为:Packaging Project Manager PYTHON SOFTWARE FOUNDATION 探讨/吐糟 Discussions NIL ...
欢迎阅读《pythonista周刊》第513期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-513 翻译:Dustyposa 文章、教程与话题 Python 测试驱动开发 测试驱动开发( TDD ),也被称为红-绿-重构,是一种常见的软件开发技术,在编写实际代码之前,你要先写测试。本视频以 Python 为例,展示了如何使用 unittest 包进行 TDD,还分享了一些与软件测试有关的实用技巧。 Flask & React - 从零到全栈 (用样例) 学习如何使用 Flask 和 React 来编写可以轻松扩展的全栈产品。包括开源样本。 Reining in the thundering herd. 用 Django 达到 80% 的 CPU 利用率。 用API、Python和Tableau获取并分析美国的通货膨胀数据 使用 Python 和美国劳工统计局数据 API 检索消费者价格指数数据。将数据加载到 Tableau 中,与第一系列美国储蓄债券初始综合利率进行比较。 Python Django and Google APIs 在这个完整的课程中,学习如何建立一个使用多个谷歌 API 的 Python Django 应用程序。 SonarLint Free and Open Source IDE Extension for Python Devs Working in VS Code, PyCharm, Visual Studio, or Eclipse? SonarLint helps you find & fix Code Quality and Code Security issues in your Python codebase! Discover More SPONSOR 用Python UI 实现Asana的自动化 Asana 的 API 是一个强大的工具,在这篇文章中,你将通过扮演一个经理的角色来学习如何使用它,这个经理想要一种简单的方法来更新他们团队的截止日期,如果他们缺席的话。我们将构建一个应用程序来记录团队成员的缺席,并通过一个按钮自动更新他们所有的任务截止日期。 字符串translate和maketrans方法 在这篇文章中,学习 Python 字符串方法 translate 和 maketrans。 Reddit Interview Problems: The Game of Life 可重复的Python字节码 Introducing the Python Launcher for Unix Feasibility, Use Cases, and Limitations of Pyodide Pythonic monotonic ...