Search results for "Python"
epub, pdf |eng | 2009-06-29 | Author:Alex Martelli [Alex Martelli]

( Category: other March 26,2014 )
epub |eng | 0101-01-01 | Author:Idris, Ivan [Idris, Ivan]

Pausing the game: Sometimes we need to pause the execution of a game, as in our case in order to be able to hear a sound. We can do this ...
( Category: Game Programming March 26,2014 )
epub, pdf |eng | 2011-10-23 | Author:Mitch Garnaat [Mitch Garnaat]

This will return a list of all of the available CloudWatch metrics. Each will be represented by a Metric object. The contents of this list will vary for each user, ...
( Category: Cloud Computing March 26,2014 )
epub |eng | 2008-09-08 | Author:Hetland, Magnus Lie [Hetland, Magnus Lie]

( Category: other March 26,2014 )
epub |eng | 2009-08-20 | Author:Seitz| Justin [Seitz, Justin]

As Nico said, we can use hippie as an example of how to instrument heap routines that are critical to understand when writing heap-based exploits. For brevity's sake, we'll walk ...
( Category: Americas March 26,2014 )
epub, mobi, pdf |eng | 2012-08-08 | Author:Allen B. Downey [Allen B. Downey]

Random Words To choose a random word from the histogram, the simplest algorithm is to build a list with multiple copies of each word, according to the observed frequency, and ...
( Category: Software Development March 26,2014 )
epub |eng | 2014-03-25 | Author:Zed A. Shaw

* * * 1 ## Animal is-a object (yes, sort of confusing) look at the extra credit 2 class Animal(object): 3 pass 4 5 ## ?? 6 class Dog(Animal): 7 ...
( Category: Programming March 26,2014 )
epub, mobi, pdf |eng | 2012-11-17 | Author:Jason R. Briggs [Jason R. Briggs]

When you select a color and click OK, a tuple will be displayed. This tuple contains another tuple with three numbers and a string: >>> colorchooser.askcolor() ((235.91796875, 86.3359375, 153.59765625), '#eb5699') ...
( Category: STEM Education March 26,2014 )
epub |eng | 2013-08-20 | Author:Summerfield, Mark [Summerfield, Mark]

* * * def get_jobs(source, target): for name in os.listdir(source): yield os.path.join(source, name), os.path.join(target, name) * * * This function performs the same service as the previous subsection’s add_jobs() function, ...
( Category: Object-Oriented Design March 26,2014 )
epub, mobi, pdf |eng | 2012-10-07 | Author:Wes McKinney [Wes McKinney]

Example: Group Weighted Average and Correlation Under the split-apply-combine paradigm of groupby, operations between columns in a DataFrame or two Series, such a group weighted average, become a routine affair. ...
( Category: Data Processing March 26,2014 )
epub |eng | 2010-05-10 | Author:Knowlton

Summary This chapter’s project explored how to connect to remote computers and perform various operations using Python. The following topics were addressed:• How to build a web server entirely in ...
( Category: Software Reuse March 26,2014 )
mobi |eng | 2011-02-22 | Author:Gary L. Hardcastle

Each little snake that poisons, Each little wasp that stings. He made their brutish venom, He made their horrid wings. All things sick and cancerous, All evil great and small, ...
( Category: Aesthetics March 25,2014 )
mobi | | 2010-09-23 | Author:Monty Python

* * * Return to the sketches index Crossing the Alantic on a Tricycle As featured in the Flying Circus TV Show - Episode 24 * * * The cast: ...
( Category: Humor March 25,2014 )
mobi, epub, pdf |eng | 2009-09-15 | Author:Mark Lutz

C:\test> C:\python30\python >>> import pkg.spam ...text omitted... ImportError: cannot import name string Modules referenced by relative imports must exist in the package directory. Imports are still relative to the CWD ...
( Category: Software Development March 25,2014 )
mobi |eng | 2011-06-01 | Author:Zed A. Shaw

© Copyright 2010, Zed A. Shaw. Last updated on Jun 24, 2011. Exercise 40: Dictionaries, Oh Lovely Dictionaries Now I have to hurt you with another container you can use, ...
( Category: Computers & Technology March 25,2014 )