11-14-2015, 03:06 PM
I want to learn Programming from which i should start ?
Can anyone give me suggestions
Thanks in advance.
Can anyone give me suggestions
Thanks in advance.
(11-15-2015, 09:12 AM)Dudi Wrote:(11-14-2015, 03:06 PM)abi Wrote: I want to learn Programming from which i should start ?
Can anyone give me suggestions
Thanks in advance.
My advice:
Start with basic HTML, and then PHP.
After you can go with an object oriented programming language, like C#, C++ or Python (easiest).
(11-15-2015, 10:18 AM)RickB Wrote:(11-15-2015, 09:12 AM)Dudi Wrote:(11-14-2015, 03:06 PM)abi Wrote: I want to learn Programming from which i should start ?
Can anyone give me suggestions
Thanks in advance.
My advice:
Start with basic HTML, and then PHP.
After you can go with an object oriented programming language, like C#, C++ or Python (easiest).
I agree with Dudi. That's basically also how I started.
(11-15-2015, 04:13 PM)TrK Wrote:(11-15-2015, 10:18 AM)RickB Wrote:(11-15-2015, 09:12 AM)Dudi Wrote:(11-14-2015, 03:06 PM)abi Wrote: I want to learn Programming from which i should start ?
Can anyone give me suggestions
Thanks in advance.
My advice:
Start with basic HTML, and then PHP.
After you can go with an object oriented programming language, like C#, C++ or Python (easiest).
I agree with Dudi. That's basically also how I started.
Guys HTML is not a programming language its a text based markup language, then why you guys suggesting him to learn HTML. HTML is basic language and easiest one and for programming there is only one easiest language thats known as CPP or C++ or C plus plus.
(11-15-2015, 06:35 PM)RickB Wrote:(11-15-2015, 04:13 PM)TrK Wrote:(11-15-2015, 10:18 AM)RickB Wrote:(11-15-2015, 09:12 AM)Dudi Wrote:(11-14-2015, 03:06 PM)abi Wrote: I want to learn Programming from which i should start ?
Can anyone give me suggestions
Thanks in advance.
My advice:
Start with basic HTML, and then PHP.
After you can go with an object oriented programming language, like C#, C++ or Python (easiest).
I agree with Dudi. That's basically also how I started.
Guys HTML is not a programming language its a text based markup language, then why you guys suggesting him to learn HTML. HTML is basic language and easiest one and for programming there is only one easiest language thats known as CPP or C++ or C plus plus.
I actually meant the PHP part. PHP definately is programming. However HTML can be really useful when you are able to write.