An open API service indexing awesome lists of open source software.

https://github.com/germanocastanho/python-notes

Personal collection of Python Notes, tips, and code snippets 🐍
https://github.com/germanocastanho/python-notes

data-science numpy pandas programming python

Last synced: 4 months ago
JSON representation

Personal collection of Python Notes, tips, and code snippets 🐍

Awesome Lists containing this project

README

          

# 🐍 Python Notes

This repo is my personal collection of **Python Notes**, tips, and code snippets. Here you will find notebooks with things I find useful, interesting, or tricky while working with Python. These are not formal lessons — just my own references, experiments, and reminders. Feel free to browse, use, or contribute if you find something helpful! 📚

# 🚀 Main Features

- **My Personal Notes**: 📖 Short explanations and reminders about Python basics, libraries, and patterns.
- **Hands-On Examples**: 🔧 Practical examples and small scripts about Python fundamentals and libraries.
- **Interactive Notebooks**: 💻 Interactive notebooks for testing ideas and keeping things more organized.

# ✅ Prerequisites

- **Python 3.12+**, available through the [**official website**](https://www.python.org/downloads/).
- **JupyterLab**, following the [**official installation guide**](https://jupyter.org/install).

# 🛠️ Local Installation

```bash
# Clone the repository
git clone https://github.com/germanocastanho/python-notes.git

# Navigate to the directory
cd python-notes

# Set up a virtual environment
python3 -m venv .venv
source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Access the desired notebook
cd notebooks
jupyter-lab
```

# 📜 Free Software

Distributed under the [**GNU GPL v3**](LICENSE), ensuring freedom - as in "free speech" - to use, modify, and redistribute the software, as long as these freedoms are preserved in any derivative versions. By using or contributing, you support the **free software** philosophy and help build an open, community-driven technological environment! ✊