Thursday, November 5, 2020

python json serialization dacite

 

 Handle nested Dict

https://github.com/konradhalas/dacite


Tuple issue

Tuple --> json list --> python list

from_dict(A, {'x': x}, config=Config(check_types=False))


Thursday, October 22, 2020

WPF studies with video tutorials

 

WPF UI

https://www.youtube.com/playlist?list=PLLWMQd6PeGY1C3YLCyAUIDJrPS9S3WdLK

by

https://www.youtube.com/user/IAmTimCorey


Async

https://www.youtube.com/watch?v=2moh18sh5p4&list=PLLWMQd6PeGY12yNE714jffLFnMVZCwvvZ&index=8


MVVM

  1. https://www.youtube.com/watch?v=EpGvqVtSYjs&list=PL356CA0B2C8E7548D&index=1
    Introduction to Model-View-ViewModel Pattern

by DCOM Engineering, LLC

https://www.youtube.com/channel/UCjwAVugYBMQemsMi9AD4SZA

So fast and fluent.


WPF master detail binding

  1. https://www.youtube.com/watch?v=W6dcKq7AgHs
    Create WPF Master – Detail UI Using Data Sources Window Object DataSource