Real Python Tutorials
How to Manage Python Projects With pyproject.toml
Learn how to manage Python projects with the pyproject.toml configuration file. In this tutorial, you'll explore key use cases of the pyproject.toml file, including configuring your build, installing your package locally, managing dependencies, and publishing your package to PyPI.
Feb 19, 2025 intermediate tools
Explore Real Python
Python News Roundup: February 2025
Feb 17, 2025 community
NumPy Techniques and Practical Examples
Feb 04, 2025 intermediate numpy python