Startin' Out Part 2 | Python's Packages & Librarys

There are a plethora of python packages and libraries...

It's true, there is so much to choose from and tons to leverage in projects which makes Python pretty rad.

Libraries are collections of pre-written code (modules, classes, functions) that provide useful functionality.

Packages are a way of organizing and distributing that code in a structured manner, and they can contain libraries.

In the next post, Part 3. I'll discuss how to organize libraries and packages in your project.