IT guy picking up programming - C#, Python, or Ruby - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-08T06:08:17Zhttp://stackoverflow.com/feeds/question/1050710http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby13IT guy picking up programming - C#, Python, or Ruby [closed]Krevin2009-06-26T19:06:55Z2009-06-27T11:35:36Z
<p>Hi There (this turned out kinda long but i appreciate you reading),</p>
<p>I've been in IT for about 10 yrs. I've had exposure in everything from rolling out server environments, to routing, to security. I've worked quite a bit with web servers and have been exposed to the superficial structure of things like asp.net, css, html, xml, php, mysql, mssql etc. </p>
<p>With that said, I'm comfortable in those environments, but i've never gotten into the programming side of things - well i've done a couple databases, know how to write a SELECT statement, and can probably deduce how a few lines of code function if i stare at them long enough.</p>
<p>Anyway, I've been reading up on programming languages for 2 days. There are probably 30 posts on stackoverflow alone about getting started in programming. Usually these assume nontechnical people either under a deadline crisis "ill get fired if i dont know java by this afternoon" or the casual "programming looks neat, can i try?"</p>
<p>I haven't found any posts that address people with technical backgrounds and our learned or inherent ability to think and deduce logically and analytically. </p>
<p>My interest is as an systems "inventor", I find my hands tied when wanting to prototype an idea, and often have to seek out help to do things. For instance if i wanted to write a web app or desktop app or even create a small device that would allow me to surf the web on my TV (i know spend the 200 bucks on appleTV or find a cheap laptop) I would have to find help for almost every step of that, or ineffectually ramble through trying to do it myself. In both circumstances, i would have no idea of evaluating whether what was done was of any quality or possessed any flaws or had potential pitfalls.</p>
<p>So, with that said, i was looking for a programming language that would allow me to start tinkering quickly (eliminates c and c++/ and java is supposed to be verbose and bloated), would allow me to be creative, and open the door for understanding when moving into something much more in depth... building a small OS or the next facebook.</p>
<p>I'm currently tossing around Ruby, Python, and C#. </p>
<p>-Ruby sounds exciting but I understand it's mostly hyped because of rails, may be a bit shallow in depth, and could lead to poor programming technique... in the end though, isnt technique more conceptual than syntax?</p>
<p>-Python seems like a good option in that it has the ease of Ruby, but is perhaps more extensible? My concern is that it may not be widely supported or accepted. Although I've read to the contrary, I don't ever remember hearing "yeah that awesome... was built in python", but then maybe i just havent been listening. From a publicity level, i dont think i've ever heard python talked about.</p>
<p>-C# seems to have very mixed opinions from it being the next evolution in C,C++... to it just being Microsofts hand being crammed down our throats because of their breadth in the industry.</p>
<p>With that said, I'm not really looking for a language debate, so much as which is gonna get me going so i'm tinkering this weekend and for years to come.</p>
<p>I'm not saying I'll have google built by monday, but i'd like to get past the card and dice games and into something more interesting (yes, i took a java class in college which i did well in but was turned off after becoming bored by the course's pace).</p>
<p>Like most of you here, I'm a pretty smart guy. I pick up things quickly, i have a high IQ, and I'm driven when i get my hands into something. My problem is that I lose interest if I hit deadends with no resources to get me through (potential pitfall of ruby?). I want to find something that will allow me to get going, but I don't want to find out in a year that "oh you learned .... pfft, you shoulda learned ... and you be able to do SO much more"</p>
<p>I do understand that most people learn multiple languages, but I would bet that many also still use their first language quite a bit, unless its obsolete of course (and even then?).</p>
<p>Thanks for reading, that was a bit more wordy than I'd anticipated, but sure would be helpful to get feedback. </p>
<p>//EDIT
I just typed a bunch of stuff realizing that this couldn't possibly be the etiquette for responses, so I'll post like the rest of ya!</p>
<p>//EDIT2 aparently there's no way to post. Sorry I suppose i need to get past thinking of this as a forum.</p>
<p>Anyway, The opinions i've brought up are clearly not my own, so comments like java being bloated are just reitterations of the info available to me... of course i cannot form an educated opinion b/c i'm obviously uninformed.</p>
<p>To the posts about employment, I'd be more concerned with demand. I do really quite well as an IT/Security consultant, so the job thing doesnt attract me as much as the ability to create things that other people want.</p>
<p>I'm absolutely mindblown by the volume of activity on my post in such a short time. I agree that I will probably learn more languages in the future, but i think like anything, in laying the foundation, you are initially although perhaps not permanently shaping your course for growth... and in some sense i think that probably sticks with you inevitably.</p>
<p>In regard to what I want to do, I think its pretty inevitable that I'd want to develop something web based and/or mobile. From an IT standpoint, things have been going that direction for years. And as far as platform, i'm pretty agnostic. I'm writing this to you from Vista (bleh) but run Ubuntu on my laptop and use VM's to run a bunch of flavors of linux. I even have that Mac OS VM, but it runs like crap. Maybe that's a good allegory for programming languages. I'm versed in many OS's because I have to be, and even run Vista on my desktop so I'm familiar with it, and in this case, how bad it is (lets not get off topic)</p>
<p>About Objective-Basic, i think that has the same quality of C# in that its platform specific, actually more so than C#. </p>
<p>C# seems more intimidating than the other two. </p>
<p>On the Dreamer's side of things>
Wordpress, Twitter, Facebook - all huge, if you were going to make the next big one, which would you use?
On the Practical side of things>
Is Ruby really extensive enough to bother with? I still am not sure what Python is used for. C# and Ruby I've seen working, and I've even rolled out C# sites on servers so they seem more tangible. Can someone nail down python a bit more for me?</p>
<p>//Edit3
So realistically, I think I'd mostly work on web based stuff... albeit hopefully more innovative than FORM->DB->OUTPUT... Does that affect Python as a good option?</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050728#105072823Answer by Bryan Rowe for IT guy picking up programming - C#, Python, or RubyBryan Rowe2009-06-26T19:10:07Z2009-06-26T20:53:21Z<p>C# , easy to do client (including mobile) or web apps, lots of tools, resources, and pretty much the standard at many places.</p>
<p>Edit to updated question:
In regards to web development, C# gives you access to ASP.NET (MVC), better Silverlight support and more. All great foundations for building kick-ass web apps.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050743#105074328Answer by Matthew Vines for IT guy picking up programming - C#, Python, or RubyMatthew Vines2009-06-26T19:13:03Z2009-06-26T19:13:03Z<p>Your mention wanting to prototype ideas. And do small single user apps. Python seems to me to be the winner. You can do web or desktop apps. Many people use it strictly for prototyping, it interfaces with C so you can talk to hardware pretty easily, and there are libraries for everything you can think of.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050765#10507652Answer by Josh Bradley for IT guy picking up programming - C#, Python, or RubyJosh Bradley2009-06-26T19:17:13Z2009-06-26T19:17:13Z<p>Well if you just want to get in there and start tinkering with a language and expect good results, then I might suggest Objective-C? With that knowledge, you could start developing your own iPhone apps. Other than learning how to program, you would be able to get sufficient results fast. As time goes by and you become better at it, you could make more advance iPhone applications. If you really wanted to do something for a computer, you could then turn to developing for the Mac OS because it uses the same language environment (Xcode) as developing for the iPhone. Well, hope this helps. I'm developing in this language right now and I've only started learning Objective-C since the beginning of this summer. It's not too hard to learn.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050767#10507677Answer by Lennart Regebro for IT guy picking up programming - C#, Python, or RubyLennart Regebro2009-06-26T19:17:52Z2009-06-26T19:17:52Z<p>All three are good options, but there are differences.</p>
<p>Python and Ruby are easiest to start with, and as you mention Python wins on third-party modules and general support. Python is the big grower in languages at the moment, and definitely a language of the future.</p>
<p>C# is a Microsoft thing, and big in the MS universe, but mildly ignored outside it, so unless you plan to eat and breathe MS I wouldn't bother.</p>
<p>So in summary: Python. No contest.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050776#10507762Answer by Tim Sullivan for IT guy picking up programming - C#, Python, or RubyTim Sullivan2009-06-26T19:20:14Z2009-06-26T19:20:14Z<p>While I'm primarily a Ruby on Rails guy nowadays, and a Delphi programmer for Windows applications, I'd have to suggest that you consider C# using Visual Studio 2008, given your requirements. It can do both Windows applications and Web applications, and more than that there are excellent visual designers, which will get you a huge chunk into prototyping even without writing any actual code.</p>
<p>Longer term you may want to look into alternatives if you decide to become serious about writing software, but for what you're asking for Visual Studio 2008 is second to none.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050791#105079118Answer by tgamblin for IT guy picking up programming - C#, Python, or Rubytgamblin2009-06-26T19:23:02Z2009-06-26T22:04:09Z<p>If you are just starting out programming, it doesn't matter what you learn. You're going to learn the same concepts in any of these languages, and if you eventually become a competent programmer, switching languages should not be a problem for you.</p>
<p>If I were you, I would approach this as learning a way of thinking rather than learning a specific language. The fundamental problems are similar no matter what language you're writing in. None of the languages you list is so different that you wouldn't be able to pick it up easily, knowing one of the others.</p>
<p>If I had to choose one, I would say go with python, simply because it's simple to write, it tries to avoid complicated syntax that might confuse a beginner, and there are a wide variety of available libraries. If you want to do web stuff first, I <em>might</em> say go with Ruby instead, since I happen to like Rails. You can do web stuff just fine in Python, though.</p>
<p>Once you know the basics, though, I would strongly recommend putting down the Python book for a while and picking up a book on <a href="http://en.wikipedia.org/wiki/Data%5Fstructure" rel="nofollow">data structures</a> and <a href="http://en.wikipedia.org/wiki/Algorithm" rel="nofollow">algorithms</a>. If you <em>really</em> want to know how to organize a program and how to build efficient systems, that's what you need to know, not the details of a particular language. After you get the hang of that, pick up a book on software engineering or design. <a href="http://www.cc2e.com/" rel="nofollow">Code Complete</a> and <a href="http://rads.stackoverflow.com/amzn/click/0201633612" rel="nofollow">Design Patterns</a> come to mind.</p>
<p>Don't get yourself stuck in a language rut.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050793#10507934Answer by unknown (google) for IT guy picking up programming - C#, Python, or Rubyunknown (google)2009-06-26T19:23:16Z2009-06-26T19:23:16Z<p>Take a day to experiment with each language. Find a toy problem at Project Euler or Code Kata, and implement a solution in each language.</p>
<p>Writing a hundred lines of code will inform your decision better than reading a thousand opinions on the internet. (-;</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050797#10507970Answer by shylent for IT guy picking up programming - C#, Python, or Rubyshylent2009-06-26T19:24:22Z2009-06-26T19:30:20Z<p>C#? Am I going to tie myself to Windows? Nope.</p>
<p>Ruby? Well, as we all know, ruby is <em>rails</em> and that's already narrowing your possibilities too much.</p>
<p>Python? Well, I am a big fan of the language so I am not going to, you know, tell you how much I like it foaming at the mouth. Out of the three languages you've listed it is a clear winner.</p>
<p>This question should be tagged <em>subjective</em>. It should also be tagged <em>holywar</em>.</p>
<p><strong>EDIT</strong></p>
<p>learn perl</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050801#105080110Answer by John Pirie for IT guy picking up programming - C#, Python, or RubyJohn Pirie2009-06-26T19:25:07Z2009-06-26T19:25:07Z<p>Kevin, people learn multiple languages, and many don't use their first language at all. I don't use my first, second, third, fourth or fifth.</p>
<p>Don't get hung up on choice of language. You won't make a mistake learning Python or C#: both have huge libraries and huge user bases behind them. You can do it all in either. (Can't speak to Ruby, never tried it.) Just dive in -- you can learn two or even three at a time if you want.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050803#10508031Answer by JackM for IT guy picking up programming - C#, Python, or RubyJackM2009-06-26T19:25:33Z2009-06-26T19:25:33Z<p>As a working .net developer who uses C#, I can tell you that it appears that the job market is in constant need of C#/.NET Developers.</p>
<p>I can't speak for PHP or Ruby, but with the amount of penetration Microsoft has, the majority of businesses use, and rely on Microsoft products. So, by that rationale, there will typically be more jobs available to you.</p>
<p>If you are looking at just learning programming, and doing things on your own, then I'm not sure as I have no experience with PHP or Ruby.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050805#10508051Answer by Andriyev for IT guy picking up programming - C#, Python, or RubyAndriyev2009-06-26T19:26:09Z2009-06-26T19:26:09Z<p>Of your list Python seems to be a good option.</p>
<p>It is easy to learn and as you said - very extensible.</p>
<p>And as far as publicity goes - Google, Yahoo, NASA etc use it as part of their application development cycles. It is used in YouTube and BitTorrent. I got that from <a href="http://en.wikipedia.org/wiki/Python%5F%28programming%5Flanguage%29" rel="nofollow">http://en.wikipedia.org/wiki/Python_(programming_language)</a></p>
<p>In fact the latest thing - Google Wave has Python libraries which are put up at their site <a href="http://code.google.com/apis/wave/guide.html" rel="nofollow">http://code.google.com/apis/wave/guide.html</a></p>
<p>cheers</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050807#10508073Answer by Robert S. for IT guy picking up programming - C#, Python, or RubyRobert S.2009-06-26T19:27:46Z2009-06-26T19:27:46Z<p>Call me crazy, but maybe you should learn a little of all three, then focus on the one you like.</p>
<p>If you end up loving C# and only <em>liking</em> Python and Ruby, you can use IronPython and IronRuby in your .NET environment.</p>
<p>Remember, though, that just knowing C# will not really be enough. You'll want to learn the .NET Framework as well.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050808#10508082Answer by Juergen for IT guy picking up programming - C#, Python, or RubyJuergen2009-06-26T19:27:56Z2009-06-26T19:27:56Z<p>Hi Krevin,</p>
<p>I will try to give my subjective 2 cents to your question. I have not yet worked with C# or Ruby yet.</p>
<p><strong>C#</strong> seams to be rather interesting stuff, but my personal concern is that it is proprietary Microsoft stuff what I don't like at all. I like my programming languages rather open, since I am developing on Linux. Yes, there is Mono and stuff, but still I feel unconfortable.</p>
<p><strong>Ruby</strong> also sounds interesting and new and might have some advantages. But I have no time to check it out and also it is rather new.</p>
<p>Python has its "batteries included". That is a nice thing, and thats the reason I started with it, 5 years ago or so. I stayed with it, because it really is as good as described and better. It is a really dynamic language and I can do with it in one or three lines, what costed me hundreds in C++ before.</p>
<p><strong>Batteries included</strong> means, that it has a really good and complete library and further modules are available in the internet. So for nearly all circumstances, you are armed here.</p>
<p><strong>Python is also a good language to learn</strong>. It does not carry the heavy burdon of the syntax of an old language (like C#), but has its own rather simple and clear language. You can learn it rather quickly.</p>
<p>Still, inspite of easy learning, it combines the power of object oriented languages (with a rather clear model) and functional programming for the advanced programmer.</p>
<p><strong>I clearly recommend Python!</strong></p>
<p>Addon: You asked, how the professional usage is. Python is used by Google as far as I know and at least in one Massively Online Multiplayer-Game (MMORPG or so, sorry that I don't get this right now) (realtime of course). Also several other companies are using it. So it is definitively widely used.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050821#10508214Answer by Alan for IT guy picking up programming - C#, Python, or RubyAlan2009-06-26T19:30:58Z2009-06-26T19:30:58Z<p>If I had to teach someone who has never programmed in his life (but clearly has the potential like you), it's a toss up between Ruby and Python. </p>
<p>Ruby and Python are more or less equivalent in terms of ease of learning.</p>
<ol>
<li>You'll learn how to program with classes and objects</li>
<li>They support plain old imperative programming constructs such as if, for, etc.</li>
<li>They have great libraries to do the basics.</li>
<li>They have interactive environments where you can type in language constructs into console for immediate execution.</li>
</ol>
<p>Ruby is not merely Rails, even though Rails <em>is</em> the killer app for Ruby. Python is older and has the support of Google. It ain't going away.</p>
<p>Most of the great programmers I know aren't hung up on a language. They usually know several languages and can see the computer science concepts that every languages tries to express. As you learn, you'll probably learn C, C# and/or Java. </p>
<p>Now if you were really serious, learn Scheme from SICP.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050845#10508451Answer by David Berger for IT guy picking up programming - C#, Python, or RubyDavid Berger2009-06-26T19:34:50Z2009-06-26T19:34:50Z<p>In addition to many of the other reasons to try python, let me just add that some of those bash scripts you have installed on your crontab could be replaced by python scripts when they get too complicated.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050854#10508541Answer by Mark Seemann for IT guy picking up programming - C#, Python, or RubyMark Seemann2009-06-26T19:38:28Z2009-06-26T19:38:28Z<p>Coming from an IT background, you must have done some scripting already. If that's the case, a 'language' like PowerShell may actually be a good way into 'real' software development.</p>
<p>PowerShell is built on the .NET framework, so while you have a shell-like language to get you started, you also have access to the full .NET Base Class Library. When you get to know how that works, picking up one of the other, 'real' .NET languages may be easier.</p>
<p>Today (or at least within the next six monts), the .NET framework also has versions of both ruby and python (called IronRuby and IronPython, respectively). You can also elect to pick up C#, or even, once you get even more advanced, F#.</p>
<p>Although I admit that I am biased, being a C# developer myself, I think that the breadth of languages and tools offered on the .NET platform is truly staggering. If you can live with being tied into Microsoft's platform, that would be my recommendation.</p>
<p>Good luck in any case.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050861#10508610Answer by Crenshaw for IT guy picking up programming - C#, Python, or RubyCrenshaw2009-06-26T19:40:10Z2009-06-26T19:40:10Z<p>You want to go from "IT guy" to "systems inventor". I'm not sure one programming language will get you all the way there. A good start would be something you could use often in your current situation. </p>
<p>If you "do Unix" at all, go with python -- or my favorite, Perl-- for useful scripting. </p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050863#10508631Answer by Zak for IT guy picking up programming - C#, Python, or RubyZak2009-06-26T19:40:25Z2009-06-26T19:40:25Z<p>Python and Ruby are very similar on the surface, and either would make an excellent starting language. Ruby is probably the more extensible of the two, offering the ability to change just about anything at runtime, and for that reason I'd recommend... Python.</p>
<p>As a starter language, Python is nearly perfect. There are few surprises. That library you just loaded didn't change the behavior of the whole language. It is a design goal of the language that there be one, and only one obvious way to do things.</p>
<p>That's not to say it's not powerful. Google Maps is written in Python, reddit is (now) written in Python. There are great libraries and frameworks available for web apps, desktop apps, games, scientific computing and a host of other tasks.</p>
<p>C# is fairly similar to Java, and has much more of an enterprise flavor. It's not what you'd want for making something quick and fun.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050872#10508721Answer by Adam Cushner for IT guy picking up programming - C#, Python, or RubyAdam Cushner2009-06-26T19:42:19Z2009-06-26T19:42:19Z<p>Python.<br><br>
Easy to learn (It comes from a language that was designed to teach people to program)<br>
Clean syntax<br>
Cross platform (C# has mono I know, but that can be a pain)<br>
Can be used for large programs and one-off scripts easily<br></p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050888#10508880Answer by Zack for IT guy picking up programming - C#, Python, or RubyZack2009-06-26T19:44:39Z2009-06-26T19:44:39Z<p>I was just going to comment but had more to say than they would allow in a comment.</p>
<p>"but I would bet that many also still use their first language quite a bit" <- not necessarily.</p>
<p>To be honest, my first language was QBASIC back in high school as a freshman. I don't use it because I hate it, but it got me going on other languages which I now like C# and use it quite frequently. I am however finding myself going back to '*basic' (VB.NET to be precise).</p>
<p>I personally prefer C# because I can code very quickly and produce results in a reasonable amount of time. If I were using a native language, say, C++, I would have to do a lot more work which would take more time to do stuff. (Not really that bad if you get paid by the hour :P).</p>
<p>But heh, I'm still young. I've been programming on and off for about 4-6 years now.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1050966#10509661Answer by Up for IT guy picking up programming - C#, Python, or RubyUp2009-06-26T19:56:43Z2009-06-26T19:56:43Z<p>lisp anyone?</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1051052#10510521Answer by Valien for IT guy picking up programming - C#, Python, or RubyValien2009-06-26T20:14:36Z2009-06-26T20:14:36Z<p>Great question. I'm like you - Technology Geek/Admin/*nix guy and amateur developer. I picked up the <em>O'Reilly Head First Labs C#</em> book and it's been a great resource. Easy to read and you get some early successes by going through the exercises and programs. On top of that if you download MS VS Express 2008 it's a great (and free) IDE to work with.</p>
<p>My paying gig is a IT sales guy in the staffing/recruiting world. I will say that in our market (Greenville, SC) the hottest jobs are in this order -</p>
<ul>
<li>C# (especially if it includes some SharePoint work)</li>
<li>Java</li>
<li>All other languages (including PHP, Ruby, etc.)</li>
</ul>
<p>C# is not going anywhere and in fact is growing rapidly here. The .NET framework is pretty solid and I have a number of clients that are converting from Delphi, VB, Classic ASP, Java, etc to C# and .NET. To be honest, I can't find enough C# developers. Oh, they pay better than most other positions here too.</p>
<p>HTH some!</p>
<p>~Allen</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1051104#10511040Answer by Steve Mc for IT guy picking up programming - C#, Python, or RubySteve Mc2009-06-26T20:24:20Z2009-06-26T20:24:20Z<p>One thing I would like to put into the mix is javascript - especially if you're planning to any serious interactive style web programming. I find it dovetails quite nicely with c# as well (syntax very similar), so makes it easy switching back and forwards between server environment and client development. The real trick to getting started, whichever language you choose, is to find yourself a real-world project and jump right into it. If you're technically minded you will find answers to the problems you encounter one way or the other (which might include this website or others).</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1051136#10511360Answer by Shawn Simon for IT guy picking up programming - C#, Python, or RubyShawn Simon2009-06-26T20:29:57Z2009-06-26T20:29:57Z<p>I would write a small web application, first in C# (web forms... mvc is probably too much with url routing, etc.), then in Python (django). After that, choose for yourself. </p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1051164#10511640Answer by back2dos for IT guy picking up programming - C#, Python, or Rubyback2dos2009-06-26T20:36:41Z2009-06-26T20:46:25Z<p>i think, you should try ruby ... it's extremely extensive ... and it is very radical and through that, extremely sexy ...ruby is short, concise and powerful ... the real downside about ruby is its incredible slowness ...</p>
<p>still, simply using all language features, you will get an extremely good feeling for practices and approaches, that are simply natural in Ruby, such as first class and high order functions, that require a lot more coding and overhead in other languages ... once you understand these techniques/strategies and get a feeling for them, you can use them in other languages too ...</p>
<p>this book is an excellent starting point: <a href="http://www.ruby-doc.org/docs/ProgrammingRuby/" rel="nofollow">http://www.ruby-doc.org/docs/ProgrammingRuby/</a></p>
<p>the closest "serious" language to Ruby is Objective-C, if you care ... but it's slightly more verbose ...</p>
<p>about ruby's speed: it is really quite slow ... mostly, because even operations are method calls: 1+5 is 1.+(5) actually, if you will ... you can overwrite that + at runtime if you want to ... with that said, you maybe get an idea, why it is slow ...
yet, JRuby, which runs on JVM is a little faster, although it needs quite some time for booting ...</p>
<p>another brilliant language i would recommend is <a href="http://haxe.org" rel="nofollow">haXe</a> ... a high level language, that can be compiled/translated to PHP, JS, NekoVM bytecode, AVM1 and AVM2 bytecode (flash player 6-8 and 9-10) and C++ ... JVM may be next backend ... it's a very rich, powerful language, but very strict, in contrast to ruby ...</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1051575#10515751Answer by Joel Coehoorn for IT guy picking up programming - C#, Python, or RubyJoel Coehoorn2009-06-26T22:35:46Z2009-06-26T22:35:46Z<p>Personally, I'm a huge fan of C# (& VB.Net). </p>
<p>That said, I think for your situation you're likely to do better learning python. It's much more likely to also be applicable for scripting purposes in your day to day IT/system administration tasks.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1051915#10519152Answer by railsninja for IT guy picking up programming - C#, Python, or Rubyrailsninja2009-06-27T01:36:13Z2009-06-27T01:36:13Z<p>Everyone is just going to tell you things about the languages they use and like, which is odd because whatever you choose ultimately won'y impact on them in anyway. Pick a simple yet nontrivial idea and learn how to write that program in all three languages and see which one(s) you enjoy using. </p>
<p>I'm sure there are plenty of getting started tutorials for Python and C# out there, I have just never looked, but Google is obviously your friend there. If you want to have a look at ruby then is tons of stuff to get you started. Why's poignant guide to ruby is good for ruby and if you look at rails simply hit up the <a href="http://guides.rubyonrails.org" rel="nofollow">Rails Guides</a>. </p>
<p>I'm not necessarily advocating Ruby, it's just what I know best, pick the one you enjoy, or pick a combination, but learning them and writing some code is the only realy way to know.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1052165#10521651Answer by Aaron Hinni for IT guy picking up programming - C#, Python, or RubyAaron Hinni2009-06-27T05:26:09Z2009-06-27T05:26:09Z<p>Language doesn't mean poo, so don't get hung up on which one you learn first. Once you learn how to program, you should be able to pick up another language if you need to. Just pick one for now, and commit to it. Find an itch, and scratch it with whatever one you pick.</p>
<p>Your goal should be to learn the fundamental programming concepts, and not get bogged down on language syntax. I'd recommend picking up a book like <a href="http://pragprog.com/titles/ltp2/learn-to-program-2nd-edition" rel="nofollow">Learn To Program</a> to help learn those fundamentals.</p>
<p>To address some of your concerns about Ruby:
It is <em>not</em> mostly hyped because of Rails. Ruby is a killer language that is fun to program in. It may have picked up more popularity due to Rails, but it is quite useful outside of web development. It is neither shallow or unsupported and is plenty extensible, so have no fear if this is the route you go.</p>
<p>Folks who say "Ruby <em>is</em> Rails" don't know what they are talking about. Rails is just a great example of what Ruby can do.</p>
<p>Python is a very similar language to Ruby, and I don't think you will go wrong either way. You can use them for your day to day sys admin tasks, as well as build killer web applications with them.</p>
<p>Whichever language you pick, it won't be the wrong choice.</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1052179#10521791Answer by nightingale2k1 for IT guy picking up programming - C#, Python, or Rubynightingale2k12009-06-27T05:37:23Z2009-06-27T05:37:23Z<p>Groovy ... you would love it ... </p>
<p>I just discarded C#,php, ruby ... just look at the python a little bit .. but i am already in love with Groovy ... as simple as ruby but with the power of java :)</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1052349#10523491Answer by nikudesu for IT guy picking up programming - C#, Python, or Rubynikudesu2009-06-27T07:58:43Z2009-06-27T07:58:43Z<p>I was a systems administrator for 15 years and I started writing code after one year. Why? Automation, monitoring, and generally filling in holes where one-size-fit-all vendor software fails. There are a great deal of interesting challenges a systems administrator can deal with from the code-side. What starts with simple perl/python/shell scrips can eventually grow into a serious application requiring serious code. </p>
<p>I would imagine during your daily work, you have to do the same things many times. Automate it. And after you make that work, make it work well. After you make it work well, make it recover nicely should there be some sort of failure. After that, seek out the next challenge.</p>
<p>As for your platform, use what works best in your environment. Languages really don't matter too much as long as is does what you need it to do and there is some consensus with your peers. </p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1052434#10524341Answer by KHWP for IT guy picking up programming - C#, Python, or RubyKHWP2009-06-27T08:57:15Z2009-06-27T08:57:15Z<p>If you want to get really productive, are not concerned about others maintaing your and have an open mind I'd suggest trying Smalltalk! Once you have learnt Smalltalk you will be see where many of the features of other languages like Ruby, Objective-C and the like have come from and will be well placed to learn other languages </p>
<p>The basics of Smalltalk are easily learnt and the language well suited to scripting across platforms. Smalltalk is different from other languages (I won't explain why here) but as you haven't done much programming this is a distinct advantage!</p>
<p>There are several dialects of Smalltalk (VisualWorks, Squeak, Dolphin etc ) - and this can be confusing to a beginner so to begin with I'd suggest looking at Cincoms VisualWorks (not that VisualWorks is 'better' than say, Squeak - I use both incidentally - but you have to start somewhere...) </p>
<p><a href="http://www.cincomsmalltalk.com/CincomSmalltalkWiki/Getting%2BStarted%2BWith%2BSmalltalk" rel="nofollow">http://www.cincomsmalltalk.com/CincomSmalltalkWiki/Getting+Started+With+Smalltalk</a>
<a href="http://www.cincomsmalltalk.com/tutorials/version7/tutorial1/" rel="nofollow">http://www.cincomsmalltalk.com/tutorials/version7/tutorial1/</a></p>
<p>Cincom have a great set of tutorials and have a daily 2min to 3min podcast showing off aspects of the environment.</p>
<p>Once you have got the rudiments of Smalltalk under your belt I'd suggest having a look at at Seaside which is a framework for developing Web applications in a similar but quite different vein to Rails- very VERY interesting - give it a try.</p>
<p><a href="http://www.hpi.uni-potsdam.de/hirschfeld/seaside/tutorial" rel="nofollow">http://www.hpi.uni-potsdam.de/hirschfeld/seaside/tutorial</a></p>
<p>Good luck!</p>
http://stackoverflow.com/questions/1050710/it-guy-picking-up-programming-c-python-or-ruby/1052684#10526840Answer by Yassir for IT guy picking up programming - C#, Python, or RubyYassir2009-06-27T11:35:36Z2009-06-27T11:35:36Z<p>C# can be used everywhere (Web , Desktop , Mobile , Games ...) and have the .net framework to back it up (it has almost everything you can ever need) it has almost the same syntax as C/C++ and java </p>
<p>i can't talke about python because i ve never tried it but ruby on rails syntax looks strange to me !(just my opinion)</p>
<p>anyway go for C# you won't regret it</p>