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 Thursday from 11:30 – 13:00 in room SU2 (teacher: Vít Šefl)
every Thursday from 14:00 – 15:30 in room SU2 (teacher: Tomáš Bílý)
every Thursday from 14:50 - 16:10 in room SW2 (teacher: Vít Šefl)
Aryan Kumar holds a programming mentoring session every Thursday at 17:10 in room S11.
Adam Dingle holds office hours every Friday from 14:00 – 15:00 in room S8.
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 16, 2024 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 3. A first working version of your project is due by Sunday, January 21 and a final version by Sunday, January 28.
Regularly attend the lectures and tutorials and participate in class.
You may not use ChatGPT, Copilot or other AI tools to generate 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, 2nd Edition (No Starch Press, 2019)
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.)