Skip to main content

Home/ Mac Attack/ Group items tagged programmers

Rss Feed Group items tagged

Benjamin Bandt-Horn

The Best Movies for Programmers - 0 views

  •  
    The Best Movies for ProgrammersIf you've done even a little programming then you're also good at finding ways to waste time watching things vaguely related to it.  Admit it, you've spent at least a few hours watching videos about Android's latest features or Chrome's Internals even though you'll never write a single line of code for either.  Don't worry, I'm not going to list a bunch of technical talks.  We're talking entertainment for after the work day.  The following movies are stimulating to watch for those with a programming oriented mind.  And you know what that means, softcore porn!
Benjamin Bandt-Horn

operators - What is the name of ** in python? - Programmers Stack Exchange - 0 views

  • It's not an operator as such, so it doesn't really have a name, but it is defined as a "syntactic rule". So it should be called: "the keyword argument unpacking syntax"
  • # usually a tuple, always an iterable*
  • # usually a dict, always a mapping*
  • ...4 more annotations...
  • kwargs
  • args =
  • *: Iterables are objects that implement the __iter__() method and mappings are objects that implement __iter__() and __getitem__()
  • If you are unsure what to call a particular operator or if it is unnamed, you can always resort to Waka Waka Bang Splat as a reference to help you figure out what to call it. In this case for ** I would call it double-splat, though there are some alternate names for symbols.
  •  
    It's not an operator as such, so it doesn't really have a name, but it is defined as a "syntactic rule". So it should be called: "the keyword argument unpacking syntax"
Benjamin Bandt-Horn

PyQt4 tutorial - 0 views

  • This is PyQt4 tutorial. The tutorial is suited for beginners and intermediate programmers. After reading this tutorial, you will be able to program non trivial PyQt4 applications.
1 - 3 of 3
Showing 20 items per page