Code | Name of the Course Unit | Semester | In-Class Hours (T+P) | Credit | ECTS Credit |
---|---|---|---|---|---|
VTK151 | PROGRAMLAMAYA GİRİŞ | 1 | 3 | 3 | 5 |
Objectives and Contents |
|
---|---|
Objectives: | This course aims to teach programming fundamentals to web design and coding students. Before beginning to integrate with the web, students learn algorithms, data processing, and basic programming structures. Using the Python language, students develop problem-solving, data manipulation, and modular programming skills. |
Content: | 1. Algorithms and basic programming logic 2. Basic data types and variables in Python 3. Control structures: Conditions (if-else) and loops (for, while) 4. Modular programming with functions 5. Lists, arrays, and dictionary data structures 6. File operations and data storage techniques 7. Error management and exception handling 8. Simple mathematical and textual operations in Python 9. Algorithm design and problem-solving techniques |