TA Tutorial · Summer 2026
Tutorial for Computer Programming II
Independent University, Bangladesh
Syllabus
A gentle introduction to Python covering core programming concepts. Students learn to think computationally and solve real-world problems step by step.
Learning outcome
Students can write basic Python programs, use loops and conditionals, define functions, and work with lists and strings.
Weekly schedule
- Week 01–02 Python setup, variables, data types, and basic I/O
- Week 03–04 Conditionals and control flow
- Week 05–06 Loops: for, while, and nested loops
- Week 07–08 Functions and scope
- Week 09–10 Lists, strings, and basic data manipulation
- Week 11–12 Review and problem solving practice