doggo dot jl
doggo dot jl
  • Видео 124
  • Просмотров 474 642
Learn Julia in 4 hours in 4K | Full Course | Julia for Absolute Beginners
Want to learn Julia, but don't know anything about coding?
The Julia Programming Language is the highest-level programming language ever created, so it serves as a gateway to knowledge.
If you're new to coding and want to learn Julia as your first language, then this is the course for you!
There are no knowledge prerequisites for this course, so I'm assuming that Julia is your first programming language.
In addition to learning the fundamentals of Julia, you'll also learn some of the fundamental concepts of computer science and coding in general.
You'll also learn how to use the latest tools available for Julia, including how to use VS Code and Pluto notebooks.
Enjoy!
###########################...
Просмотров: 13 664

Видео

[10x31] Graduation! | "Julia for Absolute Beginners" series wrap up
Просмотров 5728 месяцев назад
Series wrap up. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Links for this Series # Julia for Absolute Beginners Playlist ruclips.net/p/PLhQ2JMBcfAsiu2BjeDuj0OXxD1Or_FjID # The Julia Programming Language Website julialang.o...
[10x30] Where to find help when using Julia
Просмотров 5028 месяцев назад
Learn where to find help when using Julia. This chapter includes help tools available in the Julia REPL, VS Code and Pluto. Also, learn about the Rosetta Code website. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for th...
[10x29] How to update to the latest version of Julia
Просмотров 1,1 тыс.8 месяцев назад
Learn how to update to the latest version of Julia. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Download Julia julialang.org/downloads/ # Links for this Series # Julia for Absolute Beginners Playlist r...
[10x28] How to install and use Pluto.jl (reactive notebook programming environment for Julia)
Просмотров 2,2 тыс.8 месяцев назад
Learn how to install and use the Pluto.jl package. Pluto is a reactive notebook programming environment created for Julia. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial github.com/...
[10x27] How to use External Packages in Julia
Просмотров 1,5 тыс.8 месяцев назад
Learn how to use External Packages in Julia. Learn how to use Julia's Package Manager. Demonstrations include how to use the Plots.jl Package. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this ...
[10x26] How to use Julia's Standard Library
Просмотров 9298 месяцев назад
Learn how to use Julia's Standard Library. Demonstrations include how to use the Random Numbers Library and how to use the Statistics Library. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this ...
[10x25] How to use an Anonymous Function in Julia
Просмотров 8818 месяцев назад
Learn how to use an Anonymous Function in Julia. An Anonymous Function is a function with no name. Learn when and how to use it. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial githu...
[10x24] What does "Multiple Dispatch" mean in Julia?
Просмотров 1,8 тыс.8 месяцев назад
Learn what "Multiple Dispatch" means in Julia. Multiple Dispatch is Julia's "secret sauce". In this video, learn what makes it so special. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tuto...
[10x23] How to use a Function in Julia
Просмотров 7718 месяцев назад
Learn how to use a Function in Julia. Functions are the principle building blocks of programs. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial github.com/julia4ta/tutorials/tree/mast...
[10x22] How to use a Comprehension in Julia
Просмотров 9649 месяцев назад
Learn how to use a Comprehension in Julia. A Comprehension is a shorthand way of constructing an Array using a For Loop. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial github.com/ju...
[10x21] How to use Control Flow in Julia: For Loop over collection
Просмотров 6509 месяцев назад
Learn how to use the For Loop to loop over collections. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial github.com/julia4ta/tutorials/tree/master/Series 10/Tutorial 10x21 # Links for...
[10x20] How to use Control Flow in Julia: For Loop (for...end)
Просмотров 5569 месяцев назад
Learn how to use the For Loop with a Range Object. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial github.com/julia4ta/tutorials/tree/master/Series 10/Tutorial 10x20 # Links for this...
[10x19] How to use Control Flow in Julia: While Loop (while...end)
Просмотров 5539 месяцев назад
Learn how to use the While Loop. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial github.com/julia4ta/tutorials/tree/master/Series 10/Tutorial 10x19 # Links for this Series # Julia fo...
[10x18] How to use Control Flow in Julia: Ternary Operator (a ? b : c)
Просмотров 7399 месяцев назад
Learn how to use the Ternary Operator. The Ternary Operator is a short-hand version of the "if" expression. This video is a chapter in the "Julia for Absolute Beginners" series, which is a collection of "how-to" videos to help you get started on your journey to learn how to write code using the Julia Programming Language. # Link for this Video # Code for this tutorial github.com/julia4ta/tutori...
[10x17] How to use Control Flow in Julia: if Expression (if...elseif...else...end)
Просмотров 7539 месяцев назад
[10x17] How to use Control Flow in Julia: if Expression (if...elseif...else...end)
[10x16] How to use a struct in Julia
Просмотров 1,8 тыс.9 месяцев назад
[10x16] How to use a struct in Julia
[10x15] How to use a Dictionary in Julia
Просмотров 1 тыс.9 месяцев назад
[10x15] How to use a Dictionary in Julia
[10x14] How to use NamedTuples in Julia
Просмотров 9089 месяцев назад
[10x14] How to use NamedTuples in Julia
[10x13] How to use Tuples in Julia
Просмотров 9419 месяцев назад
[10x13] How to use Tuples in Julia
[10x12] How to use Arrays in Julia
Просмотров 1,8 тыс.9 месяцев назад
[10x12] How to use Arrays in Julia
[10x11] How to use Characters and Strings in Julia
Просмотров 1,2 тыс.10 месяцев назад
[10x11] How to use Characters and Strings in Julia
[10x10] How to use Different Types of Numbers in Julia
Просмотров 1,1 тыс.10 месяцев назад
[10x10] How to use Different Types of Numbers in Julia
[10x09] How to use Variables in Julia
Просмотров 1,5 тыс.10 месяцев назад
[10x09] How to use Variables in Julia
[10x08] How to use Booleans in Julia
Просмотров 1,4 тыс.10 месяцев назад
[10x08] How to use Booleans in Julia
[10x07] How to perform basic math in Julia
Просмотров 2,7 тыс.10 месяцев назад
[10x07] How to perform basic math in Julia
[10x06] How to use Julia in VS Code
Просмотров 11 тыс.10 месяцев назад
[10x06] How to use Julia in VS Code
[10x05] How to install VS Code
Просмотров 1,2 тыс.10 месяцев назад
[10x05] How to install VS Code
[10x04] How to use Julia in the terminal | Julia for Absolute Beginners Series
Просмотров 2 тыс.10 месяцев назад
[10x04] How to use Julia in the terminal | Julia for Absolute Beginners Series
[10x03] Hello, World! | How to use the Julia REPL | Julia for Absolute Beginners Series
Просмотров 1,5 тыс.10 месяцев назад
[10x03] Hello, World! | How to use the Julia REPL | Julia for Absolute Beginners Series

