-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jade Kim edited this page Mar 29, 2016
·
18 revisions
설치
$> 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
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
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 *