Hey all,
I'm in the initial stages of planning out a new website and I really want to make sure I get the inside scoop on my options when it comes to implementation.
My background includes only rudimentary coding experience, but I do have a few years of SQL and basic HTML/CSS under my belt.
At its core, my project really only requires a text field and submit button on the front end, and then server-side scripts to interpret input and interface with what will hopefully become a large database handling multiple concurrent connections.
I started to explore Python through the MIT OpenCourseWare series, which I would highly recommend for anyone interested in a free, lecture and example-oriented crash course in the language.
After digging around for a while, I caved and started in on a full Ruby on Rails implementation, but after working through a few sample programs it looks like this may be way more than I need. I don't need tons of views, lists, etc etc. I'm not building basecamp or twitter, just something to take an input, run logic and kick out a new string. quick and easy.
Future features could include mining and visualizing the database, as well as browser add-ins.
What do you guys think? Is the magic of python where it's at? Is RoR still an option for such a simple setup? Should I give up my ophidiophilia and skinny-jean wishes for the pragmatic ubiquity of PHP?
I'm in the initial stages of planning out a new website and I really want to make sure I get the inside scoop on my options when it comes to implementation.
My background includes only rudimentary coding experience, but I do have a few years of SQL and basic HTML/CSS under my belt.
At its core, my project really only requires a text field and submit button on the front end, and then server-side scripts to interpret input and interface with what will hopefully become a large database handling multiple concurrent connections.
I started to explore Python through the MIT OpenCourseWare series, which I would highly recommend for anyone interested in a free, lecture and example-oriented crash course in the language.
After digging around for a while, I caved and started in on a full Ruby on Rails implementation, but after working through a few sample programs it looks like this may be way more than I need. I don't need tons of views, lists, etc etc. I'm not building basecamp or twitter, just something to take an input, run logic and kick out a new string. quick and easy.
Future features could include mining and visualizing the database, as well as browser add-ins.
What do you guys think? Is the magic of python where it's at? Is RoR still an option for such a simple setup? Should I give up my ophidiophilia and skinny-jean wishes for the pragmatic ubiquity of PHP?