Y
Hacker News
new
|
ask
|
show
|
jobs
by
sakesun
1465 days ago
I switched from Pascal to Python. I believe gradual typing (Python/Typescript/Dart) is the right path forward. Today static typing systems are not helpful for database programming.
1 comments
pyuser583
1464 days ago
What do you think of types/classes like Django’s QuerySet?
link
sakesun
1464 days ago
Never use that. But it looks good. I prefere SQLAlchemy approach.
link