On Github womenwhocodedc / thelanguagesoflanguages
A programming language is a human readable set of commands to communicate between machines and humans. It usually comprises of a set of instructions for the machine to perform specific tasks.
Variables Arrays Methods, Functions Loops Conditionals
Tools in every language that let humans communicate with computers.
Computers need cold, hard facts and simple, unnuanced instructions: languages provide you with tools to create logic for computers including ways to store data, get data once you've stored it, manipulate data, and serve it all up to a user.
What you want to build dictates what tools you should use.
Every language is different and better suited for some things over others. Lots of programmers know a handful of languages and will choose the language best suited to solve the problem at hand. Languages will differ from one another based on what the code you're writing looks like (called Syntax), when it's best to use it, and just how difficult the language is. Some languages are very difficult but what you can accomplish with them is worth the pain of having to learn a harder language.Not programming languages MarkupSmall pieces in a very, very big puzzle
Some of you want to learn HTML and CSS. These are not programming languages, they're something known as markup. Markup is a way of tagging information so that you can manipulate with a programming language. HTML and CSS are incredibly easy t learn but won't take you very far: you can build a simple web page with HTML and CSS but you can't build a web app people can log into. If learning HTML and CSS are your main goals, we can point you in the direction of some other groups that will help you learn these.What the user interacts with
A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks. Concerned with launching website, maintenance, version updates etc. Popular Languages include:
Where you store information. A structured set of data stored in a computer/machine, that is accessible in various ways
From Mashable's 15 Programming languages you need to know in 2015
Java
C# (pronounced C sharp)
Python
SQL
Other popular langauges include:
Emma Grasmeder @emma_Gras Kaylyn Gibilterra @kGibilterra Nupur Kapoor @kapoornupur