Skip to content
Jade Kim edited this page Mar 29, 2016 · 18 revisions

Pyenv

설치

$> git clone https://github.com/yyuu/pyenv.git ~/.pyenv

.zshrc 추가

export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"

python 설치 및 활성화

$ pyenv install 3.4.3
$ pyenv global 3.4.3

Read

Deep Dive Into Python's VM: Story of LOAD_CONST Bug *

Let’s Build A Simple Interpreter. Part 1.

Understanding CPython by Patching – part 1

Plate spinning: modern concurrency in Python

Python with Context Managers

Macros in Python: quasiquotes, case classes, LINQ and more!

The Python I Would Like To See

Functional Programming in Python *

Dustin’s awesome monad tutorial for humans, in Python *

How Do Python Coroutines Work? *

typehint

Code

Hask

Lib

seaborn

Bookmark

Pyregex

PyFormat

Argparse Cookbook

Python2to3 cheatsheet *

Clone this wiki locally