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.