Search results for "python"
epub |eng | 2010-12-03 | Author:James Payne

However, you probably don’t have a mail server running on your machine. (You might have one if you’re running these scripts on a shared computer, or if you set the ...
( Category: Programming January 27,2019 )
epub, mobi |eng | 2018-11-14 | Author:Dusty Phillips

def one(timer): format_time("Called One") def two(timer): format_time("Called Two") def three(timer): format_time("Called Three") class Repeater: def __init__(self): self.count = 0 def repeater(self, timer): format_time(f"repeat {self.count}") self.count += 1 timer.call_after(5, self.repeater) timer ...
( Category: Computers & Technology January 27,2019 )
epub, pdf |eng | 2018-05-08 | Author:Lutz, Larry & Ray, Richard [Lutz, Larry ]

The packages are platform specific, which means if you are doing string operation, then it is better to use Python packages to optimize your code. For example, use existing module ...
( Category: Hardware & DIY January 26,2019 )
mobi, epub |eng | 2016-08-08 | Author:Caleb Hattingh

( Category: other January 24,2019 )
epub |eng | | Author:Unknown

Figure 6-13. Sending the requests to the BHP Wordlist extension Now check the output tab of the extension. In practice, we’d save its output to a file, but for demonstration ...
( Category: other January 23,2019 )
azw3, epub |eng | 2016-06-25 | Author:Learning, UpSkill [Learning, UpSkill]

GPIO NUMBERING The numbers don't make any sense to humans; they jump about all over the place, so there is no easy way to remember them. You will need a ...
( Category: Hardware & DIY January 23,2019 )
epub |eng | | Author:Moritz Lenz

def run_aptly(*args): aptly_cmd = ['aptly', '-config=' + config_file] subprocess.call(aptly_cmd + list(args)) def init_config(): os.makedirs(base_path, exist_ok=True) contents = { 'rootDir': repo_path, 'architectures': ['amd64', 'all'], } with open(config_file, 'w') as conf: json.dump(contents, ...
( Category: other January 14,2019 )
epub, pdf |eng | 2019-01-08 | Author:Peter Farrell

You can see that it diverges after four iterations because it gets bigger than two units away from the origin. Figure 7-7 graphs each step so you can visualize them. ...
( Category: other January 9,2019 )
epub |eng | | Author:Python Penetration Testing Essentials

Testing the security system using custom packet crafting and injection So far, you have seen the implementation of ARP spoofing. Now, let's learn about an attack called the network disassociation ...
( Category: Programming Languages January 7,2019 )
azw3 |eng | 2018-04-21 | Author:Takahiro Kurose [Kurose, Takahiro]

As a result, registered product is displayed. Next, we prepare the image of the product which is used when registering the product on EC site. We download the image from ...
( Category: Programming January 6,2019 )
azw3 |eng | 2018-12-31 | Author:Russell Bryant [Bryant, Russell]

2 a. You have been asked to create a game. The computer stores a number and then you get a chance to guess the number. You have an unlimited number ...
( Category: Computers & Technology January 4,2019 )
epub, azw3, pdf |eng | 2018-12-31 | Author:Julien Danjou

wraps: A Decorator for Decorators It can get tedious to use update_wrapper() manually when creating decorators, so functools provides a decorator for decorators called wraps. Listing 7-6 shows the wraps ...
( Category: Internet & Social Media January 1,2019 )
epub |eng | | Author:Puneet Mathur

After the five iterations our experts told us that the technology adoption maturity is at a very low level; 60 percent of our experts tell us with certainty that this ...
( Category: Computers & Technology December 28,2018 )
epub |eng | 2018-02-22 | Author:William S. Vincent [Vincent, William S.]

Update your existing tests.py file as follows. Code # blog/tests.py from django.contrib.auth import get_user_model from django.test import TestCase from django.urls import reverse from .models import Post class BlogTests(TestCase): def setUp(self): ...
( Category: Programming Languages December 26,2018 )
epub |eng | 2018-10-31 | Author:Matthew Lamons

The rescaling operation scales the pixel values to a range between 0 and 1. The next step is to fit this generator on the train data: train_datagen.fit(X_train) Compiling the model ...
( Category: Computer Science December 15,2018 )

Popular ebooks