1000 Python Examples by Gábor Szabó

1000 Python Examples by Gábor Szabó

Author:Gábor Szabó [Gábor Szabó]
Language: eng
Format: epub, mobi, pdf
Publisher: leanpub.com
Published: 2020-01-02T00:00:00+00:00


1 <map object at 0x7f90df760f98> 2 double 1 3 2 4 double 4 5 8 6 double 2 7 4 8 double -1 9 -2

map on many values

Now imagine you have a very long list. I know this is not such a long list, but I trust you can imagin a long list of numbers. We would like to run

some function on each element and then iterate over the results, but what if at one point in the iteration we decide to break out of the loop?

1 import sys 2 3 def double(n): 4 print(f"double {n}") 5 return 2 * n 6 7 numbers = [1, 4, 2, -1, 23, 12, 5, 6, 34, 143123, 98, 213] 8 9 double_numbers = map(double, numbers) 10 print(double_numbers) 11 for num in double_numbers: 12 print(num) 13 if num > 42: 14 break 15 16 print() 17 print(sys.getsizeof(numbers)) 18 print(sys.getsizeof(double_numbers))



Download



Copyright Disclaimer:
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.
Popular ebooks
Whisky: Malt Whiskies of Scotland (Collins Little Books) by dominic roskrow(55901)
What's Done in Darkness by Kayla Perrin(26517)
Shot Through the Heart: DI Grace Fisher 2 by Isabelle Grey(19000)
The Fifty Shades Trilogy & Grey by E L James(18951)
Shot Through the Heart by Mercy Celeste(18876)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 10 by Isuna Hasekura and Jyuu Ayakura(16975)
Python GUI Applications using PyQt5 : The hands-on guide to build apps with Python by Verdugo Leire(16868)
Peren F. Statistics for Business and Economics...Essential Formulas 3ed 2025 by Unknown(16796)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 03 by Isuna Hasekura and Jyuu Ayakura & Jyuu Ayakura(16690)
Wolf & Parchment: New Theory Spice & Wolf, Vol. 01 by Isuna Hasekura and Jyuu Ayakura & Jyuu Ayakura(16315)
The Subtle Art of Not Giving a F*ck by Mark Manson(14250)
The 3rd Cycle of the Betrayed Series Collection: Extremely Controversial Historical Thrillers (Betrayed Series Boxed set) by McCray Carolyn(14066)
Stepbrother Stories 2 - 21 Taboo Story Collection (Brother Sister Stepbrother Stepsister Taboo Pseudo Incest Family Virgin Creampie Pregnant Forced Pregnancy Breeding) by Roxi Harding(13414)
Scorched Earth by Nick Kyme(12707)
Drei Generationen auf dem Jakobsweg by Stein Pia(10917)
Suna by Ziefle Pia(10842)
Scythe by Neal Shusterman(10264)
International Relations from the Global South; Worlds of Difference; First Edition by Arlene B. Tickner & Karen Smith(9472)
Successful Proposal Strategies for Small Businesses: Using Knowledge Management ot Win Govenment, Private Sector, and International Contracts 3rd Edition by Robert Frey(9312)
This is Going to Hurt by Adam Kay(9089)