Search

You can find the results of your search below.

04
28 Hits, Last modified:
here exists data that either isn’t valid or isn’t useful, and you need to find ways to effectively sort... ass="keyword">load-table</span>: timestamp, house, stem-level, sleep-hours, schoolwork-hours, s... t your <code>ssid</code> will be different; don’t use this one!</p> <p>To make sure the spreadsheet lo... ng</code>, <code>Number</code>, etc. – we need to use the <code>sanitize</code> functions when we load
05
12 Hits, Last modified:
YC Open Data</a> website, and in this lab we will use what we know about tables, lists, and functions t... a pruned version removing the columns that aren’t used for this lab.</p> <p>Load the pruned sheet into ... de class="string">"color"</code> columns. You can use <code>table-to-map</code> just as you’ve used Pyret’s built-in functions in previous labs.</p> </block
03
8 Hits, Last modified:
part-1-filtering">Part 1: Filtering</h2> <p>Let’s use the power of filtering to learn more from our can... this lab, the data set is frozen and it’s okay to use it for testing your functions.</p> <p><strong>Tas... Write an expression in the definitions pane that uses this new column to compute how many candies meet... .</p> <p><strong>Hint</strong>: This requires the use of the <a href="https://www.cs.vassar.edu/~cs101/
01
6 Hits, Last modified:
<h2 id="opening-cpo">Opening CPO</h2> <ol> <li><p>Use our CS account to log in to one of the Linux work... ons">Interactions and definitions</h2> <p>Getting used to the Pyret Editor can be a bit tricky. Let us ... djust the font size or change the colors CPO will use. You can make yourself comfortable or stick with ... y clicking the <em>Run</em> button at the top (or use the shortcut <code>Ctrl</code>-<code>enter</code>
06
6 Hits, Last modified:
="keyword">is</span> 36 <span class="keyword">because</span> ... sum-of-cubes([<span class="keyword">... ="keyword">is</span> 35 <span class="keyword">because</span> ... sum-of-cubes([<span class="keyword">... ="keyword">is</span> 27 <span class="keyword">because</span> ... sum-of-cubes([<span class="keyword">... hy</em> we get that answer. That’s what <code>because</code> lets us fill in. For example, for <code>pr
02
4 Hits, Last modified:
ode> expressions,</li> <li>writing functions that use <code>if</code> expressions, and</li> <li>writing... >Consider making a simple weather app that alerts users of severe weather based on wind speed using the... 73.880</li> </ul> <p>For testing, you may want to use the coordinates</p> <ul> <li>(41.686804, -73.8956... vere-alert</code>. Can you think of a way you can use the <code>saffir-simpson</code> function you’ve a
07
1 Hits, Last modified:
de>), it’s a good idea to write a template we can use for functions that take that data as input.</p> <