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 ...