Python Forum
Shorten this List Comprehension
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Shorten this List Comprehension
#8
Readability shouldn't be a problem even with a long list comprehension. It can be wrapped. I doing it often when the code is too long or for readability.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Shorten this List Comprehension - by ATXpython - Oct-09-2016, 01:10 AM
RE: Shorten this List Comprehension - by ichabod801 - Oct-09-2016, 01:21 AM
RE: Shorten this List Comprehension - by ATXpython - Oct-09-2016, 01:42 AM
RE: Shorten this List Comprehension - by ichabod801 - Oct-09-2016, 12:55 PM
RE: Shorten this List Comprehension - by snippsat - Oct-09-2016, 08:25 AM
RE: Shorten this List Comprehension - by Skaperen - Oct-10-2016, 07:09 AM
RE: Shorten this List Comprehension - by snippsat - Oct-09-2016, 02:57 PM
RE: Shorten this List Comprehension - by wavic - Oct-10-2016, 07:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  If I need to do regex replacement 27000 times, how to shorten it? tatahuft 4 877 Dec-26-2024, 01:51 AM
Last Post: deanhystad
  List comprehension not working right Cris9855 3 1,016 Nov-04-2024, 03:46 PM
Last Post: DeaD_EyE
  i want to shorten a working section pizzakafz 15 2,949 Aug-23-2024, 11:56 AM
Last Post: deanhystad
  Problem with List Comprehension in Python laurawoods 3 1,177 Aug-12-2024, 06:26 AM
Last Post: Pedroski55
  List Comprehension Issue johnywhy 5 2,011 Jan-14-2024, 07:58 AM
Last Post: Pedroski55
Question mypy unable to analyse types of tuple elements in a list comprehension tomciodev 1 1,708 Oct-17-2023, 09:46 AM
Last Post: tomciodev
  Using list comprehension with 'yield' in function tester_V 5 3,694 Apr-02-2023, 06:31 PM
Last Post: tester_V
  python multiple try except block in my code -- can we shorten code mg24 10 15,563 Nov-10-2022, 12:48 PM
Last Post: DeaD_EyE
  list comprehension 3lnyn0 4 2,463 Jul-12-2022, 09:49 AM
Last Post: DeaD_EyE
  Want to shorten the python code shantanu97 3 2,127 Apr-25-2022, 01:12 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020