Skip to content

Instantly share code, notes, and snippets.

View fernandoaestrella's full-sized avatar
🏢

Fernando Estrella fernandoaestrella

🏢
View GitHub Profile
@ryanbehdad
ryanbehdad / venv.md
Last active September 6, 2025 11:42
Python venv cheat sheet

Python venv virtual environment cheat sheet

Create a venv

To create a virtual environment, go to the root of your project and run

python -m venv venv

It will create a virtual environment called venv

Activate venv

.\venv\Scripts\activate

@digitaljhelms
digitaljhelms / gist:4287848
Last active October 30, 2025 16:39
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch