Archives
- 2020
- 2019
- 2018
- 2017
- 2015
- 2014
- 2013
- 2012
-
2011
- December
- October
-
August
-
Pi Memorization Javascript
08/14/11
I've been memorising digits of pi off and on for years now. Not really sure why other than it is a fun challenge to be able to recite a long string of numbers.
A while back I had found a program that helped me memorise more digits by having a little box to enter the numbers into whic -
Python is Awesome
08/06/11
Case in point:
def fahrenheit(celsius):
fahr = (9.0/5.0)*celsius + 32
return fahr
for temp_c in range (0, 41):
temp_f = fahrenheit(temp_c)
print temp_c,"C" , "| %.1f F" % temp_f
Its almost like too-perfect of a langua
-
Pi Memorization Javascript
- July
- June