I am playing around with FastText, https://pypi.python.org/pypi/fasttext,which is quite similar to Word2Vec. Since it seems to be a pretty new library
FastText
Word2Vec
Use Gensim, load fastText trained .vec file with load.word2vec models and use most_similiar() method to find similar words!