The Python Function You NEED For 2D Data

preview_player
Показать описание
Check out my course on UDEMY: learn the skills you need for coding in STEM:

Code:

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

Really love these tutorials you do about scientific programming. Thank you :)

MrPinknumber
Автор

Great! I was just trying to making sense of np.meshgrid, for a project. Thank you for the best explanation!

sagsolyukariasagi
Автор

I have used this function many times, but never really understood it. Thanks for a very helpful video.

EarlWallaceNYC
Автор

Thank you for the tutorial! I needed to get my head around meshgrid for my machine learning course and this helped quite a lot.

tommychongprez
Автор

Love Your Videos. You have no idea how much you have helped me during my exam days.

Astro_sam_
Автор

Simply awesome...More on p.functions please...Really essential.

antoniokachilia
Автор

Yet another great tutorial. These tutorials help me a lot conquering python.

prietjepruck
Автор

Best explanation in the whole site. Thank you so much!

dan_pal
Автор

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)

sehbanomer
Автор

A série on python functions Amazing idea !

Louis-mlzr
Автор

Thankyou so much, you're a life saver!!

alkalinebase
Автор

I didn't know about pcolormesh... will try this out

Fuxx
Автор

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.

frankkoslowski
Автор

Deeply love this series. Thank you so much! Keep going.

cerebro
Автор

you talk with your hands like a physicst (not like italians!) I love that, thx for the contents!

zukofire
Автор

Could you show how to plot 3D graphs ? And thanks for your content, it help me a lot!

samuelluis
Автор

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!

DeShark
Автор

How are you expanding & collapsing the code cells? Or is this just vid editing?

fizixx
Автор

I want to get the value of f when i put mouse on the graph, is there any function for doing that?

dodiumtalib
Автор

What theme is that used in the notebook?

mechtorious
visit shbcf.ru