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

What do you think of types/classes like Django’s QuerySet?
Never use that. But it looks good. I prefere SQLAlchemy approach.