TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Oxidizing Machine Learning

2 pointsby levkkover 2 years ago

1 comment

aabbcc1241over 2 years ago
Rust can check for type error when compiling, which is helpful on development.<p>The runtime exception is unavoidable when using unwrap() but it&#x27;s reasonable since not all kind of errors can be eliminated statically.<p>However I suppose most python don&#x27;t prefer to deal with (complex&#x2F;generic) type system.<p>My general feeling on python developers is they prioritize &quot;speed of development&quot; more than &quot;speed of execution&quot;.<p>Some people even call them data scientist instead of programmer to highlight their focus is not on the programming aspect.