CSE-8A
README.md

Class description

As described by UCSD, it is an "Introductory course for students interested in computer science and programming. Basics of programming including variables, conditionals, loops, functions/methods. Structured data storage such as arrays/lists and dictionaries, including data mutation. Hands-on experience with designing, writing, hand-tracing, compiling or interpreting, executing, testing, and debugging programs. Students solve relevant computational problems using a high-level programming language."

We first used Python, then we used Java.

DISCLAIMER:

This private repository was made after completing the course and is use for personal usage only. This was not intended to supply students with answers. Again, this is a private repository and access to this repository is only for people visiting my Portfolio website.

Summary of Class

  1. Learning Python 1a. Get input from user 1b. Drawing with turtle library 1c. reading from CSV file and
  2. Learning Java 2a. Array manipulation, given file input 2b. Image and colors 2c. image manipulation and color manipulation