Skip to content

Exercise tasks for the course "Data Analysis with Python 2023-23 by mooc"

Notifications You must be signed in to change notification settings

NavairaRehman/Data-analysis-with-python-mooc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Data-analysis-with-python-mooc

Exercise tasks for the course "Data Analysis with Python 2023-23 by mooc"

Course Information

- Name of the course : Data Analysis with Python
- Year : 2023-24

Description

This repository contains the exercise tasks for the course "Data Analysis with Python 2023-24 by mooc". The exercises (including the solution code) are organzied chapterwise and each chapter has its own folder.

Installation

- Install the latest version of Python from https://www.python.org/downloads/
- Install a suitable IDE for Python. For example, PyCharm Community Edition (https://www.jetbrains.com/pycharm/download/#section=windows) or Visual Studio Code (https://code.visualstudio.com/download) (optional-you can work with any text editor)

Usage

- Clone the repository to your local machine
- Open the project in your IDE
- Open the chapter folder you want to work on
- Open the exercise file (e.g. exercise_1.py)

Contributing

- Fork the repository
- Create a new branch (git checkout -b new-branch)
- Make changes and add them (git add .)
- Commit your changes (git commit -m "commit message")
- Push to the branch (git push origin new-branch)
- Create a pull request

Course Contents

- Chapter 1: Python
- Chapter 2: More Python and Numpy
- Chapter 3: More Numpy
- Chapter 4: More Pandas
- Chapter 5: Still More Pandas and Machine Learning
- Chapter 6: Machine Learning Types
- Chapter 7: Project Work

Additional Resources

- Python Documentation: https://docs.python.org/3/
- Numpy Documentation: https://numpy.org/doc/
- Pandas Documentation: https://pandas.pydata.org/docs/
- Link to the course: https://courses.mooc.fi/org/uh-cs/courses/data-analysis-with-python-2023-2024

About

Exercise tasks for the course "Data Analysis with Python 2023-23 by mooc"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages