Machine learning-assisted Python IDE
Fewer keystrokes, more productivity.

Auto Completion
Akimous has a built-in completion engine based on Jedi for Python language. What sets the engine apart from competitors' is that it uses machine learning to predict the likelihood of a token being present at cursor position.
The predictor collect information about tokens suggested by Jedi (e.g. the popularity of the token in public repositories) as well as the surrounding context (e.g. how similar is the function name to the variable name). The completion engine in Akimous is designed to be simple enough that it will not drain your battery nor slow down input.
