I just read an
article that compares the Java programming language to another, lesser-known language called Python. It states:
"...the Python paradox: if a company chooses to write its software in a comparatively esoteric language [like Python], they'll be able to hire better programmers, because they'll attract only those who cared enough to
(
Read more... )
Comments 3
#include
int main(void){
printf("Hello, World!\n");
return 0;
}
Fewer lines, but more cryptic function calls, includes, and explicit newlines.
Georgia Tech's intro CS classes are now in Python then Java. When I first came here, they were Psuedocode then Pascal, transitioning to Psuedocode then Java. Then they went to Scheme-then-Java for a while, now Python-then-Java. Everyone still learns Java, but their first exposure is now to Python.
Of the later classes I've taken, four were in C, two were in Java, one was in C++, two in SQL. And I've only got one actual coding class left to take, which will most likely be in C.
Reply
Reply
Reply
Leave a comment