Pinned Loading
-
-
-
a lil refresher on classes and how t...
a lil refresher on classes and how to instantiate them in python :) 1"""2A simple class, with some child classes, as a refresher on classes and different ways to use them in Python 3 😎3"""45from locale import getlocale
-
common shell aliases I use
common shell aliases I use 1alias cdp="cd ~/Documents/Projects"
2alias maingit="git checkout main && git pull && git checkout - && git merge main" # pulls most recent changes down to local main and merges them into your current branch
3alias prettypaste="echo | pbpaste | python -m json.tool" # pretty formats json in the clipboard
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




