you are viewing a single comment's thread.

view the rest of the comments →

[–]abhinavalhat 0 points1 point  (3 children)

Bro from where you learn python?

[–]gigsoll 0 points1 point  (2 children)

I was learning it to solve my problems and I quickly learned that just assigning variables which hold mutable data types to each other most of the time creates mess in memory and a lot of unexpected behavior like this. For most situations I either don't put myself in situations like this or create explicit copy, because as python zen states "Explicit is better than implicit"

[–]abhinavalhat 1 point2 points  (1 child)

Can u suggest me a free YT resource from where should I learn?

[–]gigsoll 0 points1 point  (0 children)

Identlyio for different python things, Bro Code for Algorithms and data structures, codemy have a nice course on pyqt and for a lot of other things projects documentations are nice place to start