Data Structures Day 1 of 3
Day 7 of 100
Day 1 introduction to data structures: list, dictionaries, and tuples. Hmm... starting with this challenge might have saved me some time on the first two challenges - oh well.
I also had time to get started on my first side project. I want to build a simple network utility application, which takes a list of hosts and hostnames from a csv file and reports back if they are up on your network. A simple concept but enough room to implement some fun features.