School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,455 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,601 people online right now. Registration is fast and FREE... Join Now!




Choosing A Programming Language

 

Choosing A Programming Language

Angell

22 Feb, 2009 - 02:35 AM
Post #1

New D.I.C Head
*

Joined: 22 Feb, 2009
Posts: 2

Hey, I'm new to the programming world and was wondering, which language would be best to use/learn to make a statistics counter (minimum of 7 different options). I'm looking to make it so that at a click of a button, multiple statistics will increase, and a total for each is counted.

Can anyone help point me towards what i need to learn?

Moderator Note: Modified thread title to be more descriptive.
- Core


User is offlineProfile CardPM
+Quote Post


no2pencil

RE: Choosing A Programming Language

22 Feb, 2009 - 02:37 AM
Post #2

i R L33t Skiddie, k?
Group Icon

Joined: 10 May, 2007
Posts: 13,233



Thanked: 289 times
Dream Kudos: 2875
Expert In: Goofing Off

My Contributions
** Moved to Software Development **
User is online!Profile CardPM
+Quote Post

UnknownCoder

RE: Choosing A Programming Language

22 Feb, 2009 - 10:06 AM
Post #3

D.I.C Head
Group Icon

Joined: 22 Feb, 2009
Posts: 119



Thanked: 4 times
Dream Kudos: 25
My Contributions
Do you mean for a website?
User is offlineProfile CardPM
+Quote Post

markhazlett9

RE: Choosing A Programming Language

22 Feb, 2009 - 03:05 PM
Post #4

Coding is a lifestyle
Group Icon

Joined: 12 Jul, 2008
Posts: 1,443



Thanked: 45 times
Dream Kudos: 25
My Contributions
QUOTE(Angell @ 22 Feb, 2009 - 02:35 AM) *

Hey, I'm new to the programming world and was wondering, which language would be best to use/learn to make a statistics counter (minimum of 7 different options). I'm looking to make it so that at a click of a button, multiple statistics will increase, and a total for each is counted.

Can anyone help point me towards what i need to learn?



This can be really done in pretty much any language... good languages may be BASIC if you're just starting out, Java, C++, Python, etc....
User is offlineProfile CardPM
+Quote Post

Angell

RE: Choosing A Programming Language

23 Feb, 2009 - 12:29 AM
Post #5

New D.I.C Head
*

Joined: 22 Feb, 2009
Posts: 2

Thanks for the replies.

UnknownCoder - Not for a website, needs to be standalone and portable if possible.

markhazlett9 - Thank you, though I'm not sure where to start. Do you know of any good free online tutorials that could help me through this.. Or if possible would you be able to give me some pointers?

Thanks,
User is offlineProfile CardPM
+Quote Post

westforduk

RE: Choosing A Programming Language

23 Feb, 2009 - 10:29 AM
Post #6

D.I.C Head
**

Joined: 16 Aug, 2007
Posts: 55



Thanked: 1 times
My Contributions
Maybe something like visual basic would be good.
User is offlineProfile CardPM
+Quote Post

markhazlett9

RE: Choosing A Programming Language

23 Feb, 2009 - 11:08 AM
Post #7

Coding is a lifestyle
Group Icon

Joined: 12 Jul, 2008
Posts: 1,443



Thanked: 45 times
Dream Kudos: 25
My Contributions
QUOTE(Angell @ 23 Feb, 2009 - 12:29 AM) *

markhazlett9 - Thank you, though I'm not sure where to start. Do you know of any good free online tutorials that could help me through this.. Or if possible would you be able to give me some pointers?

Thanks,



Well as for tips and things there wouldn't be too much i can do if you have no knowledge of the language. What I would recommend doing is start out going and buying a java/BASIC/C++ book and just start working through it. Since you're wanting to do this with a GUI then java is potentially the easiest for hard coding a GUI, but it does have some intermediate concepts to be able to do this. So I would grab a book(can be an ebook too) and just start working through it from beginning until you have enough skills to do what you need to do. And remember DIC is here for you every step of the way so if you run into issues as long as you have some code we can help you out. Hope this helps... Cheers
User is offlineProfile CardPM
+Quote Post

krzysz00

RE: Choosing A Programming Language

27 Feb, 2009 - 04:54 PM
Post #8

D.I.C Head
Group Icon

Joined: 25 Feb, 2009
Posts: 78



