Advanced Python
Ctrlk
  • Python Tools for Data Analytics
  • Chapter 1: Introduction to Python Programming
  • Chapter 2: Control Flow and Looping in Python
  • Chapter 3: Functions and Functional Programming
  • Chapter 4: Data Structures and Variables in Python
  • Chapter 5: Object-Oriented Programming (OOP)
  • Chapter 6: Decorators and Generators
  • Chapter 7: Modules and Packages
    • 1. Modules
    • 2. Importing the Module
    • 3. Packages
    • 4. Built-in Modules
    • 5. Using pip for Package Management
    • Student Activity
  • Chapter 8: File Handling
  • Chapter 9: Error and Exception Handling
  • Chapter 10: Working with Libraries
  • Chapter 11: Database Operations and Data Serialization
  • Chapter 12: NumPy for Data Analysis
  • Chapter 13: Pandas for Data Analysis
  • Chapter 14: Data Visualization with Matplotlib and Seaborn
  • Chapter 15: Understanding Exploratory Data Analysis (EDA) Frameworks
  • Chapter 16:
  • Mini Project 1
  • Mini Project 2
Powered by GitBook
On this page
  1. Chapter 7: Modules and Packages

1. Modules

PreviousChapter 7: Modules and PackagesNext2. Importing the Module