Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python - Coggle Diagram
Python
Design Control Structure
Making Questions
Single Alternative Decision
Dual Alternative Decision
Multiple Alternative Decision
Nested Decisions
Flowcharts
Tips & Tricks
Practice
Loop Control Structure
Introduction
Pre-Test, Mid-Test and Post-Test
For Statement
Nested Loop
Tips & Tricks
Flowcharts
Practice on Loop
Practice on Nested Loop
Getting Started
Algorithm
Definition with examples
Properties of Algorithm
Computer Programs
Flowcharts
Statement and commands
Structured Programming
Control Structures
Syntax Error, Logic Error and Run-time Error
Comments
User Friendly Code
Variables and constants
Variable Definition
Variable and Memory
Constant Definition
Data Type
Naming Convention
Variable Declaration
Input and Output
Show Output
Alter Output
Accept Input
Operator
Assignment
Trace Tables
Code Editor
Sequence Control Structure
Introduction
Manipulating Numbers
Complex Mathematical Expressions
Quotient & Reminders
String Manipulation
Data Structure
One dimensional List and Dictionary
Two dimensional List
Tips & Tricks
Practice
Sub-Programs
Introduction
User Defined SubPrograms
Tips & Tricks
Excercise
Introductory Knowledge
How a computer works
Computers are everywhere
Program
Programmer
Hardware
Computer Parts
Software
Type of software
How computer runs a program
Compilers and Interpreters
Source Code
Python
Introduction
Script and Program
Why to learn Python
How Python works
Packages to Install
Setup Environment
Code Editor
Object Oriented Programming