周刊
各种来源的…
background
世界高速变化
goal
定期 review 一周以来主要变化
trac
汇集各种渠道的周刊, 以及自己每周内省小结吧…
refer.
…TBD
各种来源的…
世界高速变化
定期 review 一周以来主要变化
汇集各种渠道的周刊, 以及自己每周内省小结吧…
…TBD
150 行代码的全文搜索引擎 原文: PyCoder’s Weekly - Issue #466 210331 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210331 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python中的多模工作流程 ALEX HAYES Learn how to organize models into dataframes for exploratory data analysis, and why you might want to consider doing this. 150 行 Python 代码构建全文搜索引擎 BART DE GOEDE Go from data preparation to search engine in just a few lines of Python. (是也乎: ) Python 的 Ordereddict 与 Dict: 任务的正确工具 REAL PYTHON In this step-by-step tutorial, you’ll learn what Python’s OrderedDict is and how to use it in your code. You’ll also learn about the main differences between regular dictionaries and ordered dictionaries. (是也乎: ) 发布 OpenTelemetry Python 1.0 MATTHEW MCCLEARY • Shared by Alex Mitelman OpenTelemetry Python distributed tracing API/SDK released its 1.0 version. PyCharm 2021.1 EAP 5 已出局 JETBRAINS.COM 发布 Mu Version 1.1.0-Beta.3 MADEWITH.MU 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第492期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-492 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): PyCharm Pro is a smart Python IDE that simplifies complicated programming experiences with out-of-the-box support for Python web frameworks, frontend libraries, and databases. Use the discount code PYTHONWEEKLYMAR by the end of April and try PyCharm Pro for three months free! ...
SQLAlchemy 1.4.0 发布 原文: PyCoder’s Weekly - Issue #465 210324 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 210324 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. Python 测试风格指南 STARGIRL FLOWERS Need a quick yet thorough guide to testing? This excellent resource is for you. (是也乎: 嗯哼? 发生什么了? 突然对 Python 工程测试叕热烈起来? ) Python 性能管理的5点框架 STEVEN F. LOTT • Shared by Alex Mitelman “Performance testing — like sailboat racing — depends on the conditions along the racecourse.” 如何用Python编写单元测试/第1部分: Fizz Buzz MIGUEL GRINBERG Get an introduction to unit testing in Python from the author of the Flask Megatutorial. (是也乎: 作一件好事并不难, 难在每天都作好事儿. 单元测试也一样. ) 用 Python 和 Pygame 构建小行星游戏 REAL PYTHON 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. (是也乎: 没有物理响应的游戏, 其实不难 ) SQLAlchemy 1.4.0 发布 SQLALCHEMY.ORG Patch versions 1.4.1 and 1.4.2 are also now available. (是也乎: 世界上只余两种 Pythonic ORM, Django的以及, 非Django的. ) Python 软件包索引现在是 GitHub 秘密扫描集成商 GITHUB.BLOG (是也乎: 为什么是 M$? ) Python 基础书籍/ 平装本已可用 REAL PYTHON sponsor “Python Basics: A Practical Introduction to Python 3” is now available as a paperback book. Go from beginner to intermediate Python knowledge with a clear, concise, and practical curriculum. Print copies available at a discounted launch price until the end of the week → 探讨/吐糟 Discussions ...
欢迎阅读《pythonista周刊》第491期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-491 翻译: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 文章、教程与话题 Working With Excel in Python 在本教程中,我们将探索如何在 Python 中使用 openpyxl 库和其他工具来处理 Excel 电子表格。特别是,我们将学习如何。处理作为输入的 Excel 文件,使用各种方法访问其中的数据,评估公式和将 Excel 文件作为输出写入。 Making lunch faster with Python concurrency A lunchtime story to demonstrate threading, asyncio, multiprocessing & cloud functions. Visualize multi-threaded Python programs with an open source tool VizTracer 追踪并发的 Python 程序,以帮助记录、调试和剖析。 Streaming video with FastAPI 我们将简要讨论互联网上流媒体视频的各种选项,并看到一个使用 FastAPI 的简单流媒体视频示例,它将使用 HTML5 视频标签在浏览器中显示视频。 实例驱动的Spark与Python的高级概述 这篇文章为你提供了一个高层次的、实例驱动的、使用 Python 编程语言绑定 Spark (俗称 PySpark)编写数据处理程序的概述。它特别介绍了 Spark SQL DataFrame API,这是使用 PySpark 编写数据分析代码最有用的方法。 Interfaces and Protocols Comparing zope.interface and typing.Protocol. 用较小的数据类型减少pandas的内存使用量 通过有效的使用数据类型来优化 pandas 的内存使用。 用Pyth-on-whales从Python调用Docker CLI 这篇文章重点介绍了一个新项目。Python-whales。这个项目的目标是在 Docker CLI 和 Python 库之间建立一个1对1的映射。 Github Actions CI/CD - 所有你需要的基础知识 Profiling Python code with py-spy ...