An open API service indexing awesome lists of open source software.

https://github.com/vevdokimovm/python-course-notebooks

Python course practice scripts, Jupyter notebooks and deep learning exercises from Grokking Deep Learning
https://github.com/vevdokimovm/python-course-notebooks

data-analysis deep-learning jupyter python

Last synced: 2 days ago
JSON representation

Python course practice scripts, Jupyter notebooks and deep learning exercises from Grokking Deep Learning

Awesome Lists containing this project

README

          

# python-course-notebooks

Practice code and Jupyter notebooks from a **Python programming course**. Covers Python fundamentals, data analysis, and an introduction to deep learning via the *Grokking Deep Learning* book.

## Contents

| File(s) | Description |
|---------|-------------|
| `example1-15.py` | Python fundamentals practice scripts |
| `Grokking-Deep-Learning.ipynb` | Deep learning intro exercises |
| `Untitled*.ipynb` | Data analysis and Python exercises |
| `Crimes.csv`, `dataset*.txt` | Sample datasets used in notebooks |

## Tech Stack

- Python 3.x
- Jupyter Notebook
- NumPy, Pandas, Matplotlib

## Getting Started

```bash
git clone https://github.com/vevdokimovm/python-course-notebooks.git
cd python-course-notebooks
pip install jupyter numpy pandas matplotlib
jupyter notebook
```

## License

MIT