Zach Schumacher

I like to code.
Check out my LinkedIn, GitHub, or resume.

>>> from devs import Zach

>>> Zach.email
"zschu15@gmail.com"

>>> Zach.current_location
("New York", "New York")

>>> Zach.job
("Senior Manager, Data Engineering", "SimpleBet")

>>> Zach.skills
["python", "flask", "django", "celery", "sql", "pyspark", "git", "golang"]

>>> Zach.interests
["sports", "video games", "board games", "traveling", "coding", "kayaking"]

>>> Zach.education
("BSB Information Systems Technology", "University of Kansas")

>>> |