想請大家建議提供 Julia 電腦語言的中文學習資源。
我比較少看到繁體中文的學習資源,只能拋磚引玉先提供英文資源
我主要推這三個:
-
Think Julia
這本書是假設讀者沒有寫程式的基礎,不過很適合拿來熟悉Julia的語法 -
官方文檔
個人覺得Julia的官方文檔寫得非常好,它的寫作也風格很像tutorial guide,可讀性很高。可以先從performance tip這個章節開始看。 -
Hands-On Design Patterns and Best Practices with Julia
這本書適合對寫程式有經驗的人,主要是學習Julia的編程範式(paradigm)和風格,這本書主要是關注用Julia寫程式時,設計層面的問題。
其它我覺得很直得一看的:
- Timothy Holy的一系列短期課程影片
GitHub - timholy/AdvancedScientificComputing: A short course on Julia and open-source software development - doggo.jl 的youtube頻道
https://www.youtube.com/@doggodotjl/about
他有針對個主題的tutorial series,例如:給初學者的 Tutorial Series 01 - CSCS提供的短期課程GPU Programming with Julia
GitHub - omlins/julia-gpu-course: GPU Programming with Julia - course at the Swiss National Supercomputing Centre (CSCS), ETH Zurich