# stackoverflow
-
Calculate Age with Python
I wrote a simple function to calculate how old someone is based on their birth date, but it sucked as it was really slow. After some searching on Stack Overflow I uncovered some really elegant and fast code.