Please answer fast.....

DL Neil PythonList at DancesWithMice.info
Sun Feb 2 16:05:31 EST 2020


On 3/02/20 7:05 AM, Abdur-Rahmaan Janhangeer wrote:
...

> suggest you put names, birthday in csv
> 
> the load csv
> 
> for each row:
>      layout.addWidget(QLabel)
> 
> On Sun, 2 Feb 2020, 21:21 Souvik Dutta, <souvik.viksou at gmail.com> wrote:
> 
>> Because i want to show the name and date of 40 persons and their birthdays.


Why csv?

Why prefer that over native-Python constructs, eg two 40-element lists, 
a list of (pairs) lists, or indeed a dict with name as 'key' and date as 
'value'?

-- 
Regards =dn


More information about the Python-list mailing list