Welcome to the Python Course Notes repository! This repository contains resources, lecture notes, and datasets used in a short course aimed at introducing Python libraries like Pandas, Matplotlib, Seaborn, and NumPy for data analysis. The course was conducted at the University of Nairobi, Department of Mathematics.
This course introduces the fundamental Python libraries essential for data analysis, including:
- Pandas: For data manipulation and analysis.
- Matplotlib: For data visualization.
- Seaborn: For statistical data visualization.
- NumPy: For numerical computing.
The repository contains lecture notes and Jupyter notebooks organized by days and weeks:
-
Week 1: Introduction to Python
- Day 1: Introduction to Python (PDF)
- Day 2: Introduction to Python (PDF)
- Notebook
-
Week 2: Advanced Python Topics
...and so on for subsequent weeks.
These datasets are used for practical exercises throughout the course.
-
Clone the repository:
git clone https://github.com/Isaakkamau/python-course-notes.git
-
Navigate to the desired files and open the Jupyter notebooks or PDF lecture notes.
-
Explore the datasets and try out the Python code provided in the notebooks.
Contributions are welcome! If you find any issues or would like to add new content, feel free to open an issue or submit a pull request.
This repository is licensed under the MIT License. See the LICENSE file for more details.