pythonista-weekly : Pyw 496

欢迎阅读《pythonista周刊》第496期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-496 翻译: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 文章、教程与话题 Conversational AI w/ Jarvis - checking out the API Jarvis API 拥有端到端对话式人工智能所需的几乎所有模型,包括文本到语音、语音到文本、命名实体识别和其他一系列模型。 用Python构建大规模系统和产品 将近7年前, Soroco 在开始设计和开发其自动化和流程发现产品时,寻求最终确定一种编程语言。在这篇博文中,我们将描述 Soroco 为什么选择 Python,以及我们做了什么来确保我们能够可靠地、大规模地、安全地开发。 OpenAI-powered Linux shell uses AI to Do What You Mean 学习如何建立一个人工智能驱动的 linux shell,使用 OpenAI 来自动完成各种任务。 Python, Django, and React Development on Apple Silicon Is development possible on the M1? Yes. Is it easy and straightforward? Not always, but if you can live with a few workarounds, you can make it work. Django 3 Course - Python Web Framework 在这个完整的课程中学习 Django ,一个 Python web 框架。课程还包括 pandas, matplotlib, JavaScript, ajax, xhtml2pdf, dropzone.js, 和更多内容! Basic Music Theory in ~200 Lines of Python 西方音乐理论的基本介绍,使用 Python 编程来推导每个调的音阶、和弦和模式。 For-Else: A Weird but Useful Feature in Python 本文将介绍 Python 中的 "for-else" 功能,并通过简单的例子解释如何正确使用它。 Sequence indexing 一篇短文,包含了你需要知道的关于 Python 中序列索引的所有内容–还有更多。 Building a Simple CRM Using Django (DRF) And Vue 学习如何使用 Django 和 Vue 建立一个简单的 CRM,用户可以在其中注册不同状态的线索和其他重要信息。 Scikit-Learn, meet Production 关于快速部署“skeleton ML模型”然后迭代寻找性能更好的解决方案的好处的文章。 如何使用Plotly作为Pandas绘图的后端 无需学习新的库,就可以制作互动式绘图。 PEP 563, PEP 649 and the future of pydantic and FastAPI Fluent in Django: 8 Django template tags you should know Deploying Django at small scale ...

2021-04-23 · 3 min · 1278 words · ZoomQuiet

pythonista-weekly : Pyw 495

欢迎阅读《pythonista周刊》第495期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-495 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): REST APIs with Flask and Python Build professional REST APIs with Python, Flask, Flask-RESTful, and Flask-SQLAlchemy 新闻 The PSF is hiring a Python Packaging Project Manager! Thanks to a two-year grant commitment from Bloomberg, our second 2021 Visionary Sponsor and a long term committed supporter of the Python ecosystem, The Python Software Foundation (PSF) is hiring a full-time project and community manager for the Python Packaging ecosystem, with a specific focus on the Python Package Index (PyPI). Unifying the CUDA Python Ecosystem 到目前为止,通过 Python 访问 CUDA 和 NVIDIA GPU 只能通过第三方软件来实现,例如 Numba、CuPy、Scikit-CUDA、RAPIDS、PyCUDA、PyTorch 或 TensorFlow 等等。每个人都在 CUDA API 和 Python 之间写了自己的互操作层。通过发布 CUDA Python,英伟达让这些平台提供商能够专注于自己的增值产品和服务。英伟达还希望降低其他 Python 开发者使用英伟达 GPU 的准入门槛。 ...

2021-04-16 · 5 min · 2330 words · ZoomQuiet

pythonista-weekly : Pyw 494

欢迎阅读《pythonista周刊》第494期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-494 翻译: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 文章、教程与话题 Web programming with nothing but Python 与 Anvil 的 CEO Meredydd Luff 聊了聊,他认为为什么。Web 编程已经变得过于复杂。如果你想用 Python 构建一个 Web 应用,而不用担心数据库、服务器端代码或网页设计,是时候给 Anvil 一个机会了。 Python behind the scenes #10: how Python dictionaries work 在本篇文章的第一部分,我们将设计一个简单的全功能哈希表,讨论它的能力和局限性,并概述设计一个在实践中运行良好的哈希表的一般方法。在第二部分中,我们将关注 CPython 的具体实现,最后看看 Python 字典在背后是如何工作的。 Big Bay Dam Monitoring Dashboard 在这个系列中,我们将使用 Django 和第三方图表库构建一个水坝监测仪表盘。你将学习到:Django 认证系统的基础知识,如何将 Bokeh 与 Django 集成到交互式绘图中,如何使用 Leaflet 添加交互式地图,将 Django REST 框架集成到现有的 Django 项目中,以及如何将其整合到一起创建一个仪表盘。查看 Part 2, Part 3 and Part 4 C++ in Python the Easy Way! 你可能需要知道的一切,都是为了编写 Python 接口到 C++ 代码。 snopher 关于使用 ctypes 从 Python 调用 Go 的实用指南。 How to Write Unit Tests in Python, Part 2: Game of Life In this article I will introduce you to Conway’s Game of Life, an interesting simulation that plays animated patterns on a grid. You will learn about Test parametrization, Building test matrices, Basic mocking and Testing Python exceptions. Computer Vision and Embroidery 了解如何通过 Python 使用计算机视觉来识别绣花框图像中使用了哪些 DMC 线。 Errors as Values 从意外的运行时异常中解脱出来 从零开始 Pytthon 的区块链 学习如何 Python 从头开始构建一个简单的区块链,这样你就可以从更基础的层面了解它的工作原理。 Action Planning in Python 自动规划是人工智能技术的一个领域,用于确定如何将世界从初始状态转化为目标状态。本指南实现了经典规划的一种形式,我们将问题域表示为一组状态变量,这些状态变量通过采取的每一个行动进行修改。 Django 3.2 - News on compressed fixtures and fixtures compression The Django 3.2 version has new features related to compressed fixtures and fixtures compression. This article explores the topic and provides some sample benchmarks. Interoperable Python and SQL in Jupyter Notebooks 在 Pandas、Spark 和 Dask 的基础上使用 SQL。 癌症生存数据集的神经网络开发 在本教程中,你将发现如何为癌症生存二元分类数据集开发多层感知器神经网络模型。 The Weird Walrus 在这篇文章中,我们改变了。Python 语法,并允许它运行没有任何括号的 Assignment Expressions。 用Python进行嵌入式和物联网开发的基础知识 使用自动加载来加快IPython和Jupyter的工作速度 在不耗尽内存的情况下将SQL数据加载到Pandas中 ...

2021-04-09 · 4 min · 1819 words · ZoomQuiet

pythonista-weekly : Pyw 493

欢迎阅读《pythonista周刊》第493期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-493 翻译:Dustyposa 来自赞助商(PS:原文的赞助商): Ray Summit | June 22-24: Scalable Python & ML for everyone Ray is growing faster than ever—join the global community and see how Ray, the open-source Python framework, makes distributed computing simple and flexible. Register free to join sessions live & on-demand. ...

2021-04-02 · 4 min · 1601 words · ZoomQuiet