Tag Archive: programming

Getting started with the Golang

December 21, 2015 10:12 am Published by

In this class, we’ll cover the basics that are necessary to get you started with Golang. By the end of this class, you should be in a position to set up your desktop environment ready to begin coding using Golang....

Read More

Introduction to Google Go Programming Language

December 19, 2015 10:05 am Published by

A Brief Introduction to Google Go Programming Language and Why It’s Important Welcome to Essentials of Google Go—also known as golang—programming language. In this blog, we introduce you to the world of Go programming language and provide you with the...

Read More

6 Undeniable Reasons to Use CSS for Web Design

December 17, 2015 5:54 pm Published by

Originally released December 1996, cascading style sheets (CSS) is a special type of language that’s used to control the presentation of a web page or web document. While there’s no rule – written or unwritten – stating that you must...

Read More

What to Expect from PHP 7

November 27, 2015 4:23 pm Published by

Created by Rasmus Lerdorf in 1994, PHP is a server-side scripting language and general-purpose programming language that’s used primary in web development. According to Netcraft, it’s used on more than 244 million websites spread across 2.1 million unique IP addresses,...

Read More

Top 6 Benefits of HTML5

November 13, 2015 4:48 pm Published by

Still haven’t jumped on the HTML5 bandwagon? Originally released October 28, 2014, the fifth generation Hyper Text Markup Language offers vast improvements over its predecessors. Among its core objectives, HTML5 seeks to improve language support for rich media while maintaining...

Read More

Understanding URLLIB in Python Web Programming

October 20, 2015 7:09 pm Published by

Here we are going to learn about the urllib (stands for url library) in Python. ‘urllib’ is a very important Python internet module, often used in Python networking / Internet Programming. Whenever you have to deal with HTTP protocols(associated with...

Read More