Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Why every programmer should learn Python or Ruby

If you are a student, you probably know C, C++ and Java. A few know VB, or C# / .NET. At some point you’ve probably built some web pages, so you know HTML, CSS and maybe JavaScript. By and large, it is difficult to find students who have any exposure to languages beyond this. And this is a shame because there are a number of programming languages out there which will make you a better programmer.In this article, we give some reasons why you must learn Python or Ruby2.Compared to C/C++/Java – Python/Ruby allow you to write the same program with much, much fewer lines of code. It i...

11,345 0       PYTHON RUBY ADVANTAGE JAVAMCMDUSADVANTAG


  Why PHP is (so much) better than Ruby?

I attended this weekend my first Ruby conference, Ruby Lugdunum in Lyon. Besides cool talks and the fun of meeting people like Nick, Blake, or Laetitia, my friend Camille & I did a surprise lightning talk about how PHP is better than Ruby. Here are the slides and a more detailed transcript:A lot of free hosts: it’s easy to find a PHP host, you just have to google “free php host” and you find a ton of free PHP/MySQL hostsBigger community: The PHP community is really huge, and it’s really easy to find a PHP developerEasy to learn: Most people in the IT field have so...

85,390 0       PHP RUBY COMPARISM DIFFERENCE ADVANTAGE


  Top 9 Most Popular Programming Languages In IT Companies

1.) C LanguageC  Language is a general-purpose computer programming language developed between 1969 and 1973by Dennis Ritchie at the Bell Telephone Laboratoriesfor use with the Unix operating system.Although C was designed for implementing system software. it is also widely used for developing portable application software.?0102030405060708091011#include <stdio.h> int main(void) { printf("hello, world!\n"); return 0; }2.) C ++C ++ was developed by Bjarne Stroustrup starting in 1979&nb...

2,153 0       JAVA C C# C++ RUBY POPULAR PROGRAMMING L