Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Reply
 
LinkBack (1) Thread Tools Display Modes
Old 07-08-2010, 12:42 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Question Help in Choosing a Programming Language


I am a student of std.7 and learning GW-BASIC in school...BASIC can't give me good results as I want and other languages will start from std.9

I can't wait for that long[sick of BASIC].I am trying to choose some other good programming languages.[i know this ques is silly]
Desktop Application Programming and Web app making is my main purpose.I don't wanna learn many languages one by one and then choose...I just wanna stick to 1 or 2...



Which one should I choose since I am not an expert programmer?It should also have an option to import sprites etc from graphics tools[will use IDE's of those languages][GUI included]
  • Visual c++[or just c++]
  • Visual c#
  • java
  • or any other
I also wanna make databases.So Which database scripting language should I use? Or other than all above,should I use Adobe products for all my things since they have a high integration within all programs[all adobe products.]Some other things to ask :-
  • Is interpreter better or compiler?
  • what is distributed application programming?
  • Explain me visual studio.net briefly...
I will ask other things later...help me plz
__________________
Digitally Impulsed

Last edited by jayantr7; 07-08-2010 at 01:36 PM.
jayantr7 is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-08-2010, 03:56 PM   #2 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Default Re: Help in Choosing a Programming Language

I don't want to learn 10's of programming languages and then decide.Please help me in here.Is Visual Basic also good?

How are these? : Python,Ruby,Perl,F#??
Please answer with some meaningful answers.I want this help as I can't decide!!
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 07-08-2010, 07:57 PM   #3 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Default Re: Help in Choosing a Programming Language

hey frndz,please help me in this topic.... i want one programming language with the capability to integrating with a database language.....at least in total 2 or 3 languages[including DB,programming lang.,scripting lang. etc]....
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 08-08-2010, 12:24 AM   #4 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Help in Choosing a Programming Language

Python, Ruby, Perl are very high level languages. IMO you should start with C to gain knowledge about sequential programming, then goto C++ to learn object oriented programming.

These two programming languages are like a base in their respective categories. Once you know these languages you will know the concepts of programming. After that all that you need to do is learn the "syntax" of a language like Java, etc. Python, Perl, Ruby are more of scripting languages than programming languages, that can be easily learnt if you have a strong base.

Also, I'd advise you to use GCC or Intel's compiler for learning C/C++ even though you may use Visual Studio for debugging. Reason being VC++ is not entirely standards compliant. And once you get used to a non-standard compiler it is difficult to "unerase" those practices. While the reverse is certainly not true. So start with a compiler that is standards compliant. Non-standard compiler means the code will not be portable across platforms (for e.g. your code on VC++ may not always build or even run on other platforms like UNIX, Linux etc.).

Another thing I'd like to point out is NEVER EVER start your C/C++ programming with Turbo C or C++! That will ruin your start!!!
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is online now   Reply With Quote
Old 08-08-2010, 08:31 AM   #5 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by infra_red_dude View Post
Python, Ruby, Perl are very high level languages. IMO you should start with C to gain knowledge about sequential programming, then goto C++ to learn object oriented programming.
I disagree. Python is perfect for a new programmer, C and C++ would make the new programmer think about unnecessary details and are often complex for them too. Python also teaches Object Oriented Programming.
In my opinion, start with Python and then go with C.

Quote:
These two programming languages are like a base in their respective categories. Once you know these languages you will know the concepts of programming.
Python or Perl can also form a strong base for a programmer and that too without head banging with various complexities of C or C++. In fact after learning Python or Perl, the programmer will attain a certain level and will be more suited to move to lower level languages like C or C++.
Quote:
After that all that you need to do is learn the "syntax" of a language like Java, etc. Python, Perl, Ruby are more of scripting languages than programming languages, that can be easily learnt if you have a strong base.
True. However, Python , Perl, Ruby are not *just* scripting languages. Each of them is a powerful language which will form a strong base in Programming.

Quote:
Also, I'd advise you to use GCC or Intel's compiler for learning C/C++ even though you may use Visual Studio for debugging. Reason being VC++ is not entirely standards compliant. And once you get used to a non-standard compiler it is difficult to "unerase" those practices. While the reverse is certainly not true. So start with a compiler that is standards compliant. Non-standard compiler means the code will not be portable across platforms (for e.g. your code on VC++ may not always build or even run on other platforms like UNIX, Linux etc.).

Another thing I'd like to point out is NEVER EVER start your C/C++ programming with Turbo C or C++! That will ruin your start!!!
Agree with that.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 08-08-2010, 11:50 AM   #6 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Thumbs up Re: Help in Choosing a Programming Language

Quote:
Originally Posted by infra_red_dude View Post
Another thing I'd like to point out is NEVER EVER start your C/C++ programming with Turbo C or C++! That will ruin your start!!!
Thanks for helping you both.I started to learn c++ with turbo c++ and that too got me dead.

Should I use Visual Basic as it's easy and RAD too.Or should I use a non-standard compiler first?
List of Hello World Programs in 200 Programming Languages


This page too helped me in deciding.Can I make or maintain a database in these languages or do i have to make one in SQL IDE's.What about Java?Is it just for WEB OR Also for Desktop App Programming?Which language should I use for Web app programming?
I am confused between Perl and python.I'll learn C first but should I learn it from any book or just from internet??
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 08-08-2010, 04:26 PM   #7 (permalink)
Alpha Geek
 
Join Date: Jan 2007
Location: In your hearts
Posts: 828
Default Re: Help in Choosing a Programming Language

hhmm.... friend, when i was in sixth standard i was nearly in same position as u r now. I started with Visual Basic 6.0, then goes to Visual Basic 2008,then 2010 then finally Python (and now learning C in my college). u should go for Visual Basic 6.0. This language is easy, clean interface. Although it is event driven programming language and not Object Oriented but it will be a good start. First Learn Visual Basic 6.0 then go to other editions of same language, then come to Python, finally C and C++. at the end go to Sun Java. Follow this procedure and learn every language then u will be a good programmer. Also all u need is to learn how to think, whats the approach for creating a program, this is nearly same for every language, anything that changes is the syntax of language.
abhijangda is offline   Reply With Quote
Old 08-08-2010, 06:06 PM   #8 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: Help in Choosing a Programming Language

IMO u r confused only because u have heard multiple languages at once. i am telling u what i think being the best:

1> start using GNU for C++ programming. refer online documentation as well as a book that covers multiple topics (EXCLUDING yashwant kanetkar).

2> build ur programming approach by creating algorithms of ur own. think of a problem (Eg. finding meaningful words from jumbled up words) and bring up solution of ur own or refer a site if u r having problems.

do this if u want to choose computers as ur carreer option.

3> C++ has the potential to outrun EVERY prog lang in the WORLD in every aspect. be it database, security, comunication etc. and this no exgerration. I have done it and strongly believe in it.

4> if u know the syntax for C++ then other prg lang will come to u easily.

i wrote such a long post (sry 4 that) 4 you. also make sure that every thing in this post is not a matter of months. it is a long process and time is of utmost importance. after such process u will feel that u have ur own style of programming and better at sorting out problems in ur head rather than studying it in a book. and that is a GOOD FEELING.

u have plenty of time and other studies. make it a hobby of yours to think and find problems and the solutions.

and best of luck and as others say happy programming...
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 08-08-2010, 07:35 PM   #9 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Smile Re: Help in Choosing a Programming Language

Quote:
Originally Posted by arpanmukherjee1 View Post
IMO u r confused only because u have heard multiple languages at once. i am telling u what i think being the best:

1> start using GNU for C++ programming. refer online documentation as well as a book that covers multiple topics (EXCLUDING yashwant kanetkar).

i wrote such a long post (sry 4 that) 4 you. also make sure that every thing in this post is not a matter of months. it is a long process and time is of utmost importance. after such process u will feel that u have ur own style of programming and better at sorting out problems in ur head rather than studying it in a book. and that is a GOOD FEELING.

u have plenty of time and other studies. make it a hobby of yours to think and find problems and the solutions.

and best of luck and as others say happy programming...
But many says that it's a bit difficult to start with c++.And your post is not long for me as i like reading informative posts.Yup,I have a plenty of time in just one manner.I have to learn 3d animation,computing maths,photoshoping,etc.......

I have decided a little but still more suggestions needed.Because I don't then at last want to change after wasting many months....

What language is better for online apps n databases??
And thanks for helping you all.
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 08-08-2010, 09:19 PM   #10 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by jayant_raj7 View Post
What language is better for online apps n databases??
PHP is good for web applications due to simplicity and wide support. However I recommend Python for new programmers as it is brilliant combination of ease of use, logical, and powerful. Any language can interact with database anyway.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 08-08-2010, 09:45 PM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Aug 2010
Posts: 1
Default Re: Help in Choosing a Programming Language

Hi,

you are a student first of best of luck for your studies and exams accoding to your query you want to know that which must be the best programming language so in this field there are certain options to choose such as Java ,C++, software development there are many more but these are the best one which can help you and can provide assistance for your job and other such related fields

Thanks!

_________________-

uk pharmacist
nibheds is offline   Reply With Quote
Old 08-08-2010, 11:50 PM   #12 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by Liverpool_fan View Post
I disagree. Python is perfect for a new programmer, C and C++ would make the new programmer think about unnecessary details and are often complex for them too. Python also teaches Object Oriented Programming.
In my opinion, start with Python and then go with C.


Python or Perl can also form a strong base for a programmer and that too without head banging with various complexities of C or C++. In fact after learning Python or Perl, the programmer will attain a certain level and will be more suited to move to lower level languages like C or C++.
I agree with you that Python/Perl are really simpler to learn and program that kind of give the person an abstraction. My point is, if a person starts with an easy to learn language he/she may not like to go back to something has has a steeper learning curve. I've seen that happen. Once you program in Python or Perl, you will find it kind of a waste of time to learn C/C++ that require much more things.

The idea here is to start learning C/C++ and then move to higher level languages. This way one can appreciate the ease and advantages of higher level languages more than one would have, had he/she taken the reverse order.

Also I believe C/C++ is like a baseline. You cannot do without it (rather, the concepts it teaches), be it for normal programming, or Embedded programming. No matter what platform you take you are bound to have a C compiler for that platform. It is like a universal language which every programmer should know.

Quote:
Originally Posted by Liverpool_fan View Post
True. However, Python , Perl, Ruby are not *just* scripting languages. Each of them is a powerful language which will form a strong base in Programming.
Again, I agree with you. I was just trying to tell him about compilers and interpreters. The source code for these languages need not be compiled. They are interpreted line by line. However, one can create binaries of the source code.


Quote:
Originally Posted by jayant_raj7 View Post
Thanks for helping you both.I started to learn c++ with turbo c++ and that too got me dead.

Should I use Visual Basic as it's easy and RAD too.Or should I use a non-standard compiler first?
List of Hello World Programs in 200 Programming Languages


This page too helped me in deciding.Can I make or maintain a database in these languages or do i have to make one in SQL IDE's.What about Java?Is it just for WEB OR Also for Desktop App Programming?Which language should I use for Web app programming?
I am confused between Perl and python.I'll learn C first but should I learn it from any book or just from internet??
My suggestion would be:
1) Learn C first then C++
2) Move to a higher level language like Python (I would recommend that over Perl)
3) Learn PHP, Javascript

