Basic Cybersecurity Programming and Networking
There are both programming assignments for all different types of programming languages and hands-on labs for cybersecurity and operations. Within this course, I have been working to learn python language and how to write program to execute simple commands as well as other more difficult ones such as being able to communicate from multiple different servers that were established. Below are some examples of code written that display some examples of interactive programs written by me to produce simple outcomes such as math algorithms and name printing, as well as indexing and lists that were created.
The programming assignments shown below are as follows:
- Write a program that evaluates the users inputted age
- Write a program that evaluates dimensions of a rectangle and a triangle given numbers by the user

