Ruff is a formatter written in Rust that is extremely fast and has special love for the Python community, including a PyPI wrapper for easy installation.
Build a Scalable Flask Web Project From Scratch Quiz - Real Python
The quiz allows participants to test their knowledge of Flask application development through 9 questions related to views, blueprints, and application factory patterns.
Introduction to Web Scraping With Python Quiz - Real Python
This quiz consists of seven questions that test knowledge on core concepts of web scraping using Python, focusing on Beautiful Soup and MechanicalSoup.
Make sure your badge has your name facing out, so that people can read it. Euro Python has, for several years, had two-sided badges to ensure that your name is visible even if (when) it turns around, which is great.
Python's use of async/await introduces complexity and requires adaptation while structured concurrency offers a path to simplify concurrent programming.
Episode #258: Supporting the Python Package Index - The Real Python Podcast
Supporting over 650,000 projects on the Python Package Index involves tackling user issues and enhancing community engagement through varied support roles.
Coverage 7.10 introduces significant new features including automatic support for subprocess coverage measurement and data preservation on program exit.
Python Roadmap with Free Courses/Certifcates to High-Paying Jobs
In 2025, the programming language most linked to six-figure salaries is Python, particularly in fields such as artificial intelligence, data science, and cybersecurity.
Astral's uv tool simplifies Python project setup by automating the creation of temporary environments and managing dependencies, allowing smooth execution of programs without formal installation.
Dunder methods, or double-underscore methods, serve as hooks for customizing Python behavior, allowing programmers to define or modify functionalities like equality and comparison.
Wing Python IDE Version 11.0.2 - July 17, 2025 - Wing Python IDE
Wing Python IDE version 11.0.2 enhances source code analysis and fixes integration issues with the ruff external code checker, along with other minor improvements.
Auth is crucial for application security and user experience. Propel Auth simplifies the integration process, allowing developers to focus on their core value propositions.
How to Debug Common Python Errors Quiz - Real Python
Debugging involves identifying, analyzing, and resolving issues in Python code. Important techniques include reading tracebacks, using print() for value tracking, and writing tests to catch errors.
The Gang of Four design patterns specify object-oriented solutions to common issues in code, yet Python lacks many of the problems these solutions address.
Creating a Website with Sphinx and Markdown - Mouse Vs Python
To create a barebones Sphinx site, run the command sphinx-quickstart NAME_OF_SITE_FOLDER inside your virtual environment. It will ask you a series of questions.
The print() function outputs objects to the console or a specified file-like stream, and the quiz tests understanding of its parameters and best practices.
DuckDB provides a powerful, seamless way to manage large datasets in Python, utilizing OLAP optimization for enhanced data handling and query capabilities.
Episode #253: Starting With Marimo Notebooks & Python App Config Management - The Real Python Podcast
Marimo notebooks provide an innovative approach to interactivity in coding, featuring sandboxing for environment management and enabling reproducibility in sharing notebooks.