Search results for "python"
epub |eng | 2015-10-05 | Author:Monk, Simon

Figure 7-6 An example of resizing a window. The code for this is shown here: The key to understanding such layouts is the use of the sticky attributes of the ...
( Category: Programming December 22,2017 )
azw3, pdf |eng | 2016-06-30 | Author:Kyran Dale [Dale, Kyran]

%matplotlib [qt | osx | wx ...] To get inline graphics in the Notebook or Qt console, you can use the inline directive. Note that with inline plots, you can’t ...
( Category: Internet & Social Media December 16,2017 )
mobi, epub |eng | | Author:Unknown

The docstring doesn't allow any automated testing to confirm that the documentation actually matches the code. The two could disagree with each other. What we want are hints about the ...
( Category: other December 16,2017 )
epub, mobi |eng | | Author:2017

Fundamental concepts in genetic algorithms In order to build a genetic algorithm, we need to understand several key concepts and terminology. These concepts are used extensively throughout the field of ...
( Category: Programming Languages December 11,2017 )
epub |eng | | Author:Mohammed Zuhair Al-Taie & Seifedine Kadry

4.12 Social Network Analysis Modeling Tools Social network analysis modeling tools are software packages that can be used to identify, represent, analyze, and visualize social networks. Examples include Pajek: software ...
( Category: Programming Languages December 6,2017 )
azw3 |eng | 2017-08-14 | Author:George Kemper [Kemper, George]

Overclocking the Raspberry Pi The config.txt file not only manages the graphics outputs of the Raspberry Pi’s ARM processor, but it also allows you to control the chip in other ...
( Category: Programming December 3,2017 )
epub |eng | 2017-08-02 | Author:Sadie Savage [Savage, Sadie]

Chapter Five Xander smiled. “Go on then,” he said, and Savannah sensed the dare in his tone. She took a deep, steadying breath and then she pulled her shirt off, ...
( Category: Literature & Fiction December 3,2017 )
epub |eng | 2017-09-05 | Author:Sadie Savage [Savage, Sadie]

Jolene ended up getting a lot of work done in the long week that followed, but she was not happy about it. She missed having Luke around. She hadn’t heard ...
( Category: Literature & Fiction December 3,2017 )
epub, mobi |eng | | Author:2016

If needed, define the data structure normalization function. This almost always has to be a generator function. A structural change can't be applied via map(): from ch08_r02 import row_merge As ...
( Category: Programming Languages December 2,2017 )
azw3 |eng | 2017-09-25 | Author:Tollervey, Nicholas H. [Tollervey, Nicholas H.]

from microbit import * while True: if accelerometer.was_gesture('shake'): display.show(Image.ANGRY) elif accelerometer.was_gesture('face up'): display.show(Image.ASLEEP) elif accelerometer.was_gesture('up'): display.show(Image.HAPPY) sleep(100) If the device is shaken, it displays an angry face; if it is ...
( Category: Engineering November 30,2017 )
epub |eng | 2015-09-29 | Author:Minichino, Joe & Howse, Joseph

The most important parameter here is the third one, which defines the aperture of the Sobel operator. The Sobel operator performs the change detection in the rows and columns of ...
( Category: Networking & Cloud Computing November 30,2017 )
azw3 |eng | 2015-09-29 | Author:Minichino, Joe & Howse, Joseph [Minichino, Joe]

The most important parameter here is the third one, which defines the aperture of the Sobel operator. The Sobel operator performs the change detection in the rows and columns of ...
( Category: Networking & Cloud Computing November 30,2017 )
epub, pdf |eng | 2014-02-21 | Author:Félix López & Víctor Romero [López, Félix & Romero, Víctor]

( Category: Programming November 28,2017 )
epub |eng | 2013-02-06 | Author:Jeff Knupp [Knupp, Jeff]

5.5.3.2 Idiomatic unique_surnames = set(employee_surnames) def display(elements, output_format='html'): if output_format == 'std_out': for element in elements: print(element) elif output_format == 'html': as_html = '<ul>' for element in elements: as_html += ...
( Category: Programming Languages November 28,2017 )
epub, pdf |eng | | Author:Albert Sweigart [Sweigart, Albert]

More Setup Code 20. XMARGIN = int((WINDOWWIDTH - BOARDWIDTH * BOXSIZE) / 2) 21. TOPMARGIN = WINDOWHEIGHT - (BOARDHEIGHT * BOXSIZE) - 5 The program needs to calculate how many ...
( Category: other November 28,2017 )