Комментарии

  • @ChengyiWang-x5t
    @ChengyiWang-x5t 4 дня назад

    greater than julia official tutorial ❤

  • @nonamedyet
    @nonamedyet 13 дней назад

    Your videos are very well done. Thanks a lot for all your effort!!! PS: I've seen that your videos are already being referenced in some Julia projects, like RxInfer.jl!!

  • @simplarmaths
    @simplarmaths 14 дней назад

    Can I use Julia to make animated mathematical functions? Like manim kinda stuff?

  • @Heisenberg-pr1hk
    @Heisenberg-pr1hk 18 дней назад

    some of your codes does not work in my vscode. for example in the while loop example I get scope error so I have to define local-global variable or create function and use the while loop in that function.

  • @JaitraSaketh-jf3if
    @JaitraSaketh-jf3if 23 дня назад

    bro can u please unhide the videos in this playlist? they're really helpful

  • @PokaBH
    @PokaBH 23 дня назад

    Almost had a heart attack during the math section when yoy siad it waa zero, was wondering if the summer cooked my brain that baddly that i misremembered pemdas but got it right😂. Gday

  • @Heisenberg-pr1hk
    @Heisenberg-pr1hk 24 дня назад

    why nobody download julia from its site ? does not necessary ? we do mingw for C.

  • @BadBakh
    @BadBakh 27 дней назад

    Your video and teaching quality is high asf ty for spending this time and teach us the future

  • @coriollis
    @coriollis 27 дней назад

    Hello, great video! Scientist here (just finished undergrad in physics, writing up my thesis about cosmology, preparing for master's soon). Some professors in my uni teach computational physics in Fortran (hybrid old/new style), my supervisors use it a lot, and I ported their code to standard-conforming F2008. I love the language, but of course I wouldn't be here if I didn't think we should consider switching to Julia!

  • @chitnat
    @chitnat Месяц назад

    Hello, the video on SVM is not available. Could you please upload it?

  • @vikaspoddar001
    @vikaspoddar001 Месяц назад

    We need a combined video for all other playlist also

  • @arslanulhaq2806
    @arslanulhaq2806 Месяц назад

    Great channel for learning Julia ! Great Job !

  • @jayantnema9610
    @jayantnema9610 Месяц назад

    very wholesome :3

  • @kailukowiak
    @kailukowiak Месяц назад

    These videos are so great. Thanks 🙏

  • @pabloquijano604
    @pabloquijano604 Месяц назад

    doggo i love u

  • @Priyanka-q2x
    @Priyanka-q2x Месяц назад

    can we use julia for pattern recognition and finding trends based on it with help of ML on a time series data?

  • @kings9469
    @kings9469 Месяц назад

    wish i found you when i was learning C. great explanation and great examples, plus awesoe job with the memes. if you ever drop a [ython course, youd be doing us all a favor

  • @alperyldrm4788
    @alperyldrm4788 Месяц назад

    Thanks man! Great content, as always.

  • @slasotek
    @slasotek Месяц назад

    Cool to learn about CxxCall.jl. I didn't know about it before. However, the last example is not a good example of OOP in C++. The speak() method is a classic example of method overloading, and in this simple example it works because we call it directly. speak() should be virtual. Then if there is a method defined in Pet that calls the speak() method, it will call speak() in Dog from the Dog class and in Cat from the Cat class. In the version from the example, the method inherited from Pet will always call the original one from the Pet class and not from the descendants.

  • @HrishiHarsora-qn5cs
    @HrishiHarsora-qn5cs Месяц назад

    Absolutely loved this

  • @cronusciller2124
    @cronusciller2124 Месяц назад

    I tried doing this but my vscode would not evaluate and said it "cannot read properties of undefined (reading 'file')" and at the bottom of my screen where your screen said julia env v1.9, mine has been saying loading for a few minutes now.

  • @timjrgebn
    @timjrgebn Месяц назад

    I really liked your breakdown of the reasons for programming languages. As someone more from a engineering heavy background, I've seen the following to be true: Critical engineering (mistakes and resource consumption can have life or financially altering consequences): - C/C++ - Rust - Maybe Java - Verilog/VLSI - MATLAB/Simulink for system design that can be ported as code to real hardware. Playful engineering (resources don't matter, and what you build isn't the most critical thing): - Python (not MOJO, though, they've lied on their benchmarks). - Javascript - Ruby - PHP Critical research: - C/C++ - Julia - MATLAB, though I'm seeing Julia replacing it long-term. - STAN (for statistics stuff) - R As an engineer who has seen work for well over two decades, C/C++, Rust, and Julia are pretty safe bets. I know python too, but I've rarely seen it become production code for critical applications, only businesses with more money than they likely deserve (like the FAANGS). I could see someone using at least two of these for the rest of their careers regardless of the economic situation, though, engineering or not. Best of luck everyone, programming can be very fun. And if you love mathematics like me, you'll love Julia.

  • @6PrettiestPics
    @6PrettiestPics Месяц назад

    More please. Loving these tutorials.

  • @purkusutube9064
    @purkusutube9064 Месяц назад

    very helpful series. gonna watch your other tutorials also. Thanks a lot for arranging this.

  • @6PrettiestPics
    @6PrettiestPics Месяц назад

    Please sir, may I have another?

  • @Scudmaster11
    @Scudmaster11 Месяц назад

    4:39 you forgot love2d

  • @6PrettiestPics
    @6PrettiestPics Месяц назад

    More tutorials, please!

  • @6PrettiestPics
    @6PrettiestPics Месяц назад

    How do we get more of these videos?

  • @alexeyseisdedolosa4075
    @alexeyseisdedolosa4075 2 месяца назад

    Great Video..!!!! Thanks a lot..!!!!

  • @MAYANKSHEKHAR-yj5st
    @MAYANKSHEKHAR-yj5st 2 месяца назад

    🙏🙏🙏🙏🙏🙏🙏🙏

  • @KrishnaBanarasi
    @KrishnaBanarasi 2 месяца назад

    Hey @doggodotjl Which tool do you use to make these tutorials?

  • @classicguy7813
    @classicguy7813 2 месяца назад

    Your tut is solid, why mojo is a mess and keeps people busy with basic linear equations examples

  • @classicguy7813
    @classicguy7813 2 месяца назад

    Mojo keeps saying it's 35k x faster and whenever I try it there is nothing back propagation, k value or sth related to AI

  • @stephenlee8275
    @stephenlee8275 2 месяца назад

    Would you mind if I transport your tutorial to bilibili with copyright information?

    • @doggodotjl
      @doggodotjl 2 месяца назад

      Please do not reupload my videos onto BiliBili, or any other platform. If you'd like to share my content, please consider doing so by using one of the available options from RUclips, or by providing a link to my RUclips channel. With that said, I thank you for your interest and I thank you for the courtesy of your request. Cheers!

  • @sssbbb5423
    @sssbbb5423 2 месяца назад

    if you use Node(data) and got error try Observable(data)

  • @TheKyprosGaming
    @TheKyprosGaming 2 месяца назад

    The end Scared me 🤣

  • @OscarManuelMendozaVargas
    @OscarManuelMendozaVargas 2 месяца назад

    This is the best introductory course for Julia. Thanks for the effort. It help me a lot!

  • @BHILHUNTERGAMING
    @BHILHUNTERGAMING 2 месяца назад

    why is it saying layout not defined

  • @cbbcbb6803
    @cbbcbb6803 2 месяца назад

    Great tutorial! I like your easy to follow clear speech and the way that the transcription app can tell when you are at the end of a sentence by marking it with a period. I wish all tutorials would do that.

  • @tortillachip8029
    @tortillachip8029 2 месяца назад

    the plots code does not work anymore :( I keep getting errors about compilation of GR

  • @johnbolt2686
    @johnbolt2686 2 месяца назад

    Thank you very nice video.

  • @cbbcbb6803
    @cbbcbb6803 3 месяца назад

    I think your speech is excellent. The RUclips transcript generator can tell when you are at the end of a sentence and then place a period in the correct spot. Thanks.

  • @BerylRamadhian
    @BerylRamadhian 3 месяца назад

    The coolest Julia package I've ever encountered so far!

  • @amj864
    @amj864 3 месяца назад

    Bro, this was the simplest clearest definition of multiple dispatch.