A personal knowledge base and dev journal for documenting my projects, research, and technical learnings. This repository serves as a central archive of Jupyter notebook blogs and GitHub Issues used for tracking progress, ideas, and problem-solving across multiple domains.
- 📓 Jupyter Blog Posts – Narrative-style technical writeups and walkthroughs in notebook format.
- 🔧 Project-Specific Notes – Exploratory analysis, debug notes, and design decisions for ongoing and past projects.
- 🧠 Problem-Solving Logs – GitHub Issues are used to document bugs, questions, and incremental discoveries as part of my workflow.
- 📂 Topic Coverage – Includes content from software engineering, machine learning, biotechnology, and system design.
To explore the notebooks:
-
Clone the repository
git clone https://github.com/<Prad-coder>/<PradyunCSP_>.git cd <PradyunCSP_>
-
Open JupyterLab or Jupyter Notebook
jupyter lab # or jupyter notebook -
Browse the documentation notebooks
- Notebooks are organized by topic, project, or theme.
- Some notebooks include interactive widgets or visualizations.
Note: Some notebooks may depend on local or project-specific data. See individual notebook headers for instructions.
- Use this repo to trace the evolution of ideas and designs across my projects.
- Issues act as time-stamped logs for what I tried, what worked, and what didn’t.
- Jupyter notebooks document results, technical breakdowns, and analysis.
This is a personal repository intended primarily for my own use. That said, suggestions, corrections, and discussions via Issues are welcome if you find the content helpful or interesting.
I use GitHub Issues as:
- ✍️ A scratchpad for design decisions
- 🐛 A tracker for bugs, debugging insights, and reproducibility notes
- 🔍 A searchable archive of experiments and iterations
There is no strict roadmap—this repository grows organically with each project I document.
Thanks to the open-source and scientific computing communities for tools like:
- Jupyter
- NumPy, pandas, matplotlib, and Scikit-Learn
- GitHub Issues for structured note-taking
This repo embodies a principle of working with the garage door up—documenting as I build, fail, and learn. It's a place for raw ideas, partial wins, and occasional breakthroughs.