[Python-ideas] Copying a multiple values of a dict to another with a lot easier syntax

2019-10-21 Thread Gediz GÜRSU
m and n are lists or dicts or enumerates or classes or anything it can be assigned like following: instead of : m.a=n.a; m.b=n.b; m.c=n.c; ... I suggest a,b,c of m to n ; I thought of this while writing something in javascript since I love pyhton above everything I can type (even more than nati

[Python-ideas] Copying a multiple values of a dict to another with a lot easier syntax

2019-10-21 Thread gedizgursu
m and n are lists or dicts or enumerates or classes or anything it can be assigned like following: instead of : m.a=n.a; m.b=n.b; m.c=n.c; ... I suggest: a,b,c of m to n ; I thought of this while writing something in javascript since I love pyhton above everything I can type (even more than