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.

Python extension language using accelerators

47 pointsby precsimover 3 years ago

2 comments

mkesperover 3 years ago
From the Quickstart Guide (<a href="https:&#x2F;&#x2F;github.com&#x2F;pyccel&#x2F;pyccel&#x2F;blob&#x2F;master&#x2F;tutorial&#x2F;quickstart.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pyccel&#x2F;pyccel&#x2F;blob&#x2F;master&#x2F;tutorial&#x2F;quicks...</a>):<p>Pyccel&#x27;s main goal is to resolve the principal bottleneck in scientific computing: the transition from prototype to production. Programmers usually develop their prototype code in a user-friendly interactive language like Python, but their final application requires an HPC implementation and therefore a new production code. In most cases this is written in a statically compiled language like Fortran&#x2F;C&#x2F;C++, and it uses SIMD vectorization, parallel multi-threading, MPI parallelization, GPU offloading, etc.<p>Sounds interesting!
toxikover 3 years ago
The two other related projects I know are Numba and Cython. Worth checking them out as well.
评论 #28622249 未加载
评论 #28622146 未加载
评论 #28623390 未加载