ruby/python database tutorial?
September 12, 2006 3:29 PM
Subscribe
I'm searching for a simple ruby/python database application tutorial.
A long time ago, like six years ago, I came across this simple tutorial for php/mysql that showed you, from the ground up, how to put a simple database of your video collection online.
Is there a similar tutorial that emphasizes creating a simple front-end for a mysql database using ruby or python, geared toward n00bs?
Using either Ruby or Python I want to write an application that lets users do three things:
1. log in
2. input a single number, tied to the day's date.
3. display the user numbers sorted by date in descending order.
anyway, if anyone knows of a simple tutorial for using ruby/python with mysql, that would be awe-some.
posted by mecran01 to technology (5 comments total)
7 users marked this as a favorite
http://www.rubywizard.net/ruby-mysql.html
posted by mecran01 at 3:44 PM on September 12, 2006