Skip to content

Course website for Spring 2023 section of EMSE 4571: Intro to Programming for Analytics @ GWU

License

Notifications You must be signed in to change notification settings

emse-p4a-gwu/2023-Spring

Repository files navigation

EMSE 4571: Intro. to Programming for Analytics (Spring 2023)

License: CC-BY-SA 4.0

Description

This course provides a foundation in programming for analytics using the R programming language with a comparison to Python. Topics covered include fundamentals of programming (operators, data types, objects, functions, conditionals, loops, strings, testing, and debugging) as well as techniques for working with data sets in R and Python (file input/output, data structures, data wrangling, data visualization, external packages, and reproducible reporting). Emphasis will be on producing clear, robust, and reasonably efficient code using top-down design, informal analysis, and effective testing and debugging. Students will primarily work on individual programming assignments to develop skills in computational problem solving, writing code, and working with data. Students will be assessed through quizzes, homework assignments, and exams. Teaching will involve interactive lectures with plenty of time spent live coding and working on practice problems in class. This course assumes no prior programming experience and is an ideal preparation for higher level courses in data analytics.

For more details, please see the course website.

Acknowledgments

This course was inspired by many other courses / resources that cover similar material - see the course about page for more details.