Search results for "python"
epub, pdf |eng | 2019-06-20 | Author:Alan D. Moore

epub, pdf |eng | 2019-07-01 | Author:Brian Overland & John Bennett [Brian Overland]

( Category: other July 20,2019 )
mobi, epub |eng | 2019-06-03 | Author:Michał Jaworski

Note that the preceding signature does not specify the exact list of arguments but only PyObject* args will hold the pointer to the structure that contains the tuple of the ...
( Category: Computers & Technology July 19,2019 )
mobi, epub, pdf |eng | 2019-06-03 | Author:Mariano Anaya

Getting More Out of Our Objects with Descriptors This chapter introduces a new concept that is more advanced in Python development since it features descriptors. Moreover, descriptors are not something ...
( Category: Enterprise Applications July 19,2019 )
epub |eng | | Author:J. Burton Browning & Marty Alchin

Basic Operations Even though there are a wide variety of object types available in Python, most of them share a common set of operations. These are considered to be something ...
( Category: Object-Oriented Design July 8,2019 )
epub |eng | 2019-05-23 | Author:Alan D. Moore

Finally, let's add two MainWindow methods to keep the user informed about the status of the search: def on_finished(self): qtw.QMessageBox.information(self, 'Complete', 'Search complete') def on_directory_changed(self, path): self.statusBar().showMessage(f'Searching in: {path}') The ...
( Category: Cross-platform Development July 7,2019 )
epub |eng | 2019-04-09 | Author:Mario Döbler

We won't use any dataset in this exercise, since we want to focus on the map tiles and tile providers. Therefore, the only import we need to do is geoplotlib ...
( Category: Data Processing July 1,2019 )
epub |eng | 2019-04-30 | Author:Michał Jaworski

Note that the preceding signature does not specify the exact list of arguments but only PyObject* args will hold the pointer to the structure that contains the tuple of the ...
mobi |eng | 2019-05-21 | Author:Trinity, Lilly [Trinity, Lilly]

Lambda functions Python enables you to generate anonymous function, i.e., “function” having no names using a facility called lambda function. Lambda functions are little functions normally not more than a ...
( Category: Programming June 25,2019 )
epub, mobi, pdf |eng | 2019-03-28 | Author:David Kopec [David Kopec]

( Category: Intelligence & Semantics June 23,2019 )
epub, pdf |eng | 2015-01-23 | Author:Craig Richardson

Below the line that begins with canvas = tk.Canvas add the following line of code to create the text box: hexText = tk.Entry(window) Find this line of code in your ...
( Category: Single Board Computers June 17,2019 )
epub |eng | 2018-11-15 | Author:Orthi Rabbane [Rabbane, Orthi]

Open a new text file as <filename>_task.py in write mode. newfile.write('def '+filename+'():\n' ) Open the original program as oldfile in read mode. for i in oldfile.readlines(): Write a modified version ...
( Category: other June 15,2019 )
azw3 |eng | 2019-05-24 | Author:pasahye, beryali & pasahye, beryali [pasahye, beryali]

CHAPTER 3 Data Collection Structures Lists, dictionaries, tuples, series, data frames, and panels are Python data collection structures that can be used to maintain a collection of data. This chapter ...
( Category: Computers & Technology June 7,2019 )

Popular ebooks