All Questions
3 questions
5
votes
2
answers
141
views
Python2 to Python3 print fixer in Perl
Sometimes, I'm reviewing old questions written in Python2, with no parentheses around print statements. Or I'm changing one of my older codes, also without ...
7
votes
1
answer
850
views
Simple text localization system
My first question relates to the first Python module that I published on Python. This is a very small and simple module, the package contains only one class. This is a port of a Perl module Locale::...
3
votes
2
answers
729
views
Improving python3 processing speed (against a reference perl script)
In order to create fast map/reduce processor for hadoop, I'm evaluating many languages. I'm learning python so I would like my python processor to go as fast as my perl processor.
So, for this ...