Python
mobi |eng | 2014-07-13 | Author:Katie Cunningham
After that, you think of some of the things you want your program to do. Here are some potential functions: Click here to view code image Functions --------- Play a ...
( Category:
Internet, Groupware, & Telecommunications
July 15,2014 )
epub |eng | 2012-02-22 | Author:Downey, Allen B. [Allen B. Downey]
Do you get the sense that practicing philosophers think highly of Popper’s work? What Is This a Model Of? Some cellular automata are primarily mathematical artifacts. They are interesting because ...
( Category:
Python
April 6,2014 )
epub, pdf |eng | 2009-09-30 | Author:Mark Lutz [Mark Lutz]
hex(N) Converts an integer number N to a hexadecimal (base 16) digits string. If argument N is not a Python int object, it must define an __index__() method that returns ...
( Category:
Object-Oriented Design
March 26,2014 )
epub, mobi, pdf |eng | 2013-05-09 | Author:David Beazley & Brian K. Jones [David Beazley and Brian K. Jones]
( Category:
Software Development
March 26,2014 )
epub, pdf |eng | 2011-10-23 | Author:Mitch Garnaat [Mitch Garnaat]
This will return a list of all of the available CloudWatch metrics. Each will be represented by a Metric object. The contents of this list will vary for each user, ...
( Category:
Cloud Computing
March 26,2014 )
epub, mobi, pdf |eng | 2012-08-08 | Author:Allen B. Downey [Allen B. Downey]
Random Words To choose a random word from the histogram, the simplest algorithm is to build a list with multiple copies of each word, according to the observed frequency, and ...
( Category:
Software Development
March 26,2014 )
epub |eng | 2013-08-20 | Author:Summerfield, Mark [Summerfield, Mark]
* * * def get_jobs(source, target): for name in os.listdir(source): yield os.path.join(source, name), os.path.join(target, name) * * * This function performs the same service as the previous subsection’s add_jobs() function, ...
( Category:
Object-Oriented Design
March 26,2014 )
epub, mobi, pdf |eng | 2012-10-07 | Author:Wes McKinney [Wes McKinney]
Example: Group Weighted Average and Correlation Under the split-apply-combine paradigm of groupby, operations between columns in a DataFrame or two Series, such a group weighted average, become a routine affair. ...
( Category:
Data Processing
March 26,2014 )
epub |eng | 2010-05-10 | Author:Knowlton
Summary This chapter’s project explored how to connect to remote computers and perform various operations using Python. The following topics were addressed:• How to build a web server entirely in ...
( Category:
Software Reuse
March 26,2014 )
epub |eng | | Author:Learning IPython for Interactive Computing & Data Visualization
More indexing possibilities More generally, indexing allows us to take any portion of an array. We saw in the previous section how to filter an array with a Boolean condition. ...
( Category:
Python
March 26,2014 )
mobi, epub, pdf |eng | 2009-09-15 | Author:Mark Lutz
C:\test> C:\python30\python >>> import pkg.spam ...text omitted... ImportError: cannot import name string Modules referenced by relative imports must exist in the package directory. Imports are still relative to the CWD ...
( Category:
Software Development
March 25,2014 )
mobi, epub, pdf |eng | 2008-02-15 | Author:Rick Copeland
lazy=True Specifies how related items should be loaded. The options are: True (default) Load items when the property is first accessed. False Load the items eagerly when the parent is ...
( Category:
Software Development
March 25,2014 )
mobi, epub |eng | 2013-01-16 | Author:Daniel Greenfeld & Audrey Roy
* * * A better way of writing the above snippet is to use indentation and one operation per line to create a readable, maintainable template: * * * Example ...
( Category:
Python
March 25,2014 )
epub, mobi |eng | 2011-12-11 | Author:Michael Margolis [Michael Margolis]
Note You won’t see anything when the codes are sent because the light from the infrared LED isn’t visible to the naked eye. However, you can verify that an infrared ...
( Category:
Digital Design
March 25,2014 )
Categories
Popular ebooks
Deep Learning with Python by François Chollet(12549)Hello! Python by Anthony Briggs(9899)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9781)
The Mikado Method by Ola Ellnestam Daniel Brolund(9766)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8278)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7769)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7754)
Grails in Action by Glen Smith Peter Ledbrook(7683)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7548)
Windows APT Warfare by Sheng-Hao Ma(6730)
Layered Design for Ruby on Rails Applications by Vladimir Dementyev(6464)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6397)
Blueprints Visual Scripting for Unreal Engine 5 - Third Edition by Marcos Romero & Brenden Sewell(6335)
Kotlin in Action by Dmitry Jemerov(5046)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4312)
Functional Programming in JavaScript by Mantyla Dan(4035)
Solidity Programming Essentials by Ritesh Modi(3953)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3739)
Unity 3D Game Development by Anthony Davis & Travis Baptiste & Russell Craig & Ryan Stunkel(3680)
The Ultimate iOS Interview Playbook by Avi Tsadok(3652)
