Hacker News new | ask | show | jobs
by amluto 817 days ago
ISTM the big difference is that the Python code is doing CGI essentially from scratch, but the rye code appears to be using a CGI library.
1 comments

The Pyhton side does have import cgi. It also uses req library for request parsing and making a post request. Only for cookies it uses os.environ which is maybe a little unusual, but I didn't specify in fiverr request what libraries to use or not use.