. ├── README.md ├── .devcontainer │ ├── devcontainer.json │ ├── Dockerfile ├── data/ │ ├── neighborhood_samples.geojson ...
This repository contains my Python practice work, including different concepts, libraries, and small experiments. It helps me strengthen my understanding of Python programming. PYTHON/ ├── oops/ │ ├── ...