Functional Programming in Python by Martin McBride
Author:Martin McBride
Language: eng
Format: epub
Publisher: Packt Publishing
The tuple function works in the same way as the list function but creates a tuple rather than a list.
As noted earlier, str doesn’t work in the same way as list and tuple . If you pass an object into str , it will create a string description of the object, rather than attempting to convert the object’s data into a string of characters.
As an aside, the following code will create a shallow copy of any sequence and also maintain its type:
a = b[:]
This takes a full slice of the object, whatever it might be, creating a copy. If a is a list, b will be a list. If a is a tuple, b will be a tuple. If a is a string, b will be a string.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Hands-On Python Deep Learning for the Web by Anubhav Singh(2032)
Mastering OpenCV 4 with Python by Fernández Villán Alberto;(1945)
Python Feature Engineering Cookbook by Soledad Galli(1906)
Applied Deep Learning with Keras by Matthew Moocarme Mahla Abdolahnejad and Ritesh Bhagwat(1751)
Building Serverless Python Web Services with Zappa by Abdulwahid Abdulhaque Barguzar(1741)
Python for Finance: Analyze Big Financial Data by Yves Hilpisch(1732)
Python for Finance Cookbook by Eryk Lewinson(1719)
Mastering Python Data Visualization by Kirthi Raman(1702)
PYTHON PROGRAMMING ADVANCED: The Guide for Data Analysis and Data Science. Discover Machine Learning With the Optimum Recipes for Mastering Python and ... (Crash Course Tips and Tricks Book 3) by ERIC MATTHEWS & LEWIS TAYLOR(1655)
Django 3 By Example by Antonio Melé(1612)
Supervised Machine Learning with Python by Taylor Smith(1596)
Interactive Data Visualization with Python by Anshu Kumar & Shubhangi Hora & Sharath Chandra Guntuku & Abha Belorkar(1449)
Hands-On GPU Programming with Python and CUDA by Dr. Brian Tuomanen(1366)
Hands-On Image Processing with Python by Sandipan Dey(1336)
Scientific Computing with Python 3 by Claus Fuhrer & Jan Erik Solem & Olivier Verdier(1325)
Flask Framework Cookbook by Shalabh Aggarwal(1300)
Python Deep Learning. by Ivan Vasilev(1274)
Training Systems using Python Statistical Modeling by Curtis Miller(1266)
Django 3 Web Development Cookbook - Fourth Edition by Aidas Bendoraitis(1259)
