I would like to get some opinions on the value of taking a basic Ruby programming class.
About me: Recent Eng/Biz grad, want to eventually start my own company. I am much more of a business person than an engineer, yet having graduated from a top ten engineering school, I realize the value of understanding tech no matter what part of a startup you work on.
Because I am interested in the web tech space, I think it would be a valuable experience for me to take 6 week online crash course in Ruby in order for me to 1) be conversant in a very popular language in this space and 2) have the ability to do very rough mockups of product ideas, or at least understand what goes into building them, and 3) become more generally aware of peripheral issues in web tech and what goes into the development process.
I have taken C++ classes in the past (no HTML or CSS experience though), so programming itself is not new to me and I have no illusions about becoming some mad awesome programmer in a couple of weeks. I’m simply looking for a new perspective in seeking out and solving entrepreneurial problems.
I’d love to get some perspective from actual programmers and startup people on wisdom or tomfoolery of this idea. I am leaning towards going for it at this point, but might be dissuaded if the reasons are strong, or if better uses of my free time are proposed.
For the record, the class is cheap (<$100) and is geared to beginners.
I’m all ears.
If you go the Python route, I've got a free book I'm working for beginners that might be too beginner for you:
http://learnpythonthehardway.org/
But I reference two other books on that page which actually could be a good start for you. After that, check out the Django book:
http://www.djangobook.com/en/2.0/
Which will teach you Django, a very popular web framework (more popular than Rails actually).
I'd also say, take everything I say with a grain of salt. I'm humorously famous for hating Rails.