Anton Blomberg
anton@deadlock.se
def hello(name):
print("Hello {}!".format(name))
if __name__ == '__main__':
hello("Anton")
def hello(name):
print("Hello {}!".format(name))
if __name__ == '__main__':
hello("Anton")
# Ubuntu
sudo apt-get install pypy
# Mac
sudo brew install pypy
# Windows
# Why would you even?
Latest version x86/-64 and ARM binary archive downloads available for all platforms
Anton Blomberg
anton@deadlock.se
(please donate to PyPy!)
Anton Blomberg
anton@deadlock.se