
Dane Hillard
Writing Publishing Python Packages 🐍📦 ⬆️ Author of Practices of the Python Pro 🐍📘 Principal Engineer at ITHAKA
Education
University of Michigan
Work
Lead web application developer at ITHAKA
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Writing Publishing Python Packages 🐍📦 ⬆️ Author of Practices of the Python Pro 🐍📘 Principal Engineer at ITHAKA
Education
University of Michigan
Work
Lead web application developer at ITHAKA
Recent comments
Practices of the Python Pro - Book Review
Thank you for this review, Albert! Your point about the title...
Practices of the Python Pro is on Product Hunt
Thanks so much! Please let me know how you like it! The boo...
Practices of the Python Pro is on Product Hunt
Great question! Whereas Fluent Python is specifically geare...
What do you use for password management?
Like @dbh mentions in another thread, storing the Vault fi...
Daily Challenge #38 - Middle Name
def initialize(full_name): names = full_name.split() ...
Daily Challenge #36 - Let's go for a run!
def running_pace(distance, time): minutes, seconds = [i...
Daily Challenge #35 - Find the Outlier
I believe this would fail if the outlier is even and the re...
Daily Challenge #35 - Find the Outlier
This goes through the list of numbers only a single time, s...