Daily Deal: Pure Python Hacker Bundle
from the good-deals-on-cool-stuff dept
class DailyDeal(object): def __init__(self): self.Deal = "The Pure Python Hacker Bundle" self.Description = "Six courses with over 45 hours of instruction." self.Topics = ["Basics", "Websites & Apps", "Bash Scripting", "More"] self.OrigPrice = 454 self.SalePrice = 49 # That's $49, or 89% off the original price def BuyNow(self): print "Get it today from Techdirt Deals ยป" # We earn a portion of all sales from Techdirt Deals. # The products featured do not reflect endorsements by our editorial team.
Filed Under: daily deal, online course, programming, python