Programming

Programming is the process of creating a set of instructions that tell a computer how to perform a task. Programming can be done using a variety of computer "languages," such as SQL, Java, Python, and C++.

Here are the languages of what to start with:

  • HTML
    • HyperText Markup Langauge forms the heart of webpages. It uses tags as placeholders for contents to be posted in.
  • CSS
    • Cascading Style Sheets are used for formating and laying out web elements.
  • JavaScript
    • javascripts are programs used to bring a webpage to life. They are used for the interactive components of a webpage.
  • php
    • Personl Home Page scripts are not as powerful as javascripts but are handy for basic input and output functions as well as site management and database integration.
  • SQL
    • Structured Query Language is used to create databases, store data and retrive data in a specific order.
  • Java
    • Java itself is a fully functional 3rd generation programming language. Unlike javascripts which are short programs, java can do much much more in terms of server-side to client-side communication, port assigning and encryption to name a few.
  • C++
    • Like Java, C++ is a 3rd generation programming language used for buliding application specific software. Whether the application is webbased, commandline or formbased, 3gpl have the advantage of utilizing system software to communicate with hardware or bypass it completely.
  • Python
    • Python is a high level programming, interpreted lang used to make programs such as brute force programs. interpreted meaning( it runs quick ) unlike a lang that needs to be compiled like cpp. python is much faster due to it being interpreted also python doesn't have much syntax and it's good for beginners.