Curriculum
Course: Data Analysis in Python and AI (Urdu med...
Login

Curriculum

Data Analysis in Python and AI (Urdu medium) Recorded

Video lesson

Module 1.2: Introduction to Jupyter Notebook, Working Directory, and Python Packages

Lesson video progress:
0%
of
70%

✅ In this lesson, you will:

  1. Understand Jupyter Notebook:

    • What it is

    • How code and markdown cells work

    • How to run and save notebooks

  2. Work with the file system:

    • Check your current working directory using os.getcwd()

    • Change the directory using os.chdir()

  3. Install and import Python packages:

    • Use !pip install to install packages

    • Use import to load them

  4. Practice with essential Python packages:

    PackagePurpose
    osFile & directory handling
    sysSystem-specific info
    numpyNumerical operations
    pandasData loading & manipulation
    matplotlibBasic plotting
    seabornStatistical data visualization