Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python 101 - Coggle Diagram
Python 101
Command or Operator
Assignment
Arithmetic
Comparison
Identity
Bit Wise
Library
NUMPY
Panda
Mathplotlib
Game Libs
Typeing the code
Comment
'# One line
Multiple Line """
Indentation is block of code
Slash mark'\' used to continue line code
Control Flow
IF
For Loop
WHILE
Data
Basic Datatypes
Numeric
Integer
Float
Complex
String
Boolean
Advanced Data Type
List
Tuple
Set
Dictionary
Objects
Array
FUNCTION