Any language can be learned in that time if you are willing to put in the hours needed to study it.
Which you should learn depends on what kind of programming you want to do. Java, html, and asp are intended for developing web pages. C++ is intended for application programming (it is what was used to make Windows itself). Oracle is intended for database programming. You can use C++ for the web, Oracle for applications, etc.
If you are looking for a "first language", start with "C". You will learn more the fundamentals of programming from there then any of the others. The programming principles you learn will be usable with any other language.
2007-11-27 02:07:45
·
answer #1
·
answered by dewcoons 7
·
2⤊
0⤋
Try Python, especially if you are a beginner.
C is a good choice of a language to learn, but I would start with Python. It's syntax is every easy to learn and the library of available APIs is huge. Given concerted study, you coul d learn the fundamentals very well in about a week. C has a somewhat steeper learning curve.
Python is interpreted, so you lose execution speed. But you can experiment in real time, typing code into the interpreter and executing it directly rather than having to go through compilation.
Because the libraries closely follow standard Unix system calls, you will also get a good feeling for how these libraries work. It is also supports a precedural and object oriented approach to programming.
Python is free and cross-platform. Some libraries are not cross platform, but on the whole a program that runs on Windows will also run on Mac and Unix.
http://www.python.org
2007-11-27 10:22:23
·
answer #2
·
answered by damnyankeega 6
·
1⤊
0⤋
html (if your good at programing can be a week project). I would say that java is a bit longer maybe a moth, but if you know anyhting about programing object oriented languages before this then I could see you doing it in 25. C++ is 25 maybe for the basics but learning the entire thing can take a lifetime (ever look at the java standard library, and its shorter the C++ library)
2007-11-27 10:04:33
·
answer #3
·
answered by zspace101 5
·
0⤊
0⤋
if your familiar with IDE's then C++ or Java is possible. Other wise I would pick Perl, PHP or Python. They are scripting languages and you can learn the language, not worrying about figuring out the whole environment. And, always start with "Hello World". It's a foot in the door.
2007-11-27 10:28:44
·
answer #4
·
answered by tfloto 6
·
1⤊
0⤋
If you have early knowledges about programming you can learn any languages principles in 21 days.
C++ is a good start to newbies, clear syntax and OOP.
If you want to learn web development you can try with php, is too easy and you can learn in 20 days.
2007-11-27 12:26:26
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
Do you have programming experience and are looking to pick up another language, or are you a beginner?
If you are a complete beginner, I'm not sure you can learn a language WELL in less than a month.
2007-11-27 10:17:50
·
answer #6
·
answered by Big John Studd 7
·
0⤊
0⤋
if u r giving Ur full involvement, then u can learn anything u want
2007-11-28 01:04:30
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