- install homebrew, install python, install pip, install Pillow (replacement for PIL)
- sytnax might be
python3
,pip3
when running python within homebrew. - Syntax replacements:
- replace
raw_input()
w/input()
- replace
xrange
w/range
- wrap
print
strings w/()
- replace