Showing posts from January, 2015

Python is interpreted language or compiled language

Lets start this discussion with definition of interpreted or compiled language followed by understand the same in context of python. Compiled languages are those languages where source code is converted into native/machine one and that native piece…

Python Control Flow (If-Else, While, For Loop)

Control flow in python:-    Python supports various decision making contrl structures like If-elif-else, While /For Loops. The colon character is used to delimit the beginning of a block of code and python uses concept of  indented block   to grou…

Python fundamentals - Data types and In-built Objects

In previous section we installed python and run hello world program. Now we will delve into building block of python language and will write sample program to understand the same. As we know that python is both procedural and object oriented languag…

Python learning

Introduction and installation  Python is a programming language with very long and rich history and proclaimed to be simple and powerful. Indeed, it's simplicity and its usefulness in scientific community is the main reason behind its  pop…

NoSQL database - Different types of NoSQL database

Relational databases have a long-standing position in small and medium-sized enterprises. As volume of data is increasing industries are looking for some alternative which can serve very high request rates at very low latency. Relational database requ…

Load More
That is All