You are viewing our Forum Archives. To view or take place in current topics click here.
First language to learn (Opinion)
Posted:
First language to learn (Opinion)Posted:
Status: Offline
Joined: May 25, 201113Year Member
Posts: 427
Reputation Power: 20
Status: Offline
Joined: May 25, 201113Year Member
Posts: 427
Reputation Power: 20
Now I know this has no straight forward answer, but i'd like to hear some opinions, along with any experiences you may have. I would like to know what the best language to start off with is. I'm currently learning Java, and have dabbled in html/css. Please, any feedback with this will be greatly appreciated!
#2. Posted:
Status: Offline
Joined: Jun 09, 201212Year Member
Posts: 3,109
Reputation Power: 3770
Status: Offline
Joined: Jun 09, 201212Year Member
Posts: 3,109
Reputation Power: 3770
it all depends on what you want to program. So many different languages.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 375
Reputation Power: 15
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 375
Reputation Power: 15
Java is love, Java is life
- 2useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5268
Motto: Consume Tacobell. Play RuneScape.
Motto: Consume Tacobell. Play RuneScape.
Status: Offline
Joined: Mar 09, 201212Year Member
Posts: 5,781
Reputation Power: 5268
Motto: Consume Tacobell. Play RuneScape.
Learn C++ or Python. They are both easy to grasp for beginners in my opinion.
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Any C based language (C++, C#, Java, PHP, etc) would be a good place to start, as learning one would allow you to pick up the others with relative ease, expanding your capabilities.
They all have a very similar syntax, so it will be fairly easy to switch between them. It would be easier for you to start with C# and move to Java, than it would be for you to start with Python and move to Java, for example.
But really, there is no "best" language. Even VB has its uses in the professional world.
They all have a very similar syntax, so it will be fairly easy to switch between them. It would be easier for you to start with C# and move to Java, than it would be for you to start with Python and move to Java, for example.
But really, there is no "best" language. Even VB has its uses in the professional world.
- 5useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 830
Reputation Power: 458
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 830
Reputation Power: 458
I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
shwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.
>python
>correct syntax
>kek
- 4useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Aug 19, 201014Year Member
Posts: 5,243
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201014Year Member
Posts: 5,243
Reputation Power: 532
ObscureCoder wroteshwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.
>python
>correct syntax
>kek
Well it teaches the basics, sure the original guy is a bit of a mug for saying that but it's certainly not too dissimilar from other languages.
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 830
Reputation Power: 458
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 830
Reputation Power: 458
ObscureCoder wroteshwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.
>python
>correct syntax
>kek
>correct syntax
in the way that everything has to be in a correct syntax to work, i.e. indentation etc.
- 0useful
- 2not useful
#10. Posted:
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
Status: Offline
Joined: Jun 29, 201311Year Member
Posts: 211
Reputation Power: 13
shwb wroteObscureCoder wroteshwb wrote I recommend learning Python first, it helps you get used to the correct syntax and it's really easy to use.
>python
>correct syntax
>kek
>correct syntax
in the way that everything has to be in a correct syntax to work, i.e. indentation etc.
Yes, just like literally EVERY other PROGRAMMING LANGUAGE.
logic++;
- 3useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.