Skip Visual Basic....
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is online now   Reply With Quote
Old 09-08-2010, 10:01 AM   #13 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by infra_red_dude View Post
Skip Visual Basic....
^^^^^^^ +1
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 09-08-2010, 10:07 AM   #14 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by arpanmukherjee1 View Post
IMO u r confused only because u have heard multiple languages at once. i am telling u what i think being the best:

1> start using GNU for C++ programming. refer online documentation as well as a book that covers multiple topics (EXCLUDING yashwant kanetkar).
+1 Yashwant kanetkar sucks. Lots of non ANSI stuff.

Quote:
Originally Posted by jayant_raj7 View Post
But many says that it's a bit difficult to start with c++.And your post is not long for me as i like reading informative posts.Yup,I have a plenty of time in just one manner.I have to learn 3d animation,computing maths,photoshoping,etc.......

I have decided a little but still more suggestions needed.Because I don't then at last want to change after wasting many months....

What language is better for online apps n databases??
And thanks for helping you all.
You must learn C before C++ because much of C++ syntax is same as C. Actually, it is well to be considered an extension of C with some awesome extra features like OOP, etc.

Quote:
Originally Posted by Liverpool_fan View Post
PHP is good for web applications due to simplicity and wide support. However I recommend Python for new programmers as it is brilliant combination of ease of use, logical, and powerful. Any language can interact with database anyway.
True. PHP is the industry standard in webapps, although it sucks at performance.

