python programming language

Introduction:

python is the open source programming and interpreted language. Python programming is everywhere like a python snack  :)
Python coding made very easy way!!!
python programming major used in following department:

1. 3D programming
2. Game programming
3. Network programming
4. Android programming and ect...

Example code:
1.Run time input:

import os
print "hello world"
name = raw_input("Enter your name")
print "hi "+ name

2.for loop:

import os
for i in range(0,6):
     print "number: " + str(i)


Comments

Popular posts from this blog

How to install pyqt for maya 2013