Search results for "python"
mobi, epub, pdf |eng | 2013-02-05 | Author:David Beazley and Brian K. Jones

( Category: Programming February 6,2019 )
epub |eng | | Author:Unknown

One last note: when utilizing records, it’s essential to close them when you're set utilizing them. Despite the fact that Python has constructed in waste collection, and it will generally ...
( Category: other February 5,2019 )
epub, pdf |eng | | Author:Unknown

Chapter 13 Functions Functions are useful for breaking up a large program to make it easier to read and maintain. They are also useful if find yourself writing the same ...
( Category: other February 3,2019 )
epub |eng | | Author:Gordon, Steven I. [Неизв.]

( Category: Mathematics February 3,2019 )
epub, pdf |eng | | Author:Unknown

Dr. Sandeep Nagar [email protected] www.bookmuft.com The answer is quite complex. While array serves most of the general purposes for matrix algebra, matrix is written to facilitate linear algebra functionalities. Linear ...
( Category: other January 30,2019 )
azw3 |eng | 2018-04-11 | Author:IT Starter Series & Connor, Joseph [Connor, Joseph]

Chapter Five: A Few Starter Projects So, you have your Pi 3 and it’s all set up and ready to use. What now? Well, now it’s time to start thinking ...
( Category: Computers & Technology January 28,2019 )
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 )

Popular ebooks