A personal Python sandbox for learning and experimentation. Contains small scripts, a Jupyter notebook, and data tooling examples using NumPy, Pandas, and Matplotlib.
- Jupyter notebook for rapid experimentation (
playground.ipynb) - Data analysis utilities with Pandas/NumPy and plotting via Matplotlib
- Simple scripts for algorithms and quick prototypes
Python 3.13, NumPy 2, Pandas 2, Matplotlib 3, SciPy, Statsmodels, Jupyter
Lightweight structure with standalone scripts in the repo root (e.g., debugging_a_faulty_calculation.py, test.py), a notebook (playground.ipynb), and dependency management via pyproject.toml (Poetry).
- Python:
3.13.0 - Poetry:
2.x(for dependency management)
Built with ❤️ by Maksym Galchenko