flâneur — a map of the web's best reading

CS 1110 Fall 2024

cs.cornell.edu · 5,998 words · saved by 1 readers

Now that you have been introduced to the basics of writing functions, we are going to start having more interesting assignments that take advantage of the graphics capabilities of Python. This assignment is the first of several GUI applications we will work on in this course. One of the main things that you will learn in this assignment is that there are many different ways to represent color, and the choice of color model often depends on the application. For example, RGB is used when the colors need to be displayed on a computer monitor (such as a web site), while CMYK is often used for printing out colors on paper. You have a lot longer to do this assignment than the previous one – a little less than two weeks. However, you should still start early on this assignment as it is important for the first exam. Starting earlier gives you more time to study. If you do not know where to start, or if you are completely lost, please go to office hours page immediately. A little help can do wo

Now that you have been introduced to the basics of writing functions, we are going to start having more interesting assignments that take advantage of the graphics capabilities of Python. This assignment is the first of several GUI applications we will work on in this course. One of the main things that you will learn in this assignment is that there are many different ways to represent color, and the choice of color model often depends on the application. For example, RGB is used when the colors need to be displayed on a computer monitor (such as a web site), while CMYK is often used for prin

Explore this link on the map →

related reading