https://realpython.com/podcasts/rpp/272/
How do you deploy your Python application without getting locked into an expensive cloud-based service? This week on the show, Michael Kennedy from the Talk...
michael kennedyepisodemanagingpythoninfrastructure
https://realpython.com/podcasts/rpp/112/
What do you do when your data science project doesn't fit within your computer's memory? One solution is to distribute it across multiple worker...
python data scienceepisodemanaginglargeprojects
https://realpython.com/podcasts/rpp/251/
What are the ways you can manage multithreaded code in Python? What synchronization techniques are available within Python's threading module? Christopher...
managing projectsepisodepythonthreadsafety
https://realpython.com/quizzes/uv-vs-pip/
Test your knowledge of uv vs pip as Python package managers and learn how to pick the right tool for speed, reproducibility, and compatibility.
managing pythonuvvspippackages
https://realpython.com/intro-to-pyenv/?utm_source=realpython&utm_medium=web&utm_campaign=related-post&utm_content=installing-python
Learn how to use pyenv to manage multiple Python versions, prevent conflicts, and keep your projects compatible and development smooth.
managingmultiplepythonversionsreal
https://realpython.com/podcasts/rpp/267/
What's a good way to enable or disable code paths without redeploying the software? How can you use feature flags to toggle functionality for specific...
feature flagsepisodemanagingampcomparing
https://realpython.com/quizzes/python-uv/
In this quiz, you'll test your understanding of the uv tool, a high-speed package and project manager for Python.
managing pythonone solutionprojectsuv