Nope I Am Not Going To Tell You That
Nope I Am Not Going To Tell You That
2. Java Script:
Its a browser/client side language. It makes the webpage more interactive. Like for
example when you enter a comment on Facebook then the whole page doesn’t load., just
that comment is added. This kind of functionalities are added into webpages with
JavaScript. Javascript brought about a revolution in webapps.
3. Assembly Language:
The most low level programming language because its nothing more than machine code
written in human readable form. Its hard to write and you need to have deep
understanding of computers to use this because you are really talking with it. Its
very fast in terms of execution.
4. C:
Its a low level language too that’s why its fast. It is used to program operating
system, computer games and software which need to be fast. It is hard to write but
gives you more control of your computer.
5. C++ :
Its C with more features and those features make it more complex.
6. Perl:
A language which was developed to create small scripts easily . Programming in Perl
is easy and efficient but the programs are comparatively slower.
7. Python:
Perl was made better and named Python. Its easy, efficient and flexible. You can
automate things with python in a go.
8. Ruby:
Its similar to Python but it became popular when they created a web application
development framework named Rails which lets developers to write their web
application conveniently.
9. HTML and CSS:
HTML and CSS are languages not programming languages because they are just used
display things on a website. They do not do any actual processing. HTML is used to
create the basic structure of the website and then CSS is used to make it look good.
11. SQL: This is not a programming language. It is used to interact with databases.
This list could be long because there are too many programming language but I
introduced you to the popular ones.
So now its time for the question for today,
Which Language Should Be Your First Programming Language?
Well I don’t have the right to choose a programming language for you. So I will
suggest you three of them,
1. Getting Started
Learn HTML & CSS. They are easy and will give you a basic idea of how programming
works. You will be able to create your own webpages. After HTML you can go with PHP
and SQL, so will have a good grasp over web designing and then you can go with
python, C or Java. I assure you that PHP, HTML and SQL will be definitely useful in
your hacking journey.