Author name: vasu

Python Introduction

What is Python? Python is a high-level, interpreted, general purpose programming language created by Guido Van Rossum and was first released in 1991. Python is a dynamically typed language and it supports multiple programming paradigms including procedural, object-oriented, imperative and functional programming. Python has become the most popular programming language around …

Python Introduction Read More »

PHP Variables

A variable can be considered to be a sort of container to store some value or information, just like we use a bucket or drum to store water! At times, there is a need to store some values or information for future usage in programming. For this purpose we use variables. …

PHP Variables Read More »

PHP Syntax

Every PHP script executes on a server. When the server process the script, it sent back the output in the form of plain HTML to the browser <?php //Your PHP code ?> Note: You can write your code in a text editor. There are various text editors for PHP like sublime text, …

PHP Syntax Read More »

PHP Installation

To install PHP on your system, you can follow any one of these approaches You can either get PHP along with the packages like WAMP Server, XAMPP etc. You can install PHP directly from internet if you already have a testing server installed. First let us understand what these packages …

PHP Installation Read More »

Introduction to C++

C++ is a general purpose programming language that has a wide scope of implementations. It was developed by a Danish computer scientist Bjarne Stroustrup at Bell labs, New Jersey. Primarily used in software development, it is also widely used all the way in game development, application programming, compiler design and many …

Introduction to C++ Read More »

PHP Introduction

If you want to build a dynamic website, or a shopping cart, or may be your own blog system, then you’ve got to learn a specific server side programming  language and in my personal opinion, PHP would be the best choice. So, what is PHP? To your answer…. PHP is a …

PHP Introduction Read More »