pythonista-weekly : Pyw 520

欢迎阅读《pythonista周刊》第520期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-520 翻译: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 新闻 Python勒索病毒脚本针对ESXi服务器进行加密 配置错误迅速升级为虚拟机管理程序内部的软件攻击。 FlaskCon 2021 Call for Proposals is Open Submit your talk proposal by October 24, 2021. ...

2021-10-08 · 4 min · 1794 words · ZoomQuiet

pythonista-weekly : Pyw 519

欢迎阅读《pythonista周刊》第519期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-519 翻译:Dustyposa 来自赞助商(PS:原文的赞助商) Your Python Code: Powerful and Secure SonarQube offers Python static analysis that’s powerful, fast, and accurate - out of the box! Find and review Security Hotspots and automatically detect Vulnerabilities in your code. Get started analyzing your Python projects today! Start for free. 文章、教程与话题 用 Python & FastAPI 搭建一个区块链应用 了解如何使用 Python 构建区块链,然后使用 FastAPI 构建的 API 访问它。 Python 幕后 #13: GIL及其对Python多线程的影响 这篇文章谈论的是 GIL 的非显而易见的影响。在此过程中,我们将讨论 GIL 到底是什么,它为什么存在,它如何工作,以及它将如何影响 Python 未来的并发性。 用 spaCy & Python 做自然语言处理 在这个 spaCy 教程中,你将学习所有关于自然语言处理的知识,以及如何使用 Python spaCy 库将其应用于现实世界的问题。 New Testing Features in Django 4.0 Django 4.0 上周发布了第一个 alpha 版本,最终版本应该会在12月发布。它包含了大量的新功能,你可以在发布说明中查看。在这篇文章中,我们将更深入地研究测试方面的变化。 三种用Python测试你的API的方法 单元测试可能令人退缩,但这些 Python 模块将使你的生活更加轻松。 Fetch the Flag CTF at SnykCon | Oct 5 | Register for free Ready to take your security skills to the next level? Compete in 20 hands-on hacking challenges & win prizes at Fetch the Flag CTF at SnykCon on Oct 5. Register for free.SPONSOR 条件表达式 在这篇文章中,学习如何使用 Python 的条件表达式。 Pixel Shuffle Super Resolution with TensorFlow, Keras, and Deep Learning 了解 Pixel Shuffle Super Resolution 以及如何在自己的项目和代码中使用 Pixel Shuffle Super Resolution。 Python: 深浅拷贝对象 在这篇文章中,你将学习 Python 中深度拷贝和浅度拷贝对象的区别,以及如何用拷贝库来完成这两件事。 解读数据结构显示 Python: 在Kubernetes上用DevSpace进行Flask开发 关于PyPI,教程没有告诉你的4件事 类型检查你的 Django Application ...

2021-10-01 · 2 min · 942 words · ZoomQuiet

pythonista-weekly : Pyw 518

欢迎阅读《pythonista周刊》第518期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-518 翻译:Dustyposa 来自赞助商(PS:原文的赞助商) Deliver Cleaner and Safer Python Code in Your IDE Working in VS Code, PyCharm, Visual Studio, or Eclipse? SonarLint is a free and Open Source IDE extension that helps you find & fix quality and security issues in your Python codebase! Discover More 新闻 Django 4.0 will include a built-in Redis cache backend ...

2021-09-24 · 3 min · 1376 words · ZoomQuiet

pythonista-weekly : Pyw 517

欢迎阅读《pythonista周刊》第517期。Let us start 原文: https://mailchi.mp/pythonweekly/python-weekly-issue-517 翻译:Dustyposa 文章、教程与话题 Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial 本课程将全面介绍区块链、智能合约、solidity、NFTs/ERC721s、ERC20s、去中心化金融编码(DeFi)、python和solidity、Chainlink、Ethereum、可升级智能合约和全栈区块链开发的所有核心概念。 使用MediaPipe Hands通过手势控制无人机 学习如何在无人机的视频流中使用手势识别来控制 DJI Tello。 User File Use 也许你的应用程序需要处理来自用户的文件,如个人资料图片。要安全地接受来自他人的文件是很棘手的。在这篇文章中,我们将看到 Django 提供的安全管理文件的工具。 如何设置像 “隐藏我的电子邮件 “那样的自定义私人电子邮件中继 - 第一部分 两部分系列的第一部分解释了为什么你应该使用自定义的私人电子邮件中继,以及你如何使用 AWS 建立一个。 更好的Pythonic工厂模式 如果工厂模式是在今天而不是在90年代发明的,它会是什么样子?我讨论了工厂模式背后的设计原则,以及你如何通过使用现代 Python 特性来实现同样的事情,甚至更好。 Working in VS Code, PyCharm, Visual Studio, or Eclipse? SonarLint is a Free & Open Source IDE Extension that offers more than 170+ unique rules to find Bugs, Vulnerabilities, Security Hotspots, and Code Smells in your Python code. Discover more SPONSOR 在Python中压缩和归档文件的所有方法 用 Python 压缩、解压和管理你可能需要的所有格式的档案和文件。 在 Flask Application 中如何使用模板 在本教程中,你将建立一个小型的网络应用程序,渲染几个 HTML 文件。你将使用变量将数据从服务器传递给模板。模板的继承将帮助你避免重复。你将在模板中使用逻辑,如条件和循环,使用过滤器来修改文本,并使用 Bootstrap 工具箱来设计你的应用程序。 如何用Python求解微分方程 考察的是一阶常微分方程(ODEs)、耦合的一阶 ODEs 和高阶 ODEs。 并行的 Python 代码 这篇文章回顾了 Python 代码并行化的一些常见选择,包括基于进程的并行化、专门的库、ipython并行化和Ray。 Python Standalone Builds 这个项目生产独立的、高度可移植的 Python 发行版。这些 Python 发行版包含一个完全可用的、全功能的Python安装,以及它们的构建工件(对象文件、库等)。 Python Anti-Pattern Psycopg3 Initial Review OpenBSD’s pledge and unveil from Python 如何使用 Scrapy 抓取网页 Unravelling async for loops 逆向工程苹果词典 ...

2021-09-17 · 3 min · 1323 words · ZoomQuiet