Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
auxym
on Dec 5, 2016
|
parent
|
context
|
favorite
| on:
Python for Feature Film: Programming Images to Lif...
From my limited experience, the code that needs the most work is that involving reading text files -- the whole unicode vs bytes thing.
For the rest, the 2to3 tool does the vast majority of the job.
singularity2001
on Dec 5, 2016
[–]
just tried 2to3 on a small code-base and it seriously BROKE logic, i.e. introduced bugs!
dekhn
on Dec 5, 2016
|
parent
[–]
could you be more specific
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
For the rest, the 2to3 tool does the vast majority of the job.