Quote:
Originally Posted by infra_red_dude View Post
I agree with you that Python/Perl are really simpler to learn and program that kind of give the person an abstraction. My point is, if a person starts with an easy to learn language he/she may not like to go back to something has has a steeper learning curve. I've seen that happen. Once you program in Python or Perl, you will find it kind of a waste of time to learn C/C++ that require much more things.

The idea here is to start learning C/C++ and then move to higher level languages. This way one can appreciate the ease and advantages of higher level languages more than one would have, had he/she taken the reverse order.

Also I believe C/C++ is like a baseline. You cannot do without it (rather, the concepts it teaches), be it for normal programming, or Embedded programming. No matter what platform you take you are bound to have a C compiler for that platform. It is like a universal language which every programmer should know.

Skip Visual Basic....
Skip VB. It sucks.
I did not learn C before PHP.
My learning sequence was like PHP, SQL, Python, C. Now learning C++ too. It doesn't make much of difference which language you learn first, you just need to have the learning desire.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline   Reply With Quote
Old 09-08-2010, 07:15 PM   #15 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Default Re: Help in Choosing a Programming Language

Thanks to all of you for helping me.
Why should I skip VB??It's considered to be easy and also very powerful.
OK,I'll start C before C++.
What about Java?I am deciding too right now but will decide my final at the end.Should I use a good well known book for learning these or just any book or just by Internet??
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 09-08-2010, 09:40 PM   #16 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Help in Choosing a Programming Language

