Editing Community Data Science Course (Spring 2023)/Week 1 coding challenges

From CommunityData
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 11: Line 11:
[[File:Shortbread House round biscuit .jpg|thumb|300px|right|No bonus points or anything but if you bake the shortbread, please let the rest of us know!]]
[[File:Shortbread House round biscuit .jpg|thumb|300px|right|No bonus points or anything but if you bake the shortbread, please let the rest of us know!]]


I found [https://www.christinascucina.com/how-to-make-shortbread/ this simple nice shortbread recipe] but I want to scale it up. Let's do it in Python!
I found [https://www.christinascucina.com/how-to-make-shortbread/ this simple nice shortbread recipe] but I want to scale it up. Let's do it Python!


=== #1.1 Compute the total volume ===
=== #1.1 Compute the total volume ===
Line 17: Line 17:
Write some Python code to include the basic proportions in three variables <code>cups_of_flour</code> (set to 2¼), <code>cups_of_sugar</code> (set to ½) and <code>cups_of_butter</code> (set to 1).
Write some Python code to include the basic proportions in three variables <code>cups_of_flour</code> (set to 2¼), <code>cups_of_sugar</code> (set to ½) and <code>cups_of_butter</code> (set to 1).


Now have your program print the total volume of shortbread dough with line that says something like <code>the total volume is SOMENUMBEROF cups"</code> (but please replace SOMENUMBEROF) with whatever the real number is. And make sure you use variables! Don't just type the numbers in!
Now have your program print the total volume of shortbread dough with line that says something like <code>the total volume is SOMENUMBEROF cups"</code>.


=== #1.2 Scale it up! ===
=== #1.2 Scale it up! ===
Line 29: Line 29:
I personally tend to bake shortbread in big sheets in deep baking pans. Lets say my baking pan can only hold 5 cups of dough. But I have three such baking pans!
I personally tend to bake shortbread in big sheets in deep baking pans. Lets say my baking pan can only hold 5 cups of dough. But I have three such baking pans!


Write some Python that prints out a  message to tell me if the three total amounts above (half, 3, and 5 batches) will fit in 1 pan, 2 pans, 3 pans, or if it will be too much to fit in any of my pans!
Write some Python that prints out a  message to tell me if the three total amounts above (half, 3, and 5 batches) will fit in 1 pans, 2 pans, 3 pans, of it it will be too much to fit in any of my pans!


== Analyzing the course description ==
== Analyzing the course description ==
Line 42: Line 42:
# Now add some more code to tell if it contains any of the words "python", "statistics", or "visualization"
# Now add some more code to tell if it contains any of the words "python", "statistics", or "visualization"


== #3 A program that knows its limits ==
=== #3 A program that knows its limits ===


Write code that has a variable called <code>my_variable</code> and that multiplies <code>my_variable</code> times 3 and prints out the value of the multiplication—''but that FIRST checks to see if <code>my_variable</code> is a number and prints out a message you come up with, saying that it can't multiply something that is not a number.''
Write code that has a variable called <code>my_variable</code> and that multiplies the number times 3 and prints out the answer—''but that checks to see if it's a number first but prints out a message saying that it can't do this if it's not a number.''
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)