pythonista-weekly : Pyw 488

欢迎阅读《pythonista周刊》第488期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-488 翻译: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 PYTHONWEEKLYFEB by the end of March and try PyCharm Pro for three months free! ...

2021-02-27 · 4 min · 1630 words · ZoomQuiet

pythonista-weekly : Pyw 487

欢迎阅读《pythonista周刊》第487期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-487 翻译: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 文章、教程与话题 从零开始的完整机器学习项目 一系列文章介绍了如何从零开始构建一个基于机器学习的假新闻检测器。 用USB加密狗和开放源码对DNA进行测序 它进行了你可以想象的最精致的测量,记录了与DNA不同位相关的电流变化。 Python Concurrency: The Tricky Bits 探讨 Python 中的线程、进程和协程,并通过有趣的例子来阐明每种线程、进程和协程之间的差异。 为什么你真的需要升级pip 如果你使用的是旧版本的 pip,那么安装最新版本的 Python 包可能会失败,或者安装速度更慢、更复杂。为什么呢?glibc 版本管理、CentOS 的报废时间表以及 pip 安装包的方式的组合。让我们看看问题到底是什么,如何解决它,最后–如果你有足够的兴趣–是什么原因造成的。 RSVP for the 3rd Annual Python Web Conference (Virtual) | March 22-26, 2021 Experts discuss hard Python problems. 50+ talks on Machine Learning, AI, Big Data, Django, Plone, Serverless, CI/CD, Containers, etc. Join JetBrains and Six Feet Up to discuss what the future holds. SPONSOR How to Write Unit Tests in Python, Part 1: Fizz Buzz 这是一个关于如何编写 Python 单元测试系列的第一部分,介绍了作者在项目中使用的测试设置,如何为一个流行的 fizz buzz 游戏的实现编写单元测试,这也是编码面试练习中经常出现的问题。 Efficiently Cleaning Text with Pandas Pandas 可以成为高效清理大量文本的优秀工具。本文介绍了几种对较大数据集有效的 pandas 解决方案。 Building web apps with Vue and Django 这篇文章介绍了一些将 Vue 和 Django 结合起来设置新的 Web 应用和现有的基于 Django 的 Web 应用的方法。 编写一个深度学习年龄预测模型只需10分钟 Pattern Matching Tutorial Python 字符串是不可变的,但只是在某些时候 理解和优化Python多进程内存管理 An interesting issue around using is with a literal in Python Building Rich terminal dashboards ...

2021-02-19 · 3 min · 1287 words · ZoomQuiet

pythonista-weekly : Pyw 486

欢迎阅读《pythonista周刊》第486期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-486 翻译: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 新闻 Pattern matching accepted for Python 经过一系列讨论,Python 指导委员会接受了有争议的提议,即在语言中添加模式匹配原语。 ...

2021-02-12 · 3 min · 1470 words · ZoomQuiet

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

2021-02-06 · 3 min · 1286 words · ZoomQuiet