Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Small Python playground with scripts and a notebook, managed by Poetry. No CI, tests, or production structure; not a library/template. Useful as a personal learning/reference repo but not something to actively maintain. Archiving preserves value without implying production readiness.

Notifications You must be signed in to change notification settings

maxgalchenko/python-playground

Repository files navigation

Python Playground

Python NumPy Pandas Matplotlib Jupyter

Overview

A personal Python sandbox for learning and experimentation. Contains small scripts, a Jupyter notebook, and data tooling examples using NumPy, Pandas, and Matplotlib.

Key Features

  • Jupyter notebook for rapid experimentation (playground.ipynb)
  • Data analysis utilities with Pandas/NumPy and plotting via Matplotlib
  • Simple scripts for algorithms and quick prototypes

Tech Stack

Python 3.13, NumPy 2, Pandas 2, Matplotlib 3, SciPy, Statsmodels, Jupyter

Architecture

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).

Prerequisites

  • Python: 3.13.0
  • Poetry: 2.x (for dependency management)

Built with ❤️ by Maksym Galchenko

LinkedIn Portfolio Email License

About

Small Python playground with scripts and a notebook, managed by Poetry. No CI, tests, or production structure; not a library/template. Useful as a personal learning/reference repo but not something to actively maintain. Archiving preserves value without implying production readiness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published