October 3, 2006

Cool Python Function

Posted by Stephen on October 3, 2006 in Programming, Stuff

I’m not sure that others would find this interesting, but I’m posting it anyway in case I need this later. While working on a Python script, I needed something that would generate the proper suffixes to make ordinal numbers like 1st, 2nd, and 3rd. Since some markup schemes allow you make the suffix […]