Search results for "python"
azw3, epub |eng | 2018-11-11 | Author:Leonard Eddison [Eddison, Leonard]

You also have the option of displaying two different files one right after the other with the cat command. You will use the same command that you used earlier, but ...
( Category: Computers & Technology November 15,2018 )
epub |eng | | Author:FreeCAD Solid Modeling & the Power of Python

The lines that begin with # are not executed by FreeCAD; they are Python comments. Comments help us understand what is happening in the code. The only lines of code ...
( Category: other November 5,2018 )
epub |eng | 2018-11-01 | Author:Sean McManus

➍ add(5, 7) add(2012, 137) add(1234, 4321) Listing 8-1: Sending information to a function Save the program as listing8-1.py. Because it doesn’t use any Pygame Zero features, you can run ...
( Category: Activities, Crafts & Games November 2,2018 )
epub |eng | 2018-03-23 | Author:Alexey Spizhevoy

import cv2 Load the text image: img = cv2.imread('../data/scenetext01.jpg') Load the pre-trained convolutional neural network and detect the text messages: det = cv2.text.TextDetectorCNN_create( "../data/textbox.prototxt", "../data/TextBoxes_icdar13.caffemodel") rects, probs = det.detect(img) Draw ...
( Category: Networking & Cloud Computing October 27,2018 )
epub, mobi |eng | 2018-08-14 | Author:Daniel Furtado

Retrieving all messages Similar to our previous steps, we will need to add a new method to our Redis dependency in order to add more functionality. This time, we will ...
( Category: Programming October 26,2018 )
epub, mobi, pdf |eng | 2015-04-24 | Author:Al Sweigart [Al Sweigart]

Creating and Removing Sheets Sheets can be added to and removed from a workbook with the create_sheet() and remove_sheet() methods. Enter the following into the interactive shell: >>> import openpyxl ...
( Category: Programming October 23,2018 )
epub, pdf |eng | 2018-08-31 | Author:Alessandro Molina

Partials We already know that we can apply unary functions to multiple elements using map, and apply binary functions using reduce. There is a whole set of functions that accepts ...
( Category: Programming October 22,2018 )
epub |eng | | Author:Alex Galea

Note Decision trees can be used to model a mix of continuous and categorical data, which make them very useful. Furthermore, as we will see later in this lesson, the ...
( Category: Databases & Big Data October 22,2018 )
epub, pdf |eng | 2018-08-30 | Author:Dipanjan Sarkar

We get a validation accuracy jump to around 82%, which is almost 4-5% better than our previous model. Also, our training accuracy is very similar to our validation accuracy, indicating ...
( Category: Computer Science October 18,2018 )
epub |eng | 2018-08-31 | Author:Alex Galea

Building and merging Pandas DataFrames Let's dive right into an exercise, where we'll continue working on the country data we scraped earlier. Recall that we extracted the central bank interest ...
( Category: Programming October 17,2018 )
epub |eng | 2018-08-31 | Author:Alvaro Fuentes

import matplotlib as plt Our first command includes the plot function from the plt module and pyplot module, and we will also pass a list of numbers. So, when we ...
( Category: Databases & Big Data October 17,2018 )
epub |eng | 2018-09-26 | Author:Ankur Ankan

>>> mu, sigma = gaussian_mle(data) >>> mu 1.0437186891666821 >>> sigma 1.967211026428509 In this case, with more data, we can see that the learned values are much closer to our original ...
( Category: Computer Science October 17,2018 )
epub, pdf |eng | 2018-05-30 | Author:Mohit

Network Attacks and Prevention In previous chapters, you learned about network scanning and network sniffing. In this chapter, you will see different types of network attacks and how to prevent ...
( Category: Programming Languages October 16,2018 )
epub |eng | 2018-04-20 | Author:Jalem Raj Rohit

This would open up a resource creation wizard where you can add the name and resource path of the API resource which we are intending to build. After creating the ...
( Category: Programming October 16,2018 )
epub |eng | | Author:B.J. Korites

5.3 Line Intersecting a Circle The determination of whether the hit point of a line intersecting the plane of a circle is within the circle is trivial. As shown in ...
( Category: Programming Languages October 15,2018 )

Popular ebooks