Posts by Collection

portfolio

publications

talks

teaching

COMP132 - Advanced Programming

Undergraduate course, Koc University, 2019

COMP132 includes two different programming languages. In the first half, C programming language is taught. Starting from scratch, syllabus include linked lists by the usage of pointers. After that, class is basically continues with Java and object oriented programming. Classes have weekly labs.

COMP125 - Introduction to Programming with Python

Undergraduate course, Koc University, 2020

In COMP125, I participated as lab instructor in my teaching assistant duty. Lecture included Python programming. Starting from scratch, first steps are taught with Karel, continuing with more advaned concepts varying from conditions/loops to unit testing.