Automated Python 2 to 3 code translation
pythonconverter.com
Automated Python 2 to 3 code translation
1–10 of 21 posts
Re: Automated Python 2 to 3 code translation
#2I don't mean to be negative, but how is this better than just using the `2to3` tool that already ships with Python?
Re: Automated Python 2 to 3 code translation
#3I don't mean to be negative, but how is this better than just using the `2to3` tool that already ships with Python?
That's not negative. That's the first and possibly only question.
2to3 "works" on whole projects and I'm not sending my code whoknowswhere.
Re: Automated Python 2 to 3 code translation
#4I guess this is a sample project, that looks like a good portfolio piece, but for real applications it has all the downsides of an online tool and none of the upsides
I'll keep calling 2to3
Re: Automated Python 2 to 3 code translation
#5 a = "test"
if a Re: Automated Python 2 to 3 code translation
#6a = "test" if a
What about it?
Re: Automated Python 2 to 3 code translation
#7Re: Automated Python 2 to 3 code translation
#8I don't mean to be negative, but how is this better than just using the `2to3` tool that already ships with Python?
It's better for the people that operate the site because they get all of your Python code.
Re: Automated Python 2 to 3 code translation
#9I don't mean to be negative, but how is this better than just using the `2to3` tool that already ships with Python?
[deleted]
Re: Automated Python 2 to 3 code translation
#10I don't mean to be negative, but how is this better than just using the `2to3` tool that already ships with Python?
But this web-2to3 is monetised with ads. The python community didn't think of that.