Skip to content

Instantly share code, notes, and snippets.

View oscarmcm's full-sized avatar
🐍
Pythonista

Oscar Cortez oscarmcm

🐍
Pythonista
View GitHub Profile
@oscarmcm
oscarmcm / py.md
Last active October 15, 2020 21:08 — forked from jph00/py.md
Organized and hyperlinked index to every module, function, and class in the Python standard library

All of the python 3.9 standard library

For a version without the collapsible details sections (so you can search the whole thing in your browser), click here.

@oscarmcm
oscarmcm / pyenv+virtualenv.md
Created January 7, 2017 05:30 — forked from eliangcs/pyenv+virtualenv.md
Cheatsheet: pyenv, virtualenvwrapper, and pip

Cheatsheet: pyenv, virtualenvwrapper, and pip

Installation (for Mac OS)

Install pyenv with brew

brew update
brew install pyenv