Flowcharts are good tools for graphically depicting the flow of logic inside a function, but they do not give a visual representation of the relationships between functions. A hierarchy chart, which is also known as a structure chart, shows boxes that represent each function in a program. The boxes are connected in a way that illustrates the functions called by each function.
Menu
POSTS
- Exceptions
- Processing Records
- Using Loops to Process Files
- Files
- Storing Functions in Modules
- Generating Random Numbers
- Standard Library functions
- Value Returning Functions
- Global Variables and Global Constants
- Passing Arguments to Functions
- Local Variables
- Hierarchy Charts
- Introduction to Functions
- Set - Set operations
- Dictionary Methods
- Dictionary
- String Methods
- Testing Strings with in and not in
- String Slicing
- Basic String Operations
- Tuples
- Copying Lists
- The min and max Functions
- The del Statement
- List Methods and Useful Built-in Functions
- Finding Items in Lists with the in Operator
- List Slicing
- Lists
- Input Validation Loops
- Calculating a Running Total
- Break and continue
- Repetition Structures
- Decision Structures
- Performing Calculations
- Reading Input from the Keyboard
- Displaying Output with the print Function
- The Program Development Cycle
- Standard Data Types
- Python - Variable
- Comments in Python
- Multi-Line Statements
- Lines and Indentation
- Reserved Words (Keywords)
- Python Identifiers
- Python Code Execution
- Python Installation
- Features of Python
- Introduction