Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: help with flatten nested list
Post: RE: help with flatten nested list

@perfringo Please have a look at the post above. I know the difference between flattened list and nested list. but in the example above as you can see i am aiming for flattened nested list which is a...
Arch2030 General Coding Help 6 3,335 Jan-24-2019, 04:34 PM
    Thread: help with flatten nested list
Post: RE: help with flatten nested list

you can have a look at the code below. It does the thing that I need, but I was wondering if there is anohter way to acheive the same outcome with fewer lines of codes or maybe less iteration through ...
Arch2030 General Coding Help 6 3,335 Jan-24-2019, 03:02 PM
    Thread: help with flatten nested list
Post: help with flatten nested list

I am trying to flatten my nested list Input: list1=[[[0],[1400,100]],[[0],[1200,100]],[[100],[800,400]]] Expected output: flattened1=[[0,1400,100],[0,1200,100],[100,800,400]] Any ideas on how to ...
Arch2030 General Coding Help 6 3,335 Jan-23-2019, 04:29 PM

User Panel Messages

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