Search results for "python"
azw3 |eng | 2017-08-04 | Author:Charlie Masterson

Code: $.ajax( { url: '/save' , method: 'POST' , data: { username: 'burt' } , success: function (data) { console . log (data) ; } , Error: function () { ...
( Category: Programming Languages April 1,2018 )
azw3 |eng | 2017-09-01 | Author:Hacking Studios

Overloading You may also want to consider working with the process known as overloading when working with the inheritances. When you are working on the process of overloading, you will ...
( Category: Programming Languages April 1,2018 )
azw3 |eng | 2017-09-01 | Author:Zed A. Shaw [Shaw, Zed A.]

Study Drills 1. Look at the comments in the original code regarding where you place the value during _set. Does changing this change the meaning of get, and why or ...
( Category: Programming Languages April 1,2018 )
azw3, epub, pdf |eng | 2017-06-16 | Author:Yoshiyasu Takefuji

keras (machine learning framework) In order to activate p27 environment (python2.7 environment), run the following source command: $ source p27/bin/activate Once p27 is activated, prompt will be (p27). In order ...
( Category: Computer Science April 1,2018 )
epub, pdf |eng | 2016-09-26 | Author:Chet Hosmer

Fig. 4.8 Select files for export to python. Once the desired files are selected, you choose EnScript from the EnCase menu bar. This will provide a list of available EnScripts. ...
( Category: Programming Languages April 1,2018 )
azw3, pdf, epub |eng | 2016-06-29 | Author:Rejah Rehim [Rehim, Rejah]

Cross-site scripting (XSS) Cross-site scripting is also a type of injection attack, which occurs when attackers inject malicious attack vectors in the form of a browser-side script. This occurs when ...
( Category: Networking & Cloud Computing April 1,2018 )
azw3 |eng | 2015-06-29 | Author:Roberto Ulloa [Ulloa, Roberto]

( Category: Programming April 1,2018 )
epub, pdf |eng | | Author:Brian Okken

Using capsys The capsys builtin fixture provides two bits of functionality: it allows you to retrieve stdout and stderr from some code, and it disables output capture temporarily. Let’s take ...
( Category: Programming Languages March 30,2018 )
epub |rus | 2015-08-14 | Author:2015

self.events.append(TimedEvent(end_time, callback)) def run(self): while True: ready_events = (e for e in self.events if e.ready()) for event in ready_events: event.callback(self) self.events.remove(event) time.sleep(0.5) [ 214 ] www.it-ebooks.info Chapter 7 In production, ...
( Category: Programming March 29,2018 )
azw3 |eng | 2017-10-05 | Author:Preston Miller & Chapin Bryce [Miller, Preston]

Viewing MSG files Recipe Difficulty: Easy Python Version: 2.7 or 3.5 Operating System: Windows Email messages can come in many different formats. The MSG format is another popular container for ...
( Category: Networking & Cloud Computing March 29,2018 )
mobi, epub |eng | 2016-12-19 | Author:Benjamin Bengfort, Tony Ojeda, Rebecca Bilbro

Figure 2-1. The Model Selection Triple In the feature extraction phase, which we will begin to explore in our discussion of vectorization in this chapter, the goal is to analyze, ...
( Category: Programming Languages March 28,2018 )
mobi, pdf |eng | 0101-01-01 | Author:Mark Lutz [Lutz, Mark]

Document Outline Python Pocket Reference 1. Python Pocket Reference Introduction Conventions Using Code Examples Safari® Books Online Command-Line Options Python Options Program Specification Environment Variables Operational Variables Command-Line Option Variables ...
( Category: Software March 27,2018 )
epub, pdf |eng | 2018-03-16 | Author:Chris Albon

Discussion Confusion matrices are an easy, effective visualization of a classifier’s performance. One of the major benefits of confusion matrices is their interpretability. Each column of the matrix (often visualized ...
( Category: Programming Languages March 25,2018 )
azw3 |eng | 2016-09-24 | Author:Mark Chen & TechShelve [Chen, Mark]

The first element of the sequence is always compared with the second one. If a situation arises where an item inside a sequence is a sequence itself, then each of ...
( Category: Computers & Technology March 24,2018 )

Popular ebooks