Hello World – Python

Python is a programming language that has been around for quite a while and that has so much to offer. Since its inception about 30 years ago Python has come…

Hello World – Elixir

Here's a personal favourite. Elixir is a dynamic, functional programming language built thinking about scalability and parallelism. It is built on top of Erlang, so performance wise it's really powerful.…

Hello World – Ruby

Because everything in the programming world starts with a Hello World, I’ll come back to the very basics with a Ruby Hello World. Ruby is an Object Oriented programming language…