pythonista-weekly : Pyw 485
欢迎阅读《pythonista周刊》第485期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-485 翻译:Dustyposa 新闻 PyCon US 2021 Registration Now Open 文章、教程与话题 在Cython中实现C++虚函数 本文介绍了两种从 Python 中使用 C++ 代码的策略,需要在 C++ 抽象类中实现虚函数。 利用Reddit文本数据进行交易的情感分析 一篇关于利用 r/wallstreetbets 的数据进行交易情感分析的帖子。 Automating My Job with GPT-3 使用 GPT-3 生成数据库就绪的 SQL 来回答业务问题。 Python Pandas For Your Grandpa 关于 Python Pandas 的免费课程。 使用Python检测USB驱动器在Windows上的插入和移除 监视 Windows 上的新驱动器并执行任务。 意外的发现,释放了20GB的未使用索引空间 如何在不丢弃索引或删除数据的情况下释放空间。 Property-Based Testing with hypothesis, and associated use cases 这篇文章介绍了基于属性的测试这一概念,并描述了一些可以开始将PBT集成到测试套件中的方法。 用马尔科夫链生成文本 通过从头开始构建马尔科夫链,生成随机但熟悉的文本。 Analyze your Peloton workout stats with real-time updates (template and scripts) 关于如何将 Peloton 锻炼统计数据同步并分析到 Coda 中的自定义仪表盘的教程。通过谷歌应用脚本或谷歌云上的无服务器功能进行同步。 Database Constraints in Django 了解 Django 支持的各种数据库约束,以确保数据的完整性。 Novice to Advanced RegEx in Less-than 30 Minutes in Python 一个完整的教程,涵盖了你需要知道的关于正则表达式的一切–对于任何学习代码的人来说都是必不可少的,对于任何对自然语言处理感兴趣的人来说更是如此。 Why does my memory usage explode when concatenating dataframes? Storing string columns as categories can result in massive memory savings when working with large dataframes. However, those savings can surprisingly disappear when we start concatenating dataframes. 使用Python从头开始解释神经网络。 Creating an Attendance Tracker Using Slack and Google Sheets Messing around with the Python shell ...