[10x12] How to use Arrays in Julia
15:01
[10x05] How to install VS Code
2:19
Пікірлер
@gerardpuche
@gerardpuche 4 күн бұрын
calculators work man
@ChengyiWang-x5t
@ChengyiWang-x5t 8 күн бұрын
greater than julia official tutorial ❤
@nonamedyet
@nonamedyet 18 күн бұрын
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 19 күн бұрын
Can I use Julia to make animated mathematical functions? Like manim kinda stuff?
@Heisenberg-pr1hk
@Heisenberg-pr1hk 22 күн бұрын
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 28 күн бұрын
bro can u please unhide the videos in this playlist? they're really helpful
@PokaBH
@PokaBH 28 күн бұрын
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 28 күн бұрын
why nobody download julia from its site ? does not necessary ? we do mingw for C.
@BadBakh
@BadBakh Ай бұрын
Your video and teaching quality is high asf ty for spending this time and teach us the future
@coriollis
@coriollis Ай бұрын
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 2 ай бұрын
4:39 you forgot love2d
@6PrettiestPics
@6PrettiestPics 2 ай бұрын
More tutorials, please!
@6PrettiestPics
@6PrettiestPics 2 ай бұрын
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 KZfaq, or by providing a link to my KZfaq 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 3 ай бұрын
why is it saying layout not defined
@cbbcbb6803
@cbbcbb6803 3 ай бұрын
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 3 ай бұрын
the plots code does not work anymore :( I keep getting errors about compilation of GR
@johnbolt2686
@johnbolt2686 3 ай бұрын
Thank you very nice video.
@cbbcbb6803
@cbbcbb6803 3 ай бұрын
I think your speech is excellent. The KZfaq 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!