Introduction to Julia for Programmers | Printing, Variables, Comments, Math | with Logan Kilpatrick

preview_player
Показать описание


00:00 Introduction
00:35 Who is this course for?
01:22 Getting started
01:42 How to print in Julia?
03:30 How to assign variables?
04:25 Dynamic typing in Julia
05:57 How to use type and use in Julia?
06:50 How to comment?
07:36 Syntax for basic math
08:45 Exercises

Рекомендации по теме
Комментарии
Автор

Using Julia for undergraduate research; thank you so much for creating great videos and documentation to get people started!

csswessel
Автор

Thank you, sir.
For creating this channel.
I hope that this course gets informational as we move ahead in time.

tattitatooo
Автор

I am interested in contributing to the Julia language documentation. Can you please guide me about the procedure?

vasvisood
Автор

so what was the point of installing nteract when you use jupyter?

Czeckie
Автор

On your first slide, the word "Programers" should be "Programmers."

danman
Автор

This is an introduction for non-programmers, not one for programmers Heck, the title didn't even spell programmers correctly.

vcool
Автор

Just as I thought I had found the perfect programming language, I saw the keyword "end". Terribly cluttered in the eyes of someone looking for something cleaner than python.

dozeyy
Автор

Too too talky. If it was a professor talking, they could have covered 3 times the ground in the same time. I really do appreciate the effort though. It would have been good to do a quick walk though expressions, variables, assignments, expressions, IF and loop structures, and probably basic procedure/function calls and rules on parameter passing. Instead of teensy expressions with too many words, have a bigger code section that shows several concepts at once and do a quick walk through.

Yeah, I wish there was a text book quality book on Julia 1.6 which is supposed, "SUPPOSED" to be the first stable release after which major language changes shouldn't happen (for a while). I sure hope it is since I would love to learn the language and especially all that crazy dot notation I have seen that uses the Basic library for type and speed optimization and macros - I saw some code that reminded me of the Python Boost library for C++ or the Spirit Framework code. What I saw reminded me of Forth or maybe APL. Very curious in Julia and want to leave Python behind - I need the speed.

PatrickChampion
Автор

I am already disappointed with Julia's usability vs Python for simple things like type casting or floor division. If this is already impractical for such simple things, I have little desire to continue learning.

seriosersimon