Skip to main content

Course Detail

Course Description

CourseCodeSemesterT+P (Hour)CreditECTS
PYTHON PROGRAMMING for ENGINEERS-Fall Semester3+036
Course Program
Prerequisites Courses
Recommended Elective Courses
Language of CourseEnglish
Course LevelFirst Cycle (Bachelor's Degree)
Course TypeElective
Course CoordinatorProf.Dr. Bahadır Kürşat GÜNTÜRK
Name of Lecturer(s)Prof.Dr. Selim AKYOKUŞ
Assistant(s)
AimThe course presents programming principles and applications in Python. The topics covered include: Python programming language, use of external libraries, lists and dictionaries, recursion, sorting algorithms, dynamic programming, exception handling, input/output. The course presents applications from different fields of engineering and computer science: simulation, optimization, data analysis, data visualization, image processing, machine learning and more.
Course ContentThis course contains; Introduction to Python: Variables and Memory, Strings, Conditionals, Flow Control,Functions and External Libraries,Lists and Tuples,Dictionaries,Input/Output and Exceptions,Strings and String Manipulation,Searching and Sorting ,Object Oriented Programming: classes, methods, inheritance ,Simulation and Optimization,Numerical Computations and Methods,Data Analysis and Visualization,Image processing ,Machine Learning,Advanced Applications with Python.
Dersin Öğrenme KazanımlarıTeaching MethodsAssessment Methods
İmplement algorithms in Python programming language12, 2, 21, 6, 9A, E, F
Acquire the object oriented programming skill in Python12, 2, 21, 6, 9A, E, F
Use the code libraries that are available for different applications2, 6, 9E, F
Code the solutions in Python for basic problems of optimization, image processing and machine learning 12, 2, 21, 6, 9A, E, F
Acquire the ability to analyze and visualize data in Python12, 21, 6, 9A, E, F
Teaching Methods:12: Problem Solving Method, 2: Project Based Learning Model, 21: Simulation Technique, 6: Experiential Learning, 9: Lecture Method
Assessment Methods:A: Traditional Written Exam, E: Homework, F: Project Task

Course Outline

OrderSubjectsPreliminary Work
1Introduction to Python: Variables and Memory, Strings, Conditionals, Flow ControlBook Chapter 2
2Functions and External LibrariesBook Chapter 3
3Lists and TuplesBook Chapter 10, 12
4DictionariesBook Chapter 11
5Input/Output and ExceptionsBook Chapter 14
6Strings and String ManipulationBook Chapter 8
7Searching and Sorting
8Object Oriented Programming: classes, methods, inheritance Book Chapter 15, 16, 17, 18
9Simulation and Optimization
10Numerical Computations and Methods
11Data Analysis and Visualization
12Image processing
13Machine Learning
14Advanced Applications with Python
Resources
Course Textbook: Think Python, How to Think Like a Computer Scientist, Allen Downey http://www.cs.tau.ac.il/courses/pyProg/1213a/misc/thinkpython.pdf
Supplementary Material: Dive Into Python, Mark Pilgrim http://www.cs.tau.ac.il/courses/pyProg/1213a/misc/diveintopython.pdf Learn Python the Hard Way, 3rd ed., Zed A. Shaw ISBN-13: 978-0321884916 Python web page: https://www.python.org

Course Contribution to Program Qualifications

Course Contribution to Program Qualifications
NoProgram QualificationContribution Level
12345
1
1. An ability to apply knowledge of mathematics, science, and engineering
2
2. An ability to identify, formulate, and solve engineering problems
X
3
3. An ability to design a system, component, or process to meet desired needs within realistic constraints such as economic, environmental, social, political, ethical, health and safety, manufacturability, and sustainability
X
4
4. An ability to use the techniques, skills, and modern engineering tools necessary for engineering practice
X
5
5. An ability to design and conduct experiments, as well as to analyze and interpret data
6
6. An ability to function on multidisciplinary teams
X
7
7. An ability to communicate effectively
8
8. A recognition of the need for, and an ability to engage in life-long learning
9
9. An understanding of professional and ethical responsibility
10
10. A knowledge of contemporary issues
11
11. The broad education necessary to understand the impact of engineering solutions in a global, economic, environmental, and societal context

Assessment Methods

Contribution LevelAbsolute Evaluation
Rate of Midterm Exam to Success 30
Rate of Final Exam to Success 70
Total 100
ECTS / Workload Table
ActivitiesNumber ofDuration(Hour)Total Workload(Hour)
Course Hours14342
Guided Problem Solving000
Resolution of Homework Problems and Submission as a Report61060
Term Project14228
Presentation of Project / Seminar000
Quiz000
Midterm Exam12020
General Exam13030
Performance Task, Maintenance Plan000
Total Workload(Hour)180
Dersin AKTS Kredisi = Toplam İş Yükü (Saat)/30*=(180/30)6
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
PYTHON PROGRAMMING for ENGINEERS-Fall Semester3+036
Course Program
Prerequisites Courses
Recommended Elective Courses
Language of CourseEnglish
Course LevelFirst Cycle (Bachelor's Degree)
Course TypeElective
Course CoordinatorProf.Dr. Bahadır Kürşat GÜNTÜRK
Name of Lecturer(s)Prof.Dr. Selim AKYOKUŞ
Assistant(s)
AimThe course presents programming principles and applications in Python. The topics covered include: Python programming language, use of external libraries, lists and dictionaries, recursion, sorting algorithms, dynamic programming, exception handling, input/output. The course presents applications from different fields of engineering and computer science: simulation, optimization, data analysis, data visualization, image processing, machine learning and more.
Course ContentThis course contains; Introduction to Python: Variables and Memory, Strings, Conditionals, Flow Control,Functions and External Libraries,Lists and Tuples,Dictionaries,Input/Output and Exceptions,Strings and String Manipulation,Searching and Sorting ,Object Oriented Programming: classes, methods, inheritance ,Simulation and Optimization,Numerical Computations and Methods,Data Analysis and Visualization,Image processing ,Machine Learning,Advanced Applications with Python.
Dersin Öğrenme KazanımlarıTeaching MethodsAssessment Methods
İmplement algorithms in Python programming language12, 2, 21, 6, 9A, E, F
Acquire the object oriented programming skill in Python12, 2, 21, 6, 9A, E, F
Use the code libraries that are available for different applications2, 6, 9E, F
Code the solutions in Python for basic problems of optimization, image processing and machine learning 12, 2, 21, 6, 9A, E, F
Acquire the ability to analyze and visualize data in Python12, 21, 6, 9A, E, F
Teaching Methods:12: Problem Solving Method, 2: Project Based Learning Model, 21: Simulation Technique, 6: Experiential Learning, 9: Lecture Method
Assessment Methods:A: Traditional Written Exam, E: Homework, F: Project Task

Course Outline

OrderSubjectsPreliminary Work
1Introduction to Python: Variables and Memory, Strings, Conditionals, Flow ControlBook Chapter 2
2Functions and External LibrariesBook Chapter 3
3Lists and TuplesBook Chapter 10, 12
4DictionariesBook Chapter 11
5Input/Output and ExceptionsBook Chapter 14
6Strings and String ManipulationBook Chapter 8
7Searching and Sorting
8Object Oriented Programming: classes, methods, inheritance Book Chapter 15, 16, 17, 18
9Simulation and Optimization
10Numerical Computations and Methods
11Data Analysis and Visualization
12Image processing
13Machine Learning
14Advanced Applications with Python
Resources
Course Textbook: Think Python, How to Think Like a Computer Scientist, Allen Downey http://www.cs.tau.ac.il/courses/pyProg/1213a/misc/thinkpython.pdf
Supplementary Material: Dive Into Python, Mark Pilgrim http://www.cs.tau.ac.il/courses/pyProg/1213a/misc/diveintopython.pdf Learn Python the Hard Way, 3rd ed., Zed A. Shaw ISBN-13: 978-0321884916 Python web page: https://www.python.org

Course Contribution to Program Qualifications

Course Contribution to Program Qualifications
NoProgram QualificationContribution Level
12345
1
1. An ability to apply knowledge of mathematics, science, and engineering
2
2. An ability to identify, formulate, and solve engineering problems
X
3
3. An ability to design a system, component, or process to meet desired needs within realistic constraints such as economic, environmental, social, political, ethical, health and safety, manufacturability, and sustainability
X
4
4. An ability to use the techniques, skills, and modern engineering tools necessary for engineering practice
X
5
5. An ability to design and conduct experiments, as well as to analyze and interpret data
6
6. An ability to function on multidisciplinary teams
X
7
7. An ability to communicate effectively
8
8. A recognition of the need for, and an ability to engage in life-long learning
9
9. An understanding of professional and ethical responsibility
10
10. A knowledge of contemporary issues
11
11. The broad education necessary to understand the impact of engineering solutions in a global, economic, environmental, and societal context

Assessment Methods

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

Numerical Data

Student Success

Ekleme Tarihi: 09/10/2023 - 10:50Son Güncelleme Tarihi: 09/10/2023 - 10:51