Python Tutorial (JNNC Technologies)


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

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();