You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using pyside6 webview as gui(use typescript). It makes me feel like the Python is very backwards when i receive data from typescript. Any type in ts use flexibile key can not be support by TypedDict and have to use raw dict.
I think it also happened when using django.
The last time i get this feeling is when i use java springboot to receive data from frontend and have to use Map.
As a dynamically typed language, python lose its flexibility. relative issue discuss from discuss.python.org
I am using pyside6 webview as gui(use typescript). It makes me feel like the Python is very backwards when i receive data from typescript. Any type in ts use flexibile key can not be support by TypedDict and have to use raw dict.
I think it also happened when using django.
The last time i get this feeling is when i use java springboot to receive data from frontend and have to use Map.
As a dynamically typed language, python lose its flexibility.
relative issue
discuss from discuss.python.org
The text was updated successfully, but these errors were encountered: