Skip to main content

Posts

Showing posts from October, 2014

Python Programming..

Syntax The basic python syntax does not rely on the braces as in conventional programming. The python relies on indentation of the code. Each indentation level marks the new scope of the code. Data Types:: Variables: The variables in the python are simply like the c variables they dont need any $/@ prefixes.