You should learn Java after C and C++. Not before.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline   Reply With Quote
Old 09-08-2010, 09:40 PM   #17 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Help in Choosing a Programming Language

VB works only in windows. And its neither as powerful as C. At the core, it sucks, sort of a GUI extension to BASIC.

Given the increasing market of Linux, Mac, you should learn languages which works everywhere.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline   Reply With Quote
Old 10-08-2010, 12:15 AM   #18 (permalink)
Super Moderator
 
asingh's Avatar
 
Join Date: May 2008
Location: New Delhi
Posts: 5,548
Default Re: Help in Choosing a Programming Language

^^
Plus VB warps the fundamentals of programming, if learnt as the first language.
__________________
MSI P45 Platinum(BIOS v1.7B)|Q9550[E0]@3.85Ghz@1.320V[453x8.5]MCH@1.184V|ICH@1.55V|DDR_V_Ref_A_B@1.05V|NH-D14|Corsair TWIN2X4096-8500C5(5-5-5-15)@1089Mhz@2.14V
2xHD4890[Xfire]@1000/900[MEM/GPU]|Corsair 650TX|Seagate180GB+80GB+WD1TB|SONY-DVD-R|CM690|2x120mm Scythe Ultra Kaze|DELL S2409W|APC 1100VA|Scythe Kaze Server
Windows 7 Ultimate RTM - 64BIT|Catalyst 10.5 (8.14.10.0753) forced with RadeonPRO|PS3 160GB|Sony 40EX520|AC Ryan POHD Mini|APC 800VA|APC 800VA|D425KT|CM100 Elite|2TB WD|Acer D255

Test your spoiler tags before submitting
asingh is offline   Reply With Quote
Old 10-08-2010, 11:38 AM   #19 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: Help in Choosing a Programming Language

like i said before C++ is the core to all ur programming needs. even 3D game engines and 3D applications eg. 3DS Max are C coded. highly portable if built around the standards, unlike java.
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.
arpanmukherjee1 is offline   Reply With Quote
Old 10-08-2010, 12:07 PM   #20 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by asigh View Post
^^
Plus VB warps the fundamentals of programming, if learnt as the first language.
As I said above, PHP was the first language I learned. I have programmed in VB too, but my programming concepts are very strong and my programming style conforms to industry standards (as said by many co-programmers)

So it really doesn't matter which programming language you learn first. Whatever you do, do with enough practice which will form basic concepts.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline   Reply With Quote
Old 10-08-2010, 02:09 PM   #21 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Help in Choosing a Programming Language

testing VB
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is online now   Reply With Quote
Old 10-08-2010, 08:41 PM   #22 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Thumbs up Re: Help in Choosing a Programming Language

As I got responses I choose :-
VB->I will just see it.[If it's good enough]
C + Python -> I will start learning it from now.
C++ ->It's the lord [Of Programming].So I have to learn it of course.
Java ->It will be taught in school.
PHP ->I will see.
And I will try to fully to concentrate on one and try to get that learning desire for a long time.It's something missing?
Clear my other doubts :-
# What's ANSI anyway?
# What about C#?
# What is distributed application programming?
Do I need need something to modify??ANd ThAnKs FoR aLl ThE hElP...
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 10-08-2010, 10:00 PM   #23 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Help in Choosing a Programming Language

Quote:
C++ ->It's the lord [Of Programming].So I have to learn it of course.
heh @ that
Anyway, while I'll suggest Python, you *can* consider C if you *really* wish. If you want to achieve things faster, go for Python, if you want to begin with a harder language, which does require more effort for initial language but is a one language that has to be learned, then it's C for you. However the probability of learning outdated concepts and flawed practices is also more likely due to poor manuals (make no mistake, it's well documented but I'm talking of poor books and antiquated code available in the net), as well as inexperienced programmers making a wrong choice.
Please don't look for any language beyond C or Python at this point of time. While I am not against any language, Perl, PHP, Ruby, Java, each is good; however these two languages C and Python are really well document. Choice of the two depends on how you wish to start.

For Python, I'll give you some links:
BeginnersGuide - PythonInfo Wiki
Python - Notes (Get 2.6.x one)

For print book, this one is good.
Learning Python, Third Edition - O'Reilly Media

Don't get confused by Python 2.6 and Python 3.x at this point of time. Simply start with 2.6. 2.6 is still widely used and you can ease onto 3.x at later stage easily.

And stay clear of VB. (No I mean Visual Basic NOT vBulletin)
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 11-08-2010, 01:18 AM   #24 (permalink)
XLr8
 
arpanmukherjee1's Avatar
 
Join Date: Sep 2008
Posts: 637
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by jayant_raj7 View Post
# What's ANSI anyway?
have a look at
American National Standards Institute - Wikipedia, the free encyclopedia
Overview

Quote:
Originally Posted by jayant_raj7 View Post
# What about C#?
what about it ?? what do u want to know its just another prg language. dont use it at this stage. it has LOTS of classes and u will only get confused if ur concepts of OOPs are not clear.

Quote:
Originally Posted by jayant_raj7 View Post
# What is distributed application programming?
very very advanced concept. u will study it at college level in 4th year of b.tech.

until then have a look at
Distributed computing - Wikipedia, the free encyclopedia
OpenMP.org About OpenMP and OpenMP.org

from ur post i get that u have finally chosen a good path of learnig
Happy Programming !!!!!
__________________
Quote:
There are more things in heaven and earth, Horatio,
Than are dreamt of in your philosophy.

Last edited by arpanmukherjee1; 11-08-2010 at 01:24 AM.
arpanmukherjee1 is offline   Reply With Quote
Old 12-08-2010, 10:24 AM   #25 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Talking Re: Help in Choosing a Programming Language

Thanks to you all...
These reply's helped me a lot.That's also one of the reasons why I like Thinkdigit[It's community too] the most in-spite that CHIP is getting more interesting now-a-days...

Quote:
from ur post i get that u have finally chosen a good path of learnig
Happy Programming !!!!!
Who is he??I can't remember him.So from now my journey begins.List some very good online tutorials site for C if possible[Not for Python].I will ask some questions in this thread if needed later...
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 12-08-2010, 08:10 PM   #26 (permalink)
BE FREE
 
Join Date: Apr 2005
Location: Akash Ganga
Posts: 1,565
Default Re: Help in Choosing a Programming Language

Congratulations - so you finally settled for C, there is some tutorial on wikipedia- see if you can follow it, as its not an easy language as it looks( not dissuading you), however never use Let us C by Kanetkar, you will learn nothing.

Mastering C by venugopal/prasad - tatamcgraw
Apress.Beginning.C.From.Novice.to.Professional.- ivor horton

and there is one Sams teach yourself C , also a good one......

---------- Post added at 08:10 PM ---------- Previous post was at 08:05 PM ----------

Free C Tutorials - freeprogrammingresources.com

C Programming Tutorial
__________________
"To know that we know what we know, and to know that we do not know what we do not know, that is true knowledge." ~ Copernicus
azaad_shri75 is offline   Reply With Quote
Old 13-08-2010, 12:16 PM   #27 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Help in Choosing a Programming Language


Anyway, the C book I recommend is "The C Programming Language". Another one, I have heard good reviews is : C Programming, a modern approach. Not sure how good is this one though, since I haven't read it.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 13-08-2010, 04:45 PM   #28 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Default Re: Help in Choosing a Programming Language

OK! Thank to you all :-P:-P

I will buy those books later...
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Old 13-08-2010, 06:45 PM   #29 (permalink)
BE FREE
 
Join Date: Apr 2005
Location: Akash Ganga
Posts: 1,565
Default Re: Help in Choosing a Programming Language

Quote:
Originally Posted by Liverpool_fan View Post

Anyway, the C book I recommend is "The C Programming Language". Another one, I have heard good reviews is : C Programming, a modern approach. Not sure how good is this one though, since I haven't read it.
thanks for the recommendation , will check that.
__________________
"To know that we know what we know, and to know that we do not know what we do not know, that is true knowledge." ~ Copernicus
azaad_shri75 is offline   Reply With Quote
Old 14-08-2010, 12:49 PM   #30 (permalink)
Passionate
 
jayantr7's Avatar
 
Join Date: Mar 2010
Location: India
Posts: 239
Default Re: Help in Choosing a Programming Language

Which Compiler or IDE to use for C and Python?As said above,not to choose Visual basic.Then what?There are tons of apps for that.Which one is the best??
__________________
Digitally Impulsed
jayantr7 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/programming/130650-help-choosing-programming-language.html
Posted By For Type Date
Blog Posts Will Slow Down | Make Funn This thread Refback 23-08-2010 03:23 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
easiest programming language Cooltechie Chit-Chat 12 29-07-2010 08:06 PM
One Giant Command Line MetalheadGautham Open Source 23 24-05-2008 02:31 AM
Please Help Out Guys Official Techie QnA (read only) 2 05-05-2007 02:08 PM
Valuable Sites for Techies sreedevi Tutorials 15 04-10-2005 10:35 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 03:21 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2