Hello World!

by Nacho López

Welcome to Nacho López. On this site you will find topics on design, usability, games and more. My English is very poor so it is very possible that I have a lot of errors.

Right now I’m developing a game named Gymkatames. It’s an educational math game  and it’s composed of several minigames. If you go to the link you can check the status of the game and try it.

Why the post title? Because it’s the first article on this site and because “Hello World!” is the phrase found in the first executable programs teaching in the programming languages tutorials.

If you have to learn a programming language, I recommend starting with Python.What are its advantages? It’s clear and readable, it’s fast to learn and code and it’s designed to be object-oriented. This is the Python 3 Hello World program:

print (‘Hello World!’)

I like it so much! Finally, have you ever programmed? What are you favourite programming language to start with it?