How to Program: Computer Science Concepts and Python Exercises Season 1 Episode 12 Python Standard Library, Modules, Packages
- TV-PG
- November 1, 2016
- 32 min
How to Program: Computer Science Concepts and Python Exercises season 1 episode 12 is all about Python's standard library, modules, and packages. In this episode, viewers will learn about the built-in modules that come with Python, such as math, random, and sys. The episode will also delve into third-party modules and packages that can be installed using pip, such as NumPy, Pandas, and BeautifulSoup.
Throughout the episode, the host will explain in detail what each module and package does, and provide examples of how they can be used. Viewers will learn how to import and use modules in their own Python scripts, and how to explore the documentation for each module to learn more about its capabilities.
In addition, the episode will cover the concept of packages, which are collections of modules that can be organized into a hierarchy. The host will demonstrate how to create a package and how to import modules from within a package.
Overall, Python Standard Library, Modules, Packages is a comprehensive guide to understanding one of the most important aspects of Python programming. By the end of the episode, viewers will have a solid understanding of what modules and packages are, how to use them, and where to find them.