Skip to main content

Course Detail

Course Description

CourseCodeSemesterT+P (Hour)CreditECTS
PROGRAMMING LANGUAGES I-Fall Semester3+037
Course Program
Prerequisites Courses
Recommended Elective Courses
Language of CourseEnglish
Course LevelFirst Cycle (Bachelor's Degree)
Course TypeRequired
Course CoordinatorAssist.Prof. Kevser ŞAHİNBAŞ
Name of Lecturer(s)Prof.Dr. Gökhan SİLAHTAROĞLU
Assistant(s)
AimThis course aims to cover basic programming fundamentals and operating on datasets, including data types, control structures, algorithm development and program design with functions, through the Python programming language. introduces. The course discusses basic principles of programming as well as dataset manipulation. Students will solve problems, explore real-world software development challenges, and create practical and contemporary applications.
Course ContentThis course contains; Computer and Programming Languages, Memory Concepts Operators, Problem Solving and Program Design Methods,Introduction to Python programming Language,Python basic data types, constants, variables, operators,Decision Making and Control Statements in Python,Flow control: Loop/repeat statements, for, while in Python,Flow control: Nested loops, break, continue in Python,Functions in Python,Midterm,String arrays,Lists and Dictionary,File: Input/output operations,numPy data analysis library,pandas library,Final Exam.
Dersin Öğrenme KazanımlarıTeaching MethodsAssessment Methods
1. Sudents will learn Python programming language.6F
1.1. Will be able to develop programs with Python programming language.6A, F
2. will be able to use basic problem solving techniques.9A, F
2.1. Analyzes the problem.6A, F
3. Defines operators.6A, F
3.1 Uses Increment and Decrement Operators with Assignment Operators.6A, F
4. will be able to use simple Decision-making expressions.6A, F
4.1. Will be able to use flow control structures (decision and loop statements) in Python.9A
5. will be able to use Loops and Array Data Structure.9A
5.1. Uses "While, do .... while and for"6A, F
5.2. Use foreach.
6. Designs the problem in the form of algorithm, flow chart.6A, F
6.1. Will be able to design functions in Python language.6A, F
6.2. Calls Function with Reference.6A, F
7. Will be able to use various data structures (arrays, lists, dictionaries) in Python.2F
7.1. Uses arrays and lists.
7.2. Uses tuples and dictionaries
8. Will be able to execute file input/output operations using Python programming language.2F
8.1 Uses Files and Streams.2F
8.2. Writes and reads files.
9. Have knowledge about data science.
9.1. Operates on the dataset using the numpy library.6F
9.2. Operates on the dataset using the numpy library.6F
Teaching Methods:2: Project Based Learning Model, 6: Experiential Learning, 9: Lecture Method
Assessment Methods:A: Traditional Written Exam, F: Project Task

Course Outline

OrderSubjectsPreliminary Work
1Computer and Programming Languages, Memory Concepts Operators, Problem Solving and Program Design MethodsRelated chapter from the coursebook should be read
2Introduction to Python programming LanguageRelated chapter in the course book should be read.
3Python basic data types, constants, variables, operatorsRelated chapter in the course book should be read.
4Decision Making and Control Statements in PythonRelated chapter in the course book should be read.
5Flow control: Loop/repeat statements, for, while in PythonSample application to be prepared
6Flow control: Nested loops, break, continue in PythonRelated chapter in the course book should be read.
7Functions in PythonRelated chapter in the course book should be read.
8MidtermMidterm exam
9String arraysRelated chapter in the course book should be read.
10Lists and Dictionary-
11File: Input/output operations
12numPy data analysis libraryRelated chapter in the course book should be read.
13pandas library
14Final ExamRelated chapter in the course book should be read.
Resources
Contemporary programming languages like Python enjoy rich online documentation. Indeed, they are built on the premise that programmers are continually in contact with such documentation, and are not expected to memorize any but a small fraction of it. Suggested book: Starting Out with Python plus MyProgrammingLab with Pearson eText --Access Card Package (3rd Edition) Tony Gaddis ISBN-13: 978-0133862256

Course Contribution to Program Qualifications

Course Contribution to Program Qualifications
NoProgram QualificationContribution Level
12345
1
Defines the theoretical issues in the field of information and management.
X
2
Describes the necessary mathematical and statistical methods in the field of information and management.
X
3
Uses at least one computer program in the field of information and management.
X
4
Sustains proficiency in a foreign language requiredor information and management studies.
X
5
Prepares informatics/software projects and work in a team.
X
6
Constantly updates himself / herself by following developments in science and technology with an understanding of the importance of lifelong learning through critically evaluating the knowledge and skills that s/he has got.7. Uses theoretical and practical expertise in the field of information and management
X
7
Follows up-to-date technology using a foreign language at least A1 level, holds verbal / written communication skills.
X
8
Follows up-to-date technology using a foreign language at least A1 level, holds verbal / written communication.
X
9
Adopts organizational / institutional and social ethical values.
10
Within the framework of community involvement adopts social responsibility principles and takes initiative when necessary.
11
Uses and analyses basic facts and data in various disciplines (economics, finance, sociology, law, business) in order to conduct interdisciplinary studies.
X
12
Writes software in different platforms such as desktop, mobile, web on its own and / or in a team.
X

Assessment Methods

Contribution LevelAbsolute Evaluation
Rate of Midterm Exam to Success 50
Rate of Final Exam to Success 50
Total 100
ECTS / Workload Table
ActivitiesNumber ofDuration(Hour)Total Workload(Hour)
Course Hours000
Guided Problem Solving000
Resolution of Homework Problems and Submission as a Report000
Term Project000
Presentation of Project / Seminar000
Quiz000
Midterm Exam000
General Exam000
Performance Task, Maintenance Plan000
Total Workload(Hour)0
Dersin AKTS Kredisi = Toplam İş Yükü (Saat)/30*=(0/30)0
ECTS of the course: 30 hours of work is counted as 1 ECTS credit.

Detail Informations of the Course

Course Description

CourseCodeSemesterT+P (Hour)CreditECTS
PROGRAMMING LANGUAGES I-Fall Semester3+037
Course Program
Prerequisites Courses
Recommended Elective Courses
Language of CourseEnglish
Course LevelFirst Cycle (Bachelor's Degree)
Course TypeRequired
Course CoordinatorAssist.Prof. Kevser ŞAHİNBAŞ
Name of Lecturer(s)Prof.Dr. Gökhan SİLAHTAROĞLU
Assistant(s)
AimThis course aims to cover basic programming fundamentals and operating on datasets, including data types, control structures, algorithm development and program design with functions, through the Python programming language. introduces. The course discusses basic principles of programming as well as dataset manipulation. Students will solve problems, explore real-world software development challenges, and create practical and contemporary applications.
Course ContentThis course contains; Computer and Programming Languages, Memory Concepts Operators, Problem Solving and Program Design Methods,Introduction to Python programming Language,Python basic data types, constants, variables, operators,Decision Making and Control Statements in Python,Flow control: Loop/repeat statements, for, while in Python,Flow control: Nested loops, break, continue in Python,Functions in Python,Midterm,String arrays,Lists and Dictionary,File: Input/output operations,numPy data analysis library,pandas library,Final Exam.
Dersin Öğrenme KazanımlarıTeaching MethodsAssessment Methods
1. Sudents will learn Python programming language.6F
1.1. Will be able to develop programs with Python programming language.6A, F
2. will be able to use basic problem solving techniques.9A, F
2.1. Analyzes the problem.6A, F
3. Defines operators.6A, F
3.1 Uses Increment and Decrement Operators with Assignment Operators.6A, F
4. will be able to use simple Decision-making expressions.6A, F
4.1. Will be able to use flow control structures (decision and loop statements) in Python.9A
5. will be able to use Loops and Array Data Structure.9A
5.1. Uses "While, do .... while and for"6A, F
5.2. Use foreach.
6. Designs the problem in the form of algorithm, flow chart.6A, F
6.1. Will be able to design functions in Python language.6A, F
6.2. Calls Function with Reference.6A, F
7. Will be able to use various data structures (arrays, lists, dictionaries) in Python.2F
7.1. Uses arrays and lists.
7.2. Uses tuples and dictionaries
8. Will be able to execute file input/output operations using Python programming language.2F
8.1 Uses Files and Streams.2F
8.2. Writes and reads files.
9. Have knowledge about data science.
9.1. Operates on the dataset using the numpy library.6F
9.2. Operates on the dataset using the numpy library.6F
Teaching Methods:2: Project Based Learning Model, 6: Experiential Learning, 9: Lecture Method
Assessment Methods:A: Traditional Written Exam, F: Project Task

Course Outline

OrderSubjectsPreliminary Work
1Computer and Programming Languages, Memory Concepts Operators, Problem Solving and Program Design MethodsRelated chapter from the coursebook should be read
2Introduction to Python programming LanguageRelated chapter in the course book should be read.
3Python basic data types, constants, variables, operatorsRelated chapter in the course book should be read.
4Decision Making and Control Statements in PythonRelated chapter in the course book should be read.
5Flow control: Loop/repeat statements, for, while in PythonSample application to be prepared
6Flow control: Nested loops, break, continue in PythonRelated chapter in the course book should be read.
7Functions in PythonRelated chapter in the course book should be read.
8MidtermMidterm exam
9String arraysRelated chapter in the course book should be read.
10Lists and Dictionary-
11File: Input/output operations
12numPy data analysis libraryRelated chapter in the course book should be read.
13pandas library
14Final ExamRelated chapter in the course book should be read.
Resources
Contemporary programming languages like Python enjoy rich online documentation. Indeed, they are built on the premise that programmers are continually in contact with such documentation, and are not expected to memorize any but a small fraction of it. Suggested book: Starting Out with Python plus MyProgrammingLab with Pearson eText --Access Card Package (3rd Edition) Tony Gaddis ISBN-13: 978-0133862256

Course Contribution to Program Qualifications

Course Contribution to Program Qualifications
NoProgram QualificationContribution Level
12345
1
Defines the theoretical issues in the field of information and management.
X
2
Describes the necessary mathematical and statistical methods in the field of information and management.
X
3
Uses at least one computer program in the field of information and management.
X
4
Sustains proficiency in a foreign language requiredor information and management studies.
X
5
Prepares informatics/software projects and work in a team.
X
6
Constantly updates himself / herself by following developments in science and technology with an understanding of the importance of lifelong learning through critically evaluating the knowledge and skills that s/he has got.7. Uses theoretical and practical expertise in the field of information and management
X
7
Follows up-to-date technology using a foreign language at least A1 level, holds verbal / written communication skills.
X
8
Follows up-to-date technology using a foreign language at least A1 level, holds verbal / written communication.
X
9
Adopts organizational / institutional and social ethical values.
10
Within the framework of community involvement adopts social responsibility principles and takes initiative when necessary.
11
Uses and analyses basic facts and data in various disciplines (economics, finance, sociology, law, business) in order to conduct interdisciplinary studies.
X
12
Writes software in different platforms such as desktop, mobile, web on its own and / or in a team.
X

Assessment Methods

Contribution LevelAbsolute Evaluation
Rate of Midterm Exam to Success 50
Rate of Final Exam to Success 50
Total 100

Numerical Data

Student Success

Ekleme Tarihi: 09/10/2023 - 10:35Son Güncelleme Tarihi: 16/02/2024 - 14:36