Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Julia as a Second Language, Video Edition

Posted By: lucky_aut
Julia as a Second Language, Video Edition

Julia as a Second Language, Video Edition
Released 4/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 8h 51m | Size: 1.03 GB

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!

What's Inside
Data types like numbers, strings, arrays, and dictionaries
Immediate feedback with Julia’s read-evaluate-print-loop (REPL)
Simplify code interactions with multiple dispatch
Share code using modules and packages