Hacker News new | ask | show | jobs
by MorphisCreator 3953 days ago
In order to be Python + High Performance I went with asyncio, which is amazing, blew me away in performance, very glad I went with it. However, that unfortunately means it needs 3.4.0 or greater.

Just download Python 3.4 and compile yourself. It is dead simple (./configure; make; make install). It then can be referred to as python3.4, pip3.4, Etc., not conflicting at all with your existing system.

2 comments

Another possibility is to run Morphis on top of Anaconda3:

http://continuum.io/downloads#py34

asyncio is available on 3.3 too https://pypi.python.org/pypi/asyncio