I created a Google spreadsheet to help me learn common phrases in Ruby and Python. This is an overly-ambitious project that I’ll probably never finish (I’ll have the function names learned faster than I update the spreadsheet). Anyone out there want to help? Add a comment below and I’ll ad you as a contributor to the spreadsheet.
- Related Content by Tag
- c#
- javascript
- python
- ruby
Python decimals:
http://docs.python.org/lib/module-decimal.html
– Paddy.
(although this won’t help you learn the idioms of each language).
– Paddy.
ruby split is s.split(‘,’)
trim is s.strip
this is an interesting document especially if you could incorporate the language X way of doing common things, not just standard lib functions.
Thanks for the contributions guys! I don’t see any reason why I can’t start making multi-line cells to cover more complex idioms…?