User-Defined Functions in Julia - Week 2 Lesson 3
Offered By: The Julia Programming Language via YouTube
Course Description
Overview
Explore user-defined functions in Julia through this 28-minute video lesson from The Julia Programming Language. Learn the basic syntax for writing functions, acceptable naming conventions, and how to include multiple functions in a single .jl file. Discover the importance of testing and debugging functions, and uncover additional useful features. Access course materials on GitHub and join the full course on Julia Academy for a comprehensive introduction to Julia programming for beginners.
Syllabus
Welcome.
The basic syntax for writing a function.
What names are acceptable for naming a function?.
More than one function can go into a .jl file.
Testing and debugging functions are very important!.
A few more nifty features of functions.
Taught by
The Julia Programming Language
Related Courses
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera