The break statement is used to exit a for or a while loop. The purpose of this statement is to end the execution of the loop (for or while) immediately and the program control goes to the...
This tutorial is aimed to get you started with Python CGI Programming. When it comes to running your Python Scripts on web, you have to learn how Python can be executed as CGI Script.
The basic idea behind an object-oriented programming (OOP) is to combine both data and associated procedures (known as methods) into a single unit which operate on the data. Such a unit is called...
Like most other languages, Python has for loops, but it differs a bit from other like C or Pascal. In Python for loop is used to iterate over the items of any sequence including the Python list,...
The Python if statement is same as it is with other programming languages. It executes a set of statements conditionally, based on the value of a logical expression.
In all programming and scripting language, a function is a block of program statements which can be used repetitively in a program. In Python concept of function is same as in other languages.
This tutorial is about how to apply responsive design feature into your web layout. And in the course, you will also learn about Responsive Web Design. With the proliferation of mobile devices, it...
In this page we have discussed the Book type of the Schema.org. This tutorial covers description, properties, example and output of the example using Google Rich Snippets tool.