Skip to content

Commit

Permalink
Update links for R, rename to Units
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterZenke committed Apr 24, 2024
1 parent cd403ac commit 8c41e70
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions courses/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4 class="mb-1" style="font-weight: 600">CS50's Introduction to Databases with
</p>
<p>Available, entirely for free, as <a href="https://cs50.harvard.edu/sql">OpenCourseWare</a>. Also available via <a href="https://cs50.edx.org/sql">edX</a>.
<p>An introduction to databases using a language called SQL. Learn how to create, read, update, and delete data with relational databases, which store data in rows and columns. Learn how to model real-world entities and relationships among them using tables with appropriate types, triggers, and constraints. Learn how to normalize data to eliminate redundancies and reduce potential for errors. Learn how to join tables together using primary and foreign keys. Learn how to automate searches with views and expedite searches with indexes. Learn how to connect SQL with other languages like Python and Java. Course begins with SQLite for portability’s sake and ends with introductions to PostgreSQL and MySQL for scalability’s sake as well. Assignments inspired by real-world datasets.</p>
<h5 style="font-weight: 600">Videos</h5>
<h5 style="font-weight: 600">Units</h5>
<ul>
<li><a href="https://cs50.harvard.edu/sql/2024/weeks/0">Querying</a></li>
<li><a href="https://cs50.harvard.edu/sql/2024/weeks/1">Relating</a></li>
Expand All @@ -37,24 +37,24 @@ <h5 style="font-weight: 600">Representative Learning Experiences</h5>
<div class="course mb-4">
<h4 class="mb-1" style="font-weight: 600">CS50's Introduction to Programming with R</h4>
<p>
<span class="badge rounded-pill text-bg-primary">Coming Soon!</span>
<a href="https://cs50.harvard.edu/r" target="_blank"><span class="badge rounded-pill text-bg-primary">Start learning! ✨</span></a>
<a href="r/"><span class="badge rounded-pill text-bg-secondary">Learn about this course's design 🔍</span></a>
</p>
<p>Available, entirely for free, as <a href="https://cs50.harvard.edu/r">OpenCourseWare</a>. Also available via <a href="https://cs50.edx.org/r">edX</a>.</p>
<p>An introduction to programming using a language called R, a popular language for statistical computing and graphics in data science and other domains. Learn to use RStudio, a popular integrated development environment (IDE). Learn to represent real-world data with vectors, matrices, arrays, lists, and data frames. Filter data with conditions, via which you can analyze subsets of data. Apply functions and loops, via which you can manipulate and summarize data sets. Write functions to modularize code and raise exceptions when something goes wrong. Tidy data with R’s tidyverse and create colorful visualizations with R’s grammar of graphics. By course’s end, learn to package, test, and share R code for others to use. Assignments inspired by real-world data sets.</p>
<h5 style="font-weight: 600">Videos</h5>
<h5 style="font-weight: 600">Units</h5>
<ul>
<li>Representing Data</li>
<li>Filtering Data</li>
<li>Applying Functions</li>
<li>Tidying Data</li>
<li>Visualizing Data</li>
<li>Testing Programs</li>
<li>Packaging Programs</li>
<li><a href="https://cs50.harvard.edu/r/2024/weeks/1">Representing Data</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/weeks/2">Transforming Data</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/weeks/3">Applying Functions</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/weeks/4">Tidying Data</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/weeks/5">Visualizing Data</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/weeks/6">Testing Programs</a></li>
<li><a href="https://cs50.harvard.edu/r/2024/weeks/7">Packaging Programs</a></li>
</ul>
<h5 style="font-weight: 600">Representative Learning Experiences</h5>
<ul>
<li>Coming soon!</li>
<li>Coming July 1!</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 8c41e70

Please sign in to comment.