Julia as a Second Language

  • 8h 33m 52s
  • Erik Engheim
  • Manning Publications
  • 2024

Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator.

Julia as a Second Language covers:

  • Data types like numbers, strings, arrays, and dictionaries
  • Immediate feedback with Julia’s read-evaluate-print-loop (REPL)
  • Simplify code interactions with multiple dispatch
  • Sharing code using modules and packages
  • Object-oriented and functional programming styles

Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or JavaScript. You’ll learn by coding engaging hands-on projects that encourage you to apply what you’re learning immediately. Don’t be put off by Julia’s reputation as a scientific programming language—there’s no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes.

About the technology

Originally designed for high-performance data science, Julia has become an awesome general purpose programming language. It offers developer-friendly features like garbage collection, dynamic typing, and a flexible approach to concurrency and distributed computing. It is the perfect mix of simplicity, flexibility and performance.

About the book

Julia as a Second Language introduces Julia by building on your existing programming knowledge. You’ll see Julia in action as you create a series of interesting projects that guide you from Julia’s basic syntax through its advanced features. Master types and data structures as you model a rocket launch. Use dictionaries to interpret Roman numerals. Use Julia’s unique multiple dispatch feature to send knights and archers into a simulated battle. Along the way, you’ll even compare the object-oriented and functional programming styles–Julia supports both!

About the Author

Erik Engheim is a writer, conference speaker, video course author, and software developer.

In this Audiobook

  • Chapter 1 - Why Julia?
  • Chapter 2 - Julia as a calculator
  • Chapter 3 - Control flow
  • Chapter 4 - Julia as a spreadsheet
  • Chapter 5 - Working with text
  • Chapter 6 - Storing data in dictionaries
  • Chapter 7 - Understanding types
  • Chapter 8 - Building a rocket
  • Chapter 9 - Conversion and promotion
  • Chapter 10 - Representing unknown values
  • Chapter 11 - Working with strings
  • Chapter 12 - Understanding Julia collections
  • Chapter 13 - Working with sets
  • Chapter 14 - Working with vectors and matrices
  • Chapter 15 - Functional programming in Julia
  • Chapter 16 - Organizing and modularizing your code
  • Chapter 17 - Input and output
  • Chapter 18 - Defining parametric types
  • Appendix A: Installing and configuring the Julia environment
  • Appendix B: Numerics
SHOW MORE
FREE ACCESS