- Type Experience
- Level Foundational
- Time Hours
- Cost Free
Python Foundations
Issued by
KPMG Australia
Understand code programming concepts such as functions, variables, loops and conditionals
- Type Experience
- Level Foundational
- Time Hours
- Cost Free
Skills
Earning Criteria
-
This badge represents basic proficiency in Python, including knowledge of: Functions: Reusable code pieces performing specific tasks Variables: Store data, holding different data types Loops: Execute code repeatedly; for loops (iterate over sequences) and while loops (execute while condition is true) Conditionals: Make decisions using if, elif, and else statements based on conditions. Indicates a solid understanding of these concepts and the ability to write simple Python program