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 🐍
- Host: GitHub
- URL: https://github.com/germanocastanho/python-notes
- Owner: germanocastanho
- License: gpl-3.0
- Created: 2025-08-15T08:38:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T02:30:59.000Z (4 months ago)
- Last Synced: 2025-08-29T05:20:51.860Z (4 months ago)
- Topics: data-science, numpy, pandas, programming, python
- Language: Jupyter Notebook
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! ✊