Issue 450

ORM 到底值得嘛? 原文: PyCoder’s Weekly - Issue #450 201209 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 201209 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 为什么要使用 ORM (对象关系映射器)? KARIM MARZOUQ • Shared by Karim Marzouq Budding web developers learning Model-View-Controller frameworks are taught that they should use an Object Relational Mapper (ORM) to interface with their databases. But the “why” is often brushed aside or omitted entirely, leaving a fledgling programmer with burning questions like ”What are ORMs, anyway?” and “What problems do they solve?” (是也乎: 直觉上, 为了节省 SQL 培训时间, 以及将 SQL 安全隐藏到 ORM 模块中. ) 降低 Python 中的数值精度会影响现实世界的数据集吗? MARTIN JONES • Shared by Martin Jones Reducing numerical precision is a way to save memory in pandas, but does it make a difference to the conclusions that we might draw from real-world datasets? (是也乎: 这才是真正的千年虫本身 ) 用PyQt处理SQL数据库:基础 REAL PYTHON In this step-by-step tutorial, you’ll learn how to use PyQt’s built-in SQL support to create GUI applications that effectively manage SQL databases. (是也乎: 连接以及读写DB 简单, 问题是 GUI 自动生成表格.. ) 用 TensorFlow 2 对象检测 API 令已打印链接可点击 OLEKSII TREKHLEB Learn how to turn your phone’s camera into a link detector on printed media using Tensor Flow 2’s Object Detection API. 探讨/吐糟 Discussions ...

2020-12-09 · 4 min · 2003 words · ZoomQuiet

pythonista-weekly : Pyw 477

欢迎阅读《pythonista周刊》第477期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-477 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): Seamlessly correlate logs and traces at the level of individual requests, allowing you to quickly troubleshoot your Python application. Datadog’s Continuous Profiler allows you to find the most resource-consuming parts in your production code all the time, at any scale. Try it today with a free trial. ...

2020-12-03 · 4 min · 1648 words · ZoomQuiet

Issue 449

Python 类型检查 原文: PyCoder’s Weekly - Issue #449 201202 Zoom.Quiet(大妈) 用时 42 分钟 完成快译 201202 Zoom.Quiet(大妈) 用时 37 分钟 完成格式转抄. 嫑用 Python 进行’拆解’ BRETT CANNON In the next blog post in his series about Python’s syntactic sugar, Brett Cannon tackles what would seem to be a very simple bit of syntax, but which actually requires diving into multiple layers to fully implement: not. Python 如何管理内存? REAL PYTHON course Get ready for a deep dive into the internals of Python to understand how it handles memory management. By the end of this course, you’ll know more about low-level computing, understand how Python abstracts lower-level operations, and find out about Python’s internal memory management algorithms. (是也乎: ) PyQt 布局: 创建专业范儿 GUI 应用程序 REAL PYTHON In this step-by-step tutorial, you’ll learn how to use PyQt layouts to arrange and manage the graphical components on your GUI applications. With the help of PyQt’s layout managers, you’ll be able to create polished and professional GUIs with minimal effort. (是也乎: ) Python 类型检查 JAN GIACOMELLI What is type checking? Why do we need it? What’s the difference between static and runtime type checking? (是也乎: 终于 C++ 化不可避免了? ) Django Bugfix 发布: 3.1.4 DJANGO SOFTWARE FOUNDATION The π release! (是也乎: π版本, 也许应该学习隔壁图书版本? 就用 π 的无限数字, 每次增长一位? ) pip 20.3 推出了新的依赖项解析器 PYTHON SOFTWARE FOUNDATION • Shared by Sumana Harihareswara (是也乎: 努力, 总是能追上 Chrome 版本数的 ) 探讨/吐糟 Discussions ...

2020-12-02 · 4 min · 1866 words · ZoomQuiet

pythonista-weekly : Pyw 476

欢迎阅读《pythonista周刊》第476期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-476 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): Learn Python & Ethical Hacking From Scratch Start from 0 & learn both topics simultaneously from scratch by writing 20+ hacking programs 文章、教程与话题 REST API速成班–简介+完整Python API教程 如果你是 REST API 的新手,或者很难理解概念和如何制作一个 REST API,那么这就是你需要的视频。我们在这个视频中使用了 Python、flask、SQLAlchemy和SQLite。 Introspection in Python Python 如此可用的一个原因是,你可以精确地找出任何东西的工作原理。我们将看到如何找出如何使用任何模块,即使它没有被记录下来。然后我们将使用 ast 和 dis 来详细研究 Python 究竟是如何执行一个很小的程序的。 Django and React Tutorial 从零开始学习如何使用 Django 和 React 编写 SaaS 应用。 Exempla Gratis (E.G.): Code Examples for Free 高质量的 API 使用实例的策划和维护在计算上是非常昂贵的,而且从公司范围内的代码搜索中检索到的 API 使用实例在审查时也是非常乏味的。我们介绍了一个工具 EG,它可以挖掘代码库,并显示 API 方法的常见的、习惯性的用法示例。 EG 被集成到 Facebook 内部的 Hack 语言代码搜索工具中,并在用 Python 编写的开源 GitHub 项目上进行了评 估。 Selenium 4 和 Python。你需要知道的一切 Selenium 4 与前作相比,采用了不同的架构,因此引起了很多人的好奇。在这篇文章中,我们将看到如何在 Selenium 4 中使用 Python 工作。 如何使用Lambda、SQS和DynamoDB构建一个类似Zapier的工具? Zapier 是一个无代码的工作流自动化工具,可以用来整合应用程序,并使它们一起工作。在这篇文章中,我们将看看如何使用无服务器技术免费构建一个 Zapier 的替代品。 使用FastAPI和Angular部署机器学习模型 在本文中,我们将探讨如何为生产准备一个机器学习模型,并将其部署在一个简单的 Web 应用程序内。 REST APIs with Flask and Python Build professional REST APIs with Python, Flask, Flask-RESTful, and Flask-SQLAlchemy SPONSOR 用Python为孪生神经网络建立图像对 在本教程中,你将学习如何构建图像对来训练 siamese 网络。我们将使用 Python 实现我们的图像对生成器,这样无论你是使用 TensorFlow、Keras、PyTorch 等,都可以使用相同的代码。 了解Python的日志库 来看看 Python 的日志模块是如何在做所有精彩的事情。 温柔地介绍机器学习中的PyCaret PyCaret 是一个 Python 开源机器学习库,旨在使机器学习项目中的标准任务的执行变得简单。它是R中Caret机器学习包的 Python 版本,之所以受欢迎,是因为它允许在给定的数据集上用几行代码对模型进行评估、比较和调整。 使用Seaborn的高级可视化教程 在本可视化教程中,你将学习如何使用 Seaborn 库来创建高级图表。如果你熟悉基本的线图、散点图和直方图,那么本教程可以帮助你提升可视化技能。 使用Django和Vue构建一个时间跟踪SaaS系统 学习如何使用 Django、Vue和Bulma CSS 进行设计,从零开始构建一个时间跟踪 SaaS。 让Python遵守Docker内存限制 How We Built Our Machine Learning MVP VimCharm: Approximating PyCharm on vim Random Boolean Networks: (Using Python) Python Extensions with Rust and Go Using Python’s bisect module ...

2020-11-26 · 4 min · 1748 words · ZoomQuiet