Final Project Elements
- Language: Python or Java
- You will write a complete working application
- Use something we haven't used in classs. Here are
some examples.
- Numpy and MatPlotLib can be used to process
matrices or to make graphical plots.
- Pygame can be used to create graphical games
- Pandas processes big tables of data if you wnat
to to something data-intensive.
-
- Java's LocalDateTime class manages calendar dates
and time.
- Java's
javax.swing
allows you to create
complex GUIs.
- Python's turtle graphics can be used to create
interactive applications that draw in response to
mouse clicks.s