Welcome to Python Library Notebooks, a collection of Google Colab notebooks covering essential Python libraries widely used in data science, analytics, and machine learning workflows.
This repository includes hands-on examples, explanations, and best practices for the following libraries:
- NumPy β Efficient numerical computations and array operations
- Pandas β Data manipulation and analysis with powerful DataFrame structures
- Matplotlib β Plotting and data visualization
- (Coming soon) β Seaborn, Plotly, Scikit-learn, and more!
This repo is ideal for:
- π Beginners learning Python for data science
- π§ Students revising concepts before interviews or exams
- π¨βπ» Developers needing quick examples or reference
Each notebook is hosted on Google Colab. You can open and run them directly without installing anything locally.
Click the badge below to launch the notebooks in Colab:
python-lib-notebooks/ βββ numpy/ β βββ basics.ipynb βββ pandas/ β βββ dataframes.ipynb βββ matplotlib/ β βββ visualization.ipynb βββ ...
This project is licensed under the MIT License β see the LICENSE file for details.
Contributions and suggestions are welcome! Feel free to open issues or pull requests.
Happy Learning! π