Events
An introductory Python course to serve as a first experience or refresher to CMPSC 131. Covers Variables, Prints, Multiple Variables, Simple Math, User Input, Conditions, Loops, String Formatting, Lists, Functions.
An introductory React course to introduce students to a modern web framework. The course will cover, initial setup, components, JSX, and useState. Basic understanding of javascript and HTML is expected.
An intermediate Python course and CMPSC 132 refresher. Covers Functions, Classes & Objects, Error Handling, and Modules/Libraries.
An expansion on material covered in Part 1 of this workshop. This will be a deeper dive into React JS framework. This section will cover useRef, useEffect, and props.
A higher level Python course that takes a deeper look at application-specific development. Covers Webscraping and Introductory Data Science Techniques.
An Introductory Go course which will cover the essentials about the language. This includes variables, functions, pointers, package management, best practices, and more.