Thanked: 2 times
Dream Kudos: 100
My Contributions
Python or Ruby. If you want to jump in C++. (This thread may or may not generate a flamewar)
User is offlineProfile CardPM
+Quote Post

PsychoCoder

RE: Choosing A Programming Language

27 Feb, 2009 - 05:04 PM
Post #9

Dyslexics Untie!
Group Icon

Joined: 26 Jul, 2007
Posts: 14,714



Thanked: 501 times
Dream Kudos: 11450
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
I personally would say C#, it has C+/Java syntax and it a little easier (in my opinion) for newcomers to learn. It's a powerful language, is strongly typed and easy to learn. The drawback is it runs on x86 (Windows) architecture only (unless you look at the Mono project). If you want something that will run on multiple platforms I would look into C++ or Java, both of which will run on most (if not all) platforms out there.

As @markhazlett9 pointed out this can be done in almost any language, it all boils down to personal preference really, as in today's day and age most language are capable of just about the same tasks. Just my 2¢ smile.gif
User is offlineProfile CardPM
+Quote Post

krzysz00

RE: Choosing A Programming Language

27 Feb, 2009 - 05:04 PM
Post #10

D.I.C Head
Group Icon

Joined: 25 Feb, 2009
Posts: 78



Thanked: 2 times
Dream Kudos: 100
My Contributions
I'm trying to get the "Hello DIC" thread up and running. When DIC heads start posting we'll (hopefully) have a big collection of language samples. Check it out here
User is offlineProfile CardPM
+Quote Post

mrgoo

RE: Choosing A Programming Language

3 Mar, 2009 - 12:39 PM
Post #11

New D.I.C Head
Group Icon

Joined: 1 Mar, 2009
Posts: 22


Dream Kudos: 50
My Contributions
I would go for python myself as I learnt this as my first language. Now I am onto c++ but it seems a little heavy for a statistics counter. But c++ would work well too. I suppose you could use the visuals but I am a little in the dark about them.

If you want a good python tutorial go to http://www.sthurlow.com/python/ as I find that this is quite a good tutorial for beginners.

for c++ I would go with http://www.learncpp.com as It is very clear.

as for the visuals I can't really help you there.
User is offlineProfile CardPM
+Quote Post

gabehabe

RE: Choosing A Programming Language

4 Mar, 2009 - 04:49 AM
Post #12

Sexy DIC
Group Icon

Joined: 6 Feb, 2008
Posts: 8,829



Thanked: 175 times
Dream Kudos: 3275
Expert In: Lots of things.

My Contributions
C# is goooood for beginners. Personally I started with C++, it's great preparation for the world of coding. Makes you think more, since you often have to write your own way of doing things.

QUOTE(Psycho)
As @markhazlett9 pointed out this can be done in almost any language, it all boils down to personal preference really, as in today's day and age most language are capable of just about the same tasks. Just my 2¢
Do I detect a hint of twitter habits shining through here? wink2.gif

This post has been edited by gabehabe: 4 Mar, 2009 - 04:50 AM
User is online!Profile CardPM
+Quote Post

smithroy9

RE: Choosing A Programming Language

27 Apr, 2009 - 11:24 PM
Post #13

New D.I.C Head
*

Joined: 27 Apr, 2009
Posts: 2

ASP.Net and C# is good language for starting in software industry. Hanu Software is an offshore software development company in India, have professional software developers working in ASP.net and other language like JAVA, PHP.

This post has been edited by smithroy9: 27 Apr, 2009 - 11:28 PM
User is offlineProfile CardPM
+Quote Post

thursdayniac

RE: Choosing A Programming Language

28 Apr, 2009 - 12:02 AM
Post #14

D.I.C Head
**

Joined: 26 Apr, 2009
Posts: 108



Thanked: 3 times
My Contributions
@mrgoo

Guess I'm lazy like you
User is offlineProfile CardPM
+Quote Post

drjoe51

RE: Choosing A Programming Language

29 Apr, 2009 - 11:52 PM
Post #15

D.I.C Head
**

Joined: 16 Mar, 2008
Posts: 134



Thanked: 1 times
My Contributions
Start With Python... Great Starter Language
User is offlineProfile CardPM
+Quote Post

Hiram

RE: Choosing A Programming Language

2 Jun, 2009 - 05:12 PM
Post #16

New D.I.C Head
*

Joined: 2 Jun, 2009
Posts: 39



Thanked: 3 times
My Contributions
Well uh, if you want portable, then I'd say Java would be the best bet.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/8/09 01:59AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month