Welcome to my Python notebook! Here, I document my experiments, learning, and insights as I explore Python and the world of data! This notebook includes,
Python basics
Numerical methods
Data analysis techniques
Visualization examples
Artificial Intelligence & Machine Learning concepts
Simulations and modeling
Access the Notebook ⭐¶
About This Project¶
This notebook is built using Jupyter Book and leverages the power of MyST Markdown for enhanced documentation and interactivity. MyST enables rich formatting, executable code blocks, and seamless integration with Jupyter notebooks.
Getting Started¶
To set up this project locally:
Clone the repository:
git clone https://github.com/SharafatKarim/python-notebook
cd python-notebookCreate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activateInstall required packages:
pip install -r requirements.txtInitialize Jupyter Book:
jupyter-book startIt’ll open a live server where you can view and interact with the notebook. Usually, it runs at http://localhost:3000.
Resources¶
Python & Data Science Resources¶
Other Useful Links¶
Contributing¶
Feel free to explore, contribute, or reach out if you have questions or suggestions!