Hacker News new | ask | show | jobs
by hackskills 2561 days ago
Mobile apps written in Python might be too slow though.
1 comments

Too slow for what? How slow do you think python is? unless your application is cpu-bound (which it probably isn't), python is fast enough for basically anything you might want to do these days, and if it is, you can use cython to optimize the parts that needs to be fast, as kivy does.