- Getting Started with Julia
- Ivo Balbaert
- 315字
- 2021-07-23 20:34:04
What this book covers
Chapter 1, Installing the Julia Platform, guides you with the installation of all the necessary components required for a Julia environment. It teaches you how to work with Julia's console (the REPL) and discusses some of the more elaborate development editors you can use.
Chapter 2, Variables, Types, and Operations, discusses the elementary built-in types in Julia, and the operations that can be performed on them, so that you are prepared to start writing the code with them.
Chapter 3, Functions, explains why functions are the basic building blocks of Julia, and how to effectively use them.
Chapter 4, Control Flow, shows Julia's elegant control constructs, how to perform error handling, and how to use coroutines (called Tasks in Julia) to structure the execution of your code.
Chapter 5, Collection Types, explores the different types that group individual values, such as arrays and matrices, tuples, dictionaries, and sets.
Chapter 6, More on Types, Methods, and Modules, digs deeper into the type concept and explains how this is used in multiple dispatch to get C-like performance. Modules, a higher code organizing concept, are discussed as well.
Chapter 7, Metaprogramming in Julia, touches on the deeper layers of Julia, such as expressions and reflection capabilities, and demonstrates the power of macros.
Chapter 8, I/O, Networking, and Parallel Computing, shows how to work with data in files and databases using DataFrames. We can explore the networking capabilities, and shows how to set up a parallel computing environment with Julia.
Chapter 9, Running External Programs, looks at how Julia interacts with the command line and other languages and also discusses performance tips.
Chapter 10, The Standard Library and Packages, digs deeper into the standard library and demonstrates the important packages for visualization of data.
Appendix, List of Macros and Packages, provides you with handy reference lists of the macros and packages used in this book.
- 計算機(jī)網(wǎng)絡(luò)
- C語言程序設(shè)計(第3版)
- Java編程指南:基礎(chǔ)知識、類庫應(yīng)用及案例設(shè)計
- Learning AWS Lumberyard Game Development
- C語言程序設(shè)計
- 軟件項目管理實(shí)用教程
- Symfony2 Essentials
- Learning Raspbian
- jQuery Mobile移動應(yīng)用開發(fā)實(shí)戰(zhàn)(第3版)
- BeagleBone Black Cookbook
- 區(qū)塊鏈技術(shù)進(jìn)階與實(shí)戰(zhàn)(第2版)
- Azure Serverless Computing Cookbook
- Instant jQuery Boilerplate for Plugins
- Visual Basic程序設(shè)計全程指南
- Python機(jī)器學(xué)習(xí)與量化投資