Instructors:
Adam Dingle (lecture)
Tomáš Bílý, Vít Šefl (tutorials)
This course is a fast-paced introduction to programming and basic data structures, with a strong emphasis on learning to write working code. It assumes no previous programming experience. The course uses the Python programming language.
Throughout the course students will complete many programming exercises in Python, solving a wide variety of programming problems.
The weekly lecture for this class takes place every Monday from 9:00 - 10:30 in room S9.
There are three tutorial sessions:
every Tuesday from 10:40 – 12:10 in room N11 (teacher: Vít Šefl)
every Thursday from 10:40 – 12:10 in room N11 (teacher: Vít Šefl)
every Thursday from 12:20 - 13:50 in room N8 (teacher: Tomáš Bílý)
Aryan Kumar will hold a programming mentoring session every Wednesday from 15:40 - 17:10 in room S510
Adam Dingle will hold office hours every Friday from 14:00 - 15:00 in room S510.
This is a pass/fail course: you will not receive a numeric grade.
To pass this class, you must fulfill the following requirements by Friday, February 14, 2025 at the end of the exam period:
Complete a number of programming exercises through the semester. The tutorial teachers will assign these exercises weekly, and you can submit your solutions to the ReCodEx automated grading system. To pass, you will need to earn at least 70% of the total possible points. Any points that you earn over 90% (up to a maximum of 10%) will be applied as bonus points to your test score when you take the test.
Pass a written test at the end of the semester.
Write a program in Python as a semester project. Your program should accomplish something that is interesting, cool, or fun and can be 100-300 lines long, or longer if you like. Here are some project ideas. Please send your tutorial teacher a 1-2 paragraph project proposal by Sunday, December 8. A first working version of your project is due by Sunday, January 19 and a final version by Sunday, January 26.
Regularly attend the lectures and tutorials and participate in class.
You may not use ChatGPT, Copilot or other AI tools to generate any code that you submit in any homework assignment or semester project in this course. Any use of such tools is considered cheating and may disqualify you from passing the class.
Eric Matthes, Python Crash Course, 3rd Edition (No Starch Press, 2022)
Bill Lubanovic, Introducing Python, 2nd Edition (O'Reilly, 2019) (PDF available for purchase here)
John V. Guttag, Introduction to Computation and Programming Using Python, 3rd Edition (MIT Press, 2021)
This is a rough map of the ground we plan to cover in this class. (It will probably evolve as the semester goes on.)