bgood = Programmer("Bridget")
bgood.pronouns = (she, her)
bgood.major = "electrical engineering"
bgood.school = "Notre Dame"
bgood.software = [Python, C, C++]
bgood.hardware = [Cadence, Verilog, FPGA, Eagle, DesignSparkPCB]
bgood.embedded = {"PIC24": ["C", "ISR", "LCD"], "ESP32": ["C", "I2C", "RTOS"]}
bgood.scifi = ["Dune", "The Three Body Problem", "Snow Crash", "Neuromancer"]
bgood.working_on = irish_sat.helmholtz_cage
bgood.learned = "how to create a linux distro (!)" # done! :)
# TODO: figure out what's wrong with this func...
bgood.code_without_coffee()
Some things I do :)