Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DavFilsDev/data-science-python-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

39 Commits

Repository files navigation

πŸ“Š data-science-python-practice

Practice exercises and examples in Python to build strong foundations in data science: NumPy, Pandas, Matplotlib, machine learning, and more.


πŸš€ Getting Started

Follow these steps to set up your environment and run the exercises.

1. Clone the Repository

git clone https://github.com/DavFilsDev/data-science-python-practice.git
cd data-science-python-practice

2. Create a Virtual Environment

On Linux / MacOS:

python3 -m venv venv
source venv/bin/activate

On Windows:

python -m venv venv
venv\Scripts\activate

3. Install Required Libraries

Install all dependencies from the requirements.txt file:

pip install -r requirements.txt

4. Run an Example File

Example with the first NumPy exercise:

python numpy/numpy_intro.py

πŸ“‚ Folder Structure

data-science-python-practice/
β”œβ”€β”€ numpy/
β”œβ”€β”€ pandas/
β”œβ”€β”€ matplotlib/
β”œβ”€β”€ requirements.txt # Project dependencies
└── README.md # Project instructions

πŸ› οΈ Topics Covered

  • NumPy: Arrays, math operations, random numbers, linear algebra
  • Pandas: Data manipulation
  • [Coming Soon] Matplotlib & Seaborn: Data visualization
  • [Coming Soon] Scikit-learn: Machine learning basics
  • [Coming Soon] Mini-projects on real datasets

🀝 Contributing

This repository is for personal learning, but feel free to fork it and practice as well.

About

Practice exercises and examples in Python to build strong foundations in data science: NumPy, Pandas, Matplotlib, machine learning, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /