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
- Host: GitHub
- URL: https://github.com/vevdokimovm/python-course-notebooks
- Owner: vevdokimovm
- License: mit
- Created: 2025-01-12T16:03:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-20T20:30:13.000Z (2 months ago)
- Last Synced: 2026-04-20T22:17:11.985Z (2 months ago)
- Topics: data-analysis, deep-learning, jupyter, python
- Language: Jupyter Notebook
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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