Python is a general purpose object-oriented programming language with high-level programming capabilities.
This Python tutorial series will help you to get started in Python programming language from scratch.
Prerequisites
To learn Python Programming Language you haven’t required any previous programming knowledge, but the basic understanding of any other programming languages will help you to understanding the Python Programming Concepts quickly.
Python Programming Example
A quick look at the example of Hello, World! in Python programming, and detailed description is given in the Python Basics page.
Example:
#!/usr/bin/python
print "Hello, World!"
Output:
Hello, World!
0 Comments
If you have any doubts,please let me know