Sinisterly
Help mee ! the best way to learn some programming languange - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE)
+--- Thread: Help mee ! the best way to learn some programming languange (/Thread-Help-mee-the-best-way-to-learn-some-programming-languange)

Pages: 1 2


Help mee ! the best way to learn some programming languange - kacol - 01-06-2016



Morning Coders !!

First programming language that i've learned is C++ thats very basic , i just learned hello word until array,matrix , and sometimes following tutorial like how to make snake games, and then i tried to learned Visual Basic , i think its more easy , but i learned still basic like following tutorial how to make keylogger. and now i think the future platform is android , it free and most of people use this so many . So i feel interested to learn Java , and now i still following tutorial ho to create zigzag games .

I want ask its okay i learn programming language like this ? , or i must be a master in C++ first , and then learn other language ? . I'm still confused about that .

Please recommend me the best way to learn some programming language ^^



RE: Help mee ! the best way to learn some programming languange - The Real Slim Shady - 01-06-2016

Pick a language. Stick with it until you've mastered all the core programming concepts such as


Variables
Constants
Conditionals
Arrays
Loops
Functions/Methods
Paradigms (OOP, Functional, Procedural, etc) and all that involves (eg classes, objects, methods for OOP)

Follow tutorials, and practice these concepts in whatever language you choose. it can be java, python, c++, C# - whatever. Just pick one and stick to it.

Once you are familiar with one language and all the core programming concepts, you can move on to other languages.


RE: Help mee ! the best way to learn some programming languange - kacol - 01-06-2016

(01-06-2016, 06:17 AM)The Real Slim Shady Wrote: Pick a language. Stick with it until you've mastered all the core programming concepts such as


Variables
Constants
Conditionals
Arrays
Loops
Functions/Methods
Paradigms (OOP, Functional, Procedural, etc) and all that involves (eg classes, objects, methods for OOP)

Follow tutorials, and practice these concepts in whatever language you choose. it can be java, python, c++, C# - whatever. Just pick one and stick to it.

Once you are familiar with one language and all the core programming concepts, you can move on to other languages.

Okayy thankyou very much, thats so helpfull Biggrin


RE: Help mee ! the best way to learn some programming languange - mothered - 01-06-2016

If you're Interested In learning PHP (which Is a very powerful language), checkout my thread here: https://www.sinister.ly/Thread-Tutorial-Learn-PHP


RE: Help mee ! the best way to learn some programming languange - BreShiE - 01-06-2016

Following tutorials isn't knowing how to program.


RE: Help mee ! the best way to learn some programming languange - kacol - 01-06-2016

(01-06-2016, 04:03 PM)BreShiE Wrote: Following tutorials isn't knowing how to program.

Yeahh thats my problem !! , I think so ! . Sometimes when i write a program , i'm confused the detail function of the codes/syntax . So I just knew the function for general

(01-06-2016, 11:04 AM)mothered Wrote: If you're Interested In learning PHP (which Is a very powerful language), checkout my thread here: https://www.sinister.ly/Thread-Tutorial-Learn-PHP

i've had never tried this programming language


RE: Help mee ! the best way to learn some programming languange - The Real Slim Shady - 01-06-2016

OP: Try going to https://www.codecademy.com/ and choosing a language there. They even have Java. They give you a pretty thorough walk-through of what you need to know, then it's just a matter of practicing.

(01-06-2016, 04:03 PM)BreShiE Wrote: Following tutorials isn't knowing how to program.

No, but you can learn how to program from a good tutorial.


RE: Help mee ! the best way to learn some programming languange - meow - 01-06-2016

(01-06-2016, 04:36 PM)kacol Wrote: Yeahh thats my problem !! , I think so ! . Sometimes when i write a program , i'm confused the detail function of the codes/syntax . So I just knew the function for general

That's why you shouldn't follow tutorials before actually learning the language. Also, whatever you do, don't pick Java as your first language.


RE: Help mee ! the best way to learn some programming languange - Megan - 01-07-2016

Personally I started with Python first because I found it the easiest because of the way it reads, funnily enough now I find arduino C easier than Python.


RE: Help mee ! the best way to learn some programming languange - kacol - 01-07-2016

(01-06-2016, 05:17 PM)The Real Slim Shady Wrote: OP: Try going to https://www.codecademy.com/ and choosing a language there. They even have Java. They give you a pretty thorough walk-through of what you need to know, then it's just a matter of practicing.


No, but you can learn how to program from a good tutorial.

yeah i've joined codecademy last month Biggrin , thanks

(01-07-2016, 01:26 AM)Megan Wrote: Personally I started with Python first because I found it the easiest because of the way it reads, funnily enough now I find arduino C easier than Python.
okay I'll try