Search results for "python"
azw3 |eng | 2015-06-23 | Author:Kinsley, Harrison & McGugan, Will [Kinsley, Harrison]

pygame.init() screen = pygame.display.set_mode((640, 480), 0, 32) picture = pygame.image.load(picture_file).convert() picture_pos = Vector2(0, 0) scroll_speed = 1000. clock = pygame.time.Clock() joystick = None if pygame.joystick.get_count() > 0: joystick = pygame.joystick.Joystick(0) ...
( Category: Programming Languages August 29,2017 )
epub |eng | | Author:2015

Note CRUD is a database term you might come across that abbreviates the four basic SQL commands and stands for Create, Read, Update, and Delete. Connecting to a MySQL database ...
( Category: Programming August 29,2017 )
mobi, epub |eng | | Author:2015

This shows us how many requests we can make in a given 15-minute interval. This is shows us how Twitter assures that its servers are responsive. When the limit remaining ...
( Category: Programming Languages August 29,2017 )
epub |eng | | Author:Fabrizio Romano

File I/O Our examples so far that touch the filesystem have operated entirely on text files without much thought to what is going on under the hood. Operating systems, however, ...
( Category: Programming August 29,2017 )
epub, azw3, pdf |eng | 2017-04-28 | Author:Anand Balachandran Pillai [Pillai, Anand Balachandran]

How does it work ? Here is an explanation of the code . The mandelbrot_calc_row function calculates a row of the Mandelbrot set for a certain value of the y ...
( Category: Programming Languages August 29,2017 )
epub |eng | | Author:Unknown

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: Computers & Technology August 29,2017 )
azw3 |eng | 2015-12-02 | Author:Downey, Allen B. [Downey, Allen B.]

Figure 12-1. State diagram. But in a larger diagram you might want to leave out the details. For example, a diagram of the telephone directory might appear as in Figure ...
( Category: Programming Languages August 29,2017 )
epub |eng | 0101-01-01 | Author:2017

Installation Installation on Ubuntu is straightforward; install Cacti on the Ubuntu management VM: $ sudo apt-get install cacti It will trigger a series of installation and setup steps, including the ...
( Category: Computers & Technology August 26,2017 )
mobi, epub, azw3, pdf |eng | 2015-08-25 | Author:Amit Saha

Plotting Expressions Input by the User The expression that you pass to the plot() function must be expressed in terms of x only. For example, earlier we plotted y = ...
( Category: Mathematics August 25,2017 )
azw3 |eng | 2015-04-25 | Author:Madoff, Paul [Madoff, Paul]

Numerical Literals Any plain number in Python you can see is a numerical literal. Numerical literals can be shown in Python in multiple forms. You can type them as integers, ...
( Category: other August 25,2017 )
epub, mobi, pdf |eng | 2016-08-17 | Author:Jake VanderPlas

Errors and Exceptions No matter your skill as a programmer, you will eventually make a coding mistake. Such mistakes come in three basic flavors: Syntax errors Errors where the code ...
( Category: other August 25,2017 )
epub |eng | | Author:2015

The best estimator indeed improves the P/R AUC by nearly 3.3 percent to now 70.2, with the settings shown in the previous code. Also, the devastating results for positive tweets ...
( Category: Web Development & Design August 24,2017 )
mobi |eng | 0101-01-01 | Author:Adrian Rosebrock

Next up, Hank needs to perform some preprocessing on the digit images: Listing 6.3: dataset.py 13 def deskew(image, width): 14 (h, w) = image.shape[:2] 15 moments = cv2.moments(image) 16 17 ...
( Category: other August 24,2017 )
mobi |eng | 0101-01-01 | Author:Adrian Rosebrock

Let’s go ahead and jump into some code: Listing 6.18: bitwise.py 1 import numpy as np 2 import cv2 3 4 rectangle = np.zeros((300, 300), dtype = "uint8") 5 cv2.rectangle(rectangle, ...
( Category: other August 24,2017 )
epub, mobi |eng | 2012-04-15 | Author:Seitz, Justin [Seitz, Justin]

BOOLEAN RtlFreeHeap( IN PVOID HeapHandle, IN ULONG Flags, IN PVOID HeapBase ); PVOID RtlAllocateHeap( IN PVOID HeapHandle, IN ULONG Flags, IN SIZE_T Size ); So for RtlFreeHeap we are going ...
( Category: Internet & Social Media August 24,2017 )

Popular ebooks