2 Versions of Python. Use iron Python 2.7

Minor differences.

The documentation page in Python is good! Python is Easy to Pickup

Language Reference. Python Language is Standard. The community designs the language based on this langauge references.

Python Implementations.

Alternate Implementations. We’ll have to stick to the .Net Iron Python Implementations.

We’ll find minor differences. Here and there, some of them would be the Libraries that are built for specific implementations.

. The usage of Python should be isolated to quick protoyping

Python code runs lines by line.

print("*" * 10)

This would give 10 *

Getting a Job using Python

Learn about Classes