drandreaskrueger / pythonMicroframeworks

memory & speed comparison of (bottle cherrypy flask tornado web.py)
MIT License
4 stars 2 forks source link

good first issue: python 2.7 to python 3.x #1

Open drandreaskrueger opened 4 years ago

drandreaskrueger commented 4 years ago

Good first issue: translate everything from python 2.7 to python 3.x.

Could be that it simply needs commands like:

git checkout -b py3
2to3-3.5 -w compare.py 
git diff

for each of the .py files in this repo.

But perhaps it then also needs some tweaking, because the interfaces of the libraries have had breaking changes?

We don't know - until you try.

Thanks.

abhpd commented 4 years ago

I would like to work on this.

drandreaskrueger commented 4 years ago

Great. Thank you.

It's probably not too complicated, but I lack the time right now, to do it myself.

Much appreciated!

drandreaskrueger commented 4 years ago

It would be great if you port it to py3 BUT keep it running on py27 see these thoughts over there: https://github.com/drandreaskrueger/pythonMicroframeworks/pull/2#issuecomment-643840550

abhpd commented 4 years ago

Okay, sure.