Skip to content

Instantly share code, notes, and snippets.

View kafui4k's full-sized avatar
🎯
Focusing

Kafui Alordo kafui4k

🎯
Focusing
View GitHub Profile
@kafui4k
kafui4k / gist:3583e58e9d31e2e630fe9ce448aaf4d1
Created June 28, 2024 12:00
building Python apps locally... commands to look out for
Create a virtual environment to isolate other Python apps from each other
Check if you have Python already installed
On Mac:
python3 —version
On Windows:
python —version
@kafui4k
kafui4k / README.md
Created October 15, 2018 22:54 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet