I Want To Start Programming

R3dFr0st

New Member
So i want to stert programming and i dont know what language to start off i know nothing about programming lqnguages so something easy to start off with would be nice maybe also you could put some online tutorials for me to learn from
thanks in Advance
Frost
 
Depends on what you want to create.
If you want to create/program websites, then css, html,
or javascript are your best options.

Like wolfekng mentioned, python is the easiest language
to learn for beginners, because it is a high level language,
the syntax is not confusing.

if your truly interested in programming, you should learn a
object-oriented language like c++ or c#, JAVA, etc...
Object-oriented programming can be a challenge to beginner
programmers to understand, but learning it early will greatly
enhance your ability to create rich applications.
 
A Byte of Python v1.92 said:
Python supports procedure-oriented programming as well as object-oriented
programming. In procedure-oriented languages, the program is built around
procedures or functions which are nothing but reusable pieces of programs. In
object-oriented languages, the program is built around objects which combine data
and functionality. Python has a very powerful but simplistic way of doing OOP,
especially when compared to big languages like C++ or Java.
yea, an object oriented language.
 
If you are still in school, or in college, consider taking a discrete mathematics class. It's all about logic and theory, which is a basis for programming. And as others said, python is probably easiest. Pretty fun to play with too. Though if this is your career choice, consider C++ or java.
 
I'm not going to agree with python at all, I can't stand using it.It's powerful yes, but the forced formatting isn't good for beginners. I'd say java or C/C++
Though my personal choice would be java.
 
I'm not going to agree with python at all, I can't stand using it.It's powerful yes, but the forced formatting isn't good for beginners. I'd say java or C/C++
Though my personal choice would be java.

We don't recommend python because it's powerful, but it is very simple to use. If you take an intro to programming class. There is a good chance it'll be using python
 
Back
Top