https://talkpython.fm/episodes/show/346/20-recommended-packages-in-review
Do you enjoy the 'final 2 questions' I always ask at the end of the show? I think it's a great way to track the currents of the Python community. This episode...
episoderecommendedpackagesreviewtalk
https://www.aikido.dev/blog/malicious-pypi-packages-spellcheckpy-and-spellcheckerpy-deliver-python-rat
Attackers published fake spellchecker packages to PyPI with malware hidden in plain sight. We break down the attack and what developers need to watch for.
maliciouspypipackagesdeliverpython
https://realpython.com/quizzes/python-namespace-package/
Practice your knowledge about namespace packages in Python. Revisit managing multiple packages without an __init__.py file.
pythonnamespacepackagesquizreal
https://realpython.com/podcasts/rpp/151/
Have you ever installed a Python package without knowing anything about it? What best practices should you employ to ensure the quality of your next package...
python packagesepisodeevaluatingampcelebrating
https://thenewstack.io/the-top-5-python-packages-and-what-they-do/
Nov 7, 2024 - This look at the most downloaded Python packages shows Amazon's dominance in the PyPI ecosystem.
python packagestop
https://simonwillison.net/2024/Jan/16/python-lib-pypi/
I use cookiecutter to start almost all of my Python projects. It helps me quickly generate a skeleton of a project with my preferred directory structure and...
python packagespublishpypilibcookiecutter
https://talkpython.fm/episodes/show/453/uv-the-next-evolution-in-python-packages
Have you ever been wait around for pip to do its thing while installing packages or syncing a virtual environment or through some higher level tool such as...
python packagesepisodeuvnextevolution
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/podcasts/rpp/83/
Are you interested in sharing your Python project with the broader world? Would you like to make it easily installable using pip? How do you create Python...
python packagesepisodereadypublish
https://realpython.com/quizzes/python-basics-modules-packages/
You can build an application by putting related code into separate files called modules. Then, you can use the import statement to use modules in another file.
pythonbasicsmodulespackagesquiz
https://www.manning.com/books/publishing-python-packages
Create masterful, maintainable Python packages! This book includes pro tips for design, automation, testing, deployment, and even release as an open source...
python packagespublishingdane
https://realpython.com/quizzes/python-modules-packages/
In this quiz, you'll test your understanding of Python modules and packages, which are mechanisms that facilitate modular programming. Modular programming...
python modulespackagesquizreal
https://realpython.com/learning-paths/modules-and-packages/
Unlock the full potential of Python modules and packages. Dive into advanced importing, manage dependencies with pip, distribute projects on PyPI, and craft...
learning pathmodulespackagesrealpython
https://www.ubuntupit.com/best-python-libraries-and-packages-for-beginners/
Oct 25, 2024 - Not sure where to learn about the best Python Libraries and Packages? Here is our list of 30 best Python Packages and Libraries to give you a head start.
bestpythonlibrariespackagesbeginners
https://talkpython.fm/episodes/show/338/using-cibuildwheel-to-manage-the-scikit-hep-packages
How do you build and maintain a complex suite of Python packages? Of course, you want to put them on PyPI. The best format there is as a wheel. This means that...
episodeusingmanageheppackages
https://talkpython.fm/episodes/show/389/18-awesome-asyncio-packages-in-python
If you're a fan of Python's async and await keywords and the powers they unlock, then this episode is for you. We have Timo Furrer here to share a whole bunch...
episodeawesomepackagespythontalk
https://realpython.com/quizzes/python-basics-pip-install/
Even though Python is famous for coming with batteries included, you'll still find yourself in need of a third-party library from time to time. You can...
installing packagespythonbasicspipquiz