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: , , ,

Rate this comment as insightful
Rate this comment as funny
You have rated this comment as insightful
You have rated this comment as funny
Flag this comment as abusive/trolling/spam
You have flagged this comment
The first word has already been claimed
The last word has already been claimed
Insightful Lightbulb icon Funny Laughing icon Abusive/trolling/spam Flag icon Insightful badge Lightbulb icon Funny badge Laughing icon Comments icon

Comments on “Daily Deal: Pure Python Hacker Bundle”

Subscribe: RSS Leave a comment
11 Comments
Lawrence D’Oliveiro says:

Re: significant white space in a language is bad

I think Python is a neat language, with many nice features that make it fun to use. It is currently my first resort for new programming projects.

And yet, I have to agree that attaching significance to whitespace in the way that it does—and inconsistently, to boot—is one of the few instances of genuine brain-damage in the language.

Lisa Westveld (profile) says:

They fixed it. 🙂
Semicolons are optional in Python. Either your style is to always use them or never use them, not some mix-and-match. 🙂
The preferred style is to not use them.

Also, you’re not supposed to underline some of the strings. Either use underline for all string constants or no string constants. This doesn’t read properly. 🙂

Add Your Comment

Your email address will not be published. Required fields are marked *

Have a Techdirt Account? Sign in now. Want one? Register here

Comment Options:

Make this the or (get credits or sign in to see balance) what's this?

What's this?

Techdirt community members with Techdirt Credits can spotlight a comment as either the "First Word" or "Last Word" on a particular comment thread. Credits can be purchased at the Techdirt Insider Shop »

Follow Techdirt

Techdirt Daily Newsletter

Ctrl-Alt-Speech

A weekly news podcast from
Mike Masnick & Ben Whitelaw

Subscribe now to Ctrl-Alt-Speech »
Techdirt Deals
Techdirt Insider Discord
The latest chatter on the Techdirt Insider Discord channel...
Loading...