These are the exercise files used for NICF - Python Fundamental Course for Beginners course.
This WSQ Python course outline can be found in
https://www.tertiarycourses.com.sg/wsq-python-beginner-course.html
Topic 1 Get Started on Python
- Overview of Python
- Install Python
- Install Python IDE
- Code Your First Python Script
- Comment
Topic 2: Data Types
- Number
- String
- List
- Tuple
- Dictionary
- Set
Topic 3 Operators
- Arithmetic Operators
- Compound Operators
- Comparison Operators
- Membership Operators
- Logical Operators
Topic 4 Control Structure, Loop and Comprehension
- Conditional
- Loop
- Iterating Over Multiple Sequences
- Comprehension
Topic 5 Function
- Function Syntax
- Return Values
- Default Arguments
- Variable Arguments
- Lambda, Map, Filter
Topic 6 Modules & Packages
- Import Modules and Packages
- Python Standard Packages
- Third Party Packages
Final Assessment
- Written Assessment (Q&A)
- Written Assessment (Case Study)