Principles Of Computer Science 2
Second Year / First Semester Course L-2 - 1049261
(A. A. 2023/2024)
Syllabus
The course aim to introduce computational thinking and the algorithmic approach to solving problems correctly and efficiently. Algorithms are ubiquitous in bioinformatics and are often at the interface of computer science and biology. Well established algorithmic techniques will be studied as well as ways to encode them in a computer program using python.
We will introduce the algorithmic approach and the theory of algorithms for studying correctness and efficiency, understanding what makes a good algorithm and how to classify them.
We will study characteristic algorithmic techniques and the relate-d computational ideas that are relevant to the field of biology and how to select the most suitable to solve a given task. Topics covered include
- Searching algorithms
- Divide-and-Conquer algorithms
- Clustering and Tree-based algorithms
We will work with Python and how to write a computer program encoding a given algorithm. We will work with Amazon's AWS and how to use cloud resources to efficiently execute our python programs on large datasets.
Location
All classes take place in Classroom B, Ortopedia (CU016, E01PR1L00)
Time Schedule
- Monday 16:00 - 19:00
- Thursday 14:00 - 16:00
Contact & Discussions
All announcements and discussions will be carried out through Google Classroom viel2n4
ASSIGNMENTS
A total of five assignments will be handed over. These assignments are done by each student individually. Clearly you should discuss with other students of the course about the assignments. However, you must understand well your solutions and the final writeup must be yours and written in isolation. In addition, even though you may discuss about how you could implement an algorithm, what type of libraries to use, and so on, the final code must be yours. You may also consult the internet for information, as long as it does not reveal the solution. If a question asks you to design and implement an algorithm for a problem, it's fine if you find information about how to resolve a problem with character encoding, for example, but it is not fine if you search for the code or the algorithm for the problem you are being asked. For the projects, you can talk with other students of the course about questions on the programming language, libraries, some API issue, and so on, but both the solutions and the programming must be yours. If we find out that you have violated the policy and you have copied in any way you will automatically fail. If you have any doubts about whether something is allowed or not, ask the instructor.
- 1st Assignment
Deadline: 31st October 2022
- 2nd Assignment
Deadline: 13th November 2022
- 3rd Assignment
Deadline: 27th November 2022
- 4th Assignment
Deadline: 11th December 2022
- 5th Assignment
Deadline: 15th January 2023
Lecture Material
- Lecture 1: Monday, October 9, 2023. Lecture Slides in PDF
- Lecture 2: Thursday, October 12, 2023. Lecture Slides in PDF
- Lecture 3: Monday, October 16, 2023. Lecture Slides in PDF
- Recursive Functions
- Python Programming: An Introduction to Computer Science (Third Edition) by John M. Zelle
- Chapter 13 Algorithm Design & Recursion
- Sample Programs
- Python Timer Functions: Three Ways to Monitor Your Code
- iPython Magic Commands
- Big O Notation and Time Complexity
- First Assignment
- Lecture 4: Thursday, October 19, 2023. Lecture Slides in PDF
- Lecture 5: Monday, October 23, 2023. Lecture Slides in PDF
- Lecture 6: Thursday, October 26, 2023. Lecture Slides in PDF
- Lecture 7: Monday, October 30, 2023. Lecture Slides in PDF
- Lecture 8: Thursday, November 2, 2023. Lecture Slides in PDF
- Lecture 9: Monday, November 6, 2023. Lecture Slides in PDF
- Lecture 10: Thursday, November 9, 2023.
- Lecture 11: Monday, November 13, 2023. Lecture Slides in PDF
- Lecture 12: Thursday, November 16, 2023. Lecture Slides in PDF
- Lecture 13: Monday, November 20, 2023. Lecture Slides in PDF
- Lecture 14: Thursday, November 23, 2023. Lecture Slides in PDF
- Iris Flower Data set
- CSV in Python Tutorial
- 10 minutes with Pandas
- Pandas documentation on Visualization
- The Pandas DataFrame: Make Working With Data Delightful
- Pandas: How to Read and Write Files
- Python MatplotLib
- MatplotLib Tutorial
- MatplotLib: Histograms & Bar Charts
- Python Data Visualization Libraries
- Data Visualization using Matplotlib
- Fourth Assignment
- Lecture 15: Monday, November 27, 2023. Lecture Slides in PDF
- Lecture 16: Thursday, December 7, 2023.
- Lecture 18: Monday, December 11, 2023. Lecture Slides in PDF
- Introduction to Bash Shell Scripting
- The Shell Scripting Tutorial
- Fifth Assignment
- Lecture 19: Thursday, December 14, 2023.
- Lecture 20: Monday, December 18, 2023.
- Lecture 21: Thursday, December 21, 2023.
Coding Material
The material related to python that was presented in class is available from as an open-source repository in GitHub.
References
- NEIL C. JONES AND PAVEL A. PEVZNER: An Introduction to Bioinformatics Algorithms. A Bradford Book, The MIT Press, Cambridge, Massachusetts, London, England, 2004.
- JOHN M. ZELLE: Python Programming: An Introduction to Computer Science (Third Edition)
- Jeff Chang, Brad Chapman, Iddo Friedberg, Thomas Hamelryck, Michiel de Hoon, Peter Cock, Tiago Antao, Eric Talevich, Bartek WilczyĆski: Biopython Tutorial and Cookbook