Search results for "python"
azw3, pdf |eng | 2017-03-27 | Author:Armando Fandango [Fandango, Armando]

The statsmodels modules To install statsmodels, execute the following command: $ pip3 install statsmodels In the attached ch-07.ipynb file, we list the statsmodels modules to get the following result: statmodels ...
( Category: Programming Languages February 9,2018 )
azw3 |eng | 2015-04-04 | Author:by stuart hall [hall, by stuart]

Please select an option: 1 - Add a new film. 2 - Delete a film. 3 - Show all films. 4 - Sort films by year. 5 - Find films ...
( Category: Computers & Technology February 9,2018 )
azw3, epub, pdf |eng | 2015-02-28 | Author:Tim J. Stevens & Wayne Boucher [Stevens, Tim J.]

Using the HTSeq library Now we come to actually using the result of a short-read to genome alignment to illustrate how the results may be analysed. For this section we ...
( Category: Programming Languages February 9,2018 )
epub |eng | 2016-07-10 | Author:Charles Severance [Severance, Charles]

The first loop builds a list of tuples, where each tuple is a word preceded by its length. sort compares the first element, length, first, and only considers the second ...
( Category: Programming Languages February 8,2018 )
epub |eng | 2017-12-14 | Author:Alberto Boschetti

Given such input, the function wraps some other complex functions. It creates n-iterations, training a model of the n-cross-validation in-samples, testing the results, and storing scores derived at each iteration ...
( Category: Programming Languages February 8,2018 )
mobi, epub, pdf |eng | 2017-12-13 | Author:Benjamin Baka

Binary search tree implementation Let us begin our implementation of a BST. We will want the tree to hold a reference to its own root node: class Tree: def __init__(self): ...
( Category: Programming February 8,2018 )
mobi, epub |eng | 2017-12-14 | Author:Gabriele Lanaro

( Category: Programming Languages February 8,2018 )
mobi, azw3, epub, pdf |eng | 2017-12-22 | Author:Eric Chou

We gather network data for the purpose of gaining insight into our network. One of the best ways to know what the data means is to visualize them with graphs. ...
( Category: Networking & Cloud Computing February 8,2018 )
mobi, epub |eng | 2017-12-13 | Author:Burkhard A. Meier

# Button callback def click_me(self): self.action.configure(text='Hello ' + self.name.get()) bq.write_to_scrol(self) sleep(2) html_data = url.get_html() print(html_data) self.scrol.insert(tk.INSERT, html_data) The HTML data is now displayed in our GUI widget: GUI_URL.py How it ...
( Category: Computers & Technology February 8,2018 )
epub, mobi, pdf |eng | 2015-08-26 | Author:Muhammad Yasoob Ullah Khalid [Khalid, Muhammad Yasoob Ullah]

The optional argument allows us to tell enumerate from where to start the index. You can also create tuples containing the index and list item using a list. Here is ...
( Category: other February 3,2018 )
azw3 |eng | 2017-05-04 | Author:Robert Layton [Layton, Robert]

The difference in this graph compared to the previous graph is that the edges determine the similarity between the nodes based on our similarity metric and not on whether one ...
( Category: Software January 28,2018 )
epub, pdf |eng | 2017-10-02 | Author:Ajay Ohri

5.1.1 OLS Ordinary least squares (OLS) or linear least squares is a method for estimating the unknown parameters in a linear regression model, with the goal of minimizing the differences ...
( Category: Programming Languages January 27,2018 )
epub |eng | | Author:Sandeep Nagar

6.12 Masking Arrays can be indexed using the method of masking. Masking is a way to define the indexes as a separate object and then generate a new array from ...
( Category: Programming Languages January 27,2018 )
epub, mobi, pdf |eng | 2018-01-25 | Author:Al Sweigart

The hackAffine() function begins on line 25 and contains the code for decryption. It starts by printing some instructions for the user: 25. def hackAffine(message): 26. print('Hacking...') 27. 28. # ...
( Category: Security & Encryption January 25,2018 )
epub |eng | | Author:Unknown

How it works... A quick high-level run-through of what is going on here at the beginning should help clear the air. We have four functions and nine variables within our ...
( Category: other January 23,2018 )