INTRODUCTION TO PYTHON PROGRAMMING Contents:- Introduction and History About python Uses of python Simple program in python Compilation Execution Arthemetic operators and precedence order Introduction: “Guido van Rossum” (born 31 January 1960), the Dutch computer programmer who is best known as the author of the Python programming language. His first implemetation started in 1989 Now he is an Google employee. Python is a interpreted programming language. What is the features of python? Python is a multi-paradigm programming language. Python is an high level programming language. Python is an interpreted, interactive, object-oriented programming language. In other programming languages like c,c++,java etc. Programming is very difficult but in python do very simple. Because python programming language is a very clear syntax. In the python programming language the syntax is very clear and in alphabets like a,b,c......,z. Simple program in python input:- def hello(): print "Hello, World!" hello() output: Gives Hello World! Compilation Save the program in python.py
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here