Tag archives for Programming

Articles

70 Years Of “Hello, World!” With 50 Programming Languages

Time travel in the world of computer programming. The “Hello, World!” program is a classic when you start with a programming language. Thus, all programmers have at least completed a “Hello, World!” program during their careers. Programmers generally using more than one programming language during their careers, most of them have even realized more than a dozen at least. There…
Continue Reading
Python

Creating a Flipping Bits Game in Python With Tkinter

After having proposed a tutorial showing you how to develop a program to create a Sitemap generator in Python, I continue my comeback to the Python language with the creation of a little game. The goal here is to show you how to use the Tkinter GUI library that comes standard with Python. The game I have chosen is not…
Continue Reading
Articles

Create a Bitcoin Price Index Watcher in HTML5

Everyone is talking about Bitcoin. The Bitcoin madness and the Blockchain revolution seem to be taking over the world. So, why not learning how to consume REST Web Services in HTML5 by creating a Bitcoin Price Index Watcher? In that tutorial, you are going to learn how to make AJAX requests in HTML5 by consuming a Web Service provided by…
Continue Reading
Articles

Discover 50 years of “Hello World !” through programming languages

You wanna learn more about the history of the programming languages ? Or may be you just want have fun by discovering 50 years of "Hello World !" through the ages and the programming languages. In all cases, you should enjoy the following video that lets you to discover that : And you ? What is your favorite programming language…
Continue Reading