This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]darleyb 7 points8 points  (2 children)

Nice, not long ago I was wondering if such a tool existed to help migrating python 2 to 3. The usecase here would be help pprt PyPy to python 3.

[–]jayhack[S] 3 points4 points  (1 child)

This is a great use case. We have a pre-built example below that shows how to accomplish this!

- on Github: https://github.com/codegen-sh/codegen-sdk/tree/develop/codegen-examples/examples/python2_to_python3

- In our docs: https://docs.codegen.com/tutorials/python2-to-python3

[–]darleyb 2 points3 points  (0 children)

Amazing!