Skip to main content

Posts

Showing posts from July 10, 2016

First program in Python!!!

Here you go!!.. Learning new programming languages is quite equal to learning new regional language. I have head started with python programming language which is one of the oldest programming languages . It is has OOPS concept so that if we are familiar with OOPS concept then this programming language should be quite easy for us to learn. Only syntax varies. To start with i have tried to write a smallest program in python language.The problem statement is very simple Write a program to find 2 consecutive vowels in a string  .Consider those two consecutive vowels as one character and return the number of characters in that string. I have used an online editor http://www.tutorialspoint.com/execute_python_online.php to learn coding practically.Now let me show you step by step to execute this small program When you open the   Online EDITOR  linkby default you can see root folder and under that root folder there is file named main.py  2.Now right clic