There's a lot in the standard library that people don't even know about including: an http server, the ability to use a sqllite database directly, turtle-style graphics, C bindings for gui applications with TCL and probably more I haven't learned about. By learning what is in it, or other languages standard libraries you can make your applications and libraries much more stable, secure and resilient. Read those docs before reaching for a third party alternative!