Archive
Posts Tagged ‘roman numbers’
Roman numbers to decimal
November 8, 2012
Leave a comment
Problem
You want to convert Roman numbers to decimal and decimal numbers to Roman numbers.
Solution
I found a module for this task called romanclass (http://pypi.python.org/pypi/romanclass).
I wrote a simple wrapper around it, available here.
Categories: python
conversion, decimal, roman numbers

You must be logged in to post a comment.