Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeromedalbert/python-challenge-in-ruby
Python Challenge in Ruby
https://github.com/jeromedalbert/python-challenge-in-ruby
Last synced: about 2 months ago
JSON representation
Python Challenge in Ruby
- Host: GitHub
- URL: https://github.com/jeromedalbert/python-challenge-in-ruby
- Owner: jeromedalbert
- License: mit
- Created: 2013-04-12T10:30:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T00:57:10.000Z (4 months ago)
- Last Synced: 2024-09-18T05:18:08.941Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 1.91 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Challenge in Ruby
Back in the day when I was learning Ruby, I decided to do the http://www.pythonchallenge.com (in Ruby) to get more acquainted with this language. The quality of the code written back then was not great, but I keep this repository available for other people who might be doing the same challenge.
Each folder represents a level.
## Usage
Go to any folder and type :
$ ruby solve.rb
You may have missing gems at some point. In which case you can type :
$ gem install gem_name