Mist Systems first delivered a new way of looking at Wi-Fi at MFD2. I was impressed with their product and I continue to be impressed with …
Archives for September 2018
Python Day 4: Dictionaries
Dictionaries Indexes for dictionaries are called keys. Keys are associated with a value called a key-value pair. A dictionary is …
Python Day 3: List Methods
The previous day went over the basics of the Python List. On this day I go a little further into List Methods. List Methods allow you to …
Python Day 2: Lists
Lists look like they'll be useful when I get to a point where I can write scripts. Python Lists can hold multiple values in an ordered …
Python Day 1: Functions
The start of my 30 Days of Code begins with Functions. I had already read about flow with For and While loops. Today I read into …
30 Days of Code
Anytime I get started with learning code, life seems to get in the way. I start and then I stop, I start and then I stop. Inside of me …