0% found this document useful (0 votes)
12 views1 page

Python Revision Mindmap Landscape

Uploaded by

hanas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Python Revision Mindmap Landscape

Uploaded by

hanas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Interpreted Language

Case Sensitive
Python Basics
High-Level

Keywords

Identifiers

Literals
Tokens
Operators

Punctuators

int, float, complex

str, list, tuple

set, frozenset
Data Types
dict

Boolean

Arithmetic

Relational

Logical

Operators Assignment

Membership

Identity

Implicit Conversion

Type Conversion Explicit Conversion

input()

Python Revision Tour Input/Output print()

Type Casting

if, elif, else

Flow of Control for loop

while loop

break, continue, pass

Functions Built-in Functions

User-defined Functions

Built-in Modules
Modules
User-defined Modules

Importing

Syntax Error
Errors & Exceptions
Runtime Error

Logical Error

Clear Naming

Comments
Good Practices
Indentation

Avoid Hardcoding

Modular Code

You might also like