forked from UVA-Courses/DS5100-2023-08-O
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
15 lines (9 loc) · 764 Bytes
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Welcome
**Welcome to website for DS 5100 Programming for Data Science, {{< var academic_term >}}.**
::: {.callout-note}
This site contains all the content needed to complete the course. All graded coursework is hosted on the [Canvas website]({{< var canvas_url >}}).
:::
In this course, you will develop skills in Python and R Programming, as well as how to use the command line and GitHub.
The objective of this course is to introduce essential programming concepts, structures, and techniques.
You will gain confidence in not only reading code, but learning what it means to write good quality code.
Additionally, essential and complementary topics are taught, such as testing and debugging, exception handling, and an introduction to visualization.