Hacker News new | ask | show | jobs
by avian 2774 days ago
> I'd love to know why this project specifically chose Python 2.7 too.

My guess is they just went with whatever was most convenient and worked. I doubt if this kind of questions were even on the radar. It's security research, not a production website. In research you tend to go with whatever tool does the job.

Look at the overall complexity of this work. Maybe the author simply felt more confident with Python 2. You take whatever shortcuts that make things simpler, even if it means using 20 year old software.