The more I've learned about Python, The more I've heard about several external libraries that are available, and I was wondering what are some of your favorite python libraries that are availible.
A few of my favorites I've discovered:
- Beautiful Soup - for scraping web sites
- PyGame - for game development
- MySQLdb - for interacting with a MySQL database. absolutely essential for some projects.
so what are some of your favorites?