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.vik...@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
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to