Really love these tutorials you do about scientific programming. Thank you :)
@DrAtomics2 жыл бұрын
Same 🤙
@sagsolyukariasagi2 жыл бұрын
Great! I was just trying to making sense of np.meshgrid, for a project. Thank you for the best explanation!
@EarlWallaceNYC2 жыл бұрын
I have used this function many times, but never really understood it. Thanks for a very helpful video.
@tommychong4prez Жыл бұрын
Thank you for the tutorial! I needed to get my head around meshgrid for my machine learning course and this helped quite a lot.
@sehbanomer81512 жыл бұрын
Great tutorial! alternatively, you can take advantage of numpy broadcasting semantics x = np.linspace(-5, 5, 500) f = (x[:, None] ** 2 + x[None, :] ** 2 < 1).astype(float)
@frankkoslowski69172 жыл бұрын
You might also find that .astype(float) may be omitted in the instruction and a slightly crisper-looking yellow circle thus be obtained. Which left one with the conclusion that plt.pcolormer(xv, yv, f) is quite happy processing expressions intrinsically boolean without requiring any floating-point analog.
@dan_pal11 ай бұрын
Best explanation in the whole site. Thank you so much!
@prietjepruck Жыл бұрын
Yet another great tutorial. These tutorials help me a lot conquering python.
@okiesumos10 ай бұрын
Best meshgrid explanation!
@frankkoslowski69172 жыл бұрын
Try omitting .astype(float) and be as surprised as this one was, that passing a boolean array `f` as argument to plt.pcolormesh(xv, yv, f) is not only perfectly legal but also affords us a sharper outline of the yellow circle.
@Astro_sam_85432 жыл бұрын
Love Your Videos. You have no idea how much you have helped me during my exam days.
@antoniokachilia26042 жыл бұрын
Simply awesome...More on p.functions please...Really essential.
@zukofire64242 жыл бұрын
you talk with your hands like a physicst (not like italians!) I love that, thx for the contents!
@OptiMystic-IN2 ай бұрын
Your image is in npy extension?? Would it also work for jpg and png?
@DeShark88 Жыл бұрын
Could this be used for calculating numerical solutions of, e.g. solutions of Poisson/Laplace equation with masked boundary conditions? That would make an awesome video!
@mechtorious Жыл бұрын
What theme is that used in the notebook?
@Louis-ml1zr2 жыл бұрын
A série on python functions Amazing idea !
@dodiumtalib82022 жыл бұрын
I want to get the value of f when i put mouse on the graph, is there any function for doing that?
@fizixx2 жыл бұрын
How are you expanding & collapsing the code cells? Or is this just vid editing?
@_The_Alchemist_2 жыл бұрын
how to plot from data file
@ahmadhambaliismail3178 Жыл бұрын
does anyone know how to plot using data file?
@samuelluis65902 жыл бұрын
Could you show how to plot 3D graphs ? And thanks for your content, it help me a lot!
@tedexd40192 жыл бұрын
np.arange(10) does the same thing as np.arange(0,10,1)
@alkalinebase2 жыл бұрын
Thankyou so much, you're a life saver!!
@arvinnick Жыл бұрын
It was mind-blowing...
@ahrampark515011 ай бұрын
Fabulous. Thanks!
@jaimecaballero2577 Жыл бұрын
Very explanation!
@ssshukla262 жыл бұрын
Really a good video. 👍
@cerebro83262 жыл бұрын
Deeply love this series. Thank you so much! Keep going.
@fizipcfx2 жыл бұрын
you get what you f*cking deserve, a sub :)
@reverseila43632 жыл бұрын
thanks
@tousifraza13892 жыл бұрын
helpful 👍
@anatoliyzavdoveev42522 жыл бұрын
👏👏💪
@harp-6922 жыл бұрын
can you solve my P?
@justarandomcatwithmoustache2 жыл бұрын
Too small to slove Leorio
@harp-6922 жыл бұрын
@@justarandomcatwithmoustache let mr.P check first ;)
@artiekushner6849Ай бұрын
useful content, but heavy coke energy from the amount of gesticulation