Python NumPy Tutorial for Beginners #3 - Slicing Arrays

preview_player
Показать описание
Learn Python NumPy! In this third video of the NumPy tutorial series, we explore slicing arrays!

🖥Code:

🔔NEW videos, tutorials and projects EVERY week so subscribe and hit the bell button so you don't miss an update!

▶️Watch my full Python tutorial course here:

▶️Watch my Python Projects tutorials playlist here:

🔗 Social Media Links 🔗

💸 Donations 💸
⬇️Any donations are gratefully received & all donations go straight back into this channel!⬇️

⭐️ Hashtags ⭐️
#CodeOfTheFuture #WomenWhoCode #Python #Coding #Programming #Tutorials

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

this is how teaching should be everywhere

deveighteen
Автор

Great Video ! Thank you for your videos.. !!

nishantthakuribm
Автор

GREAT PRESESENTATION. JUST AMAZING AND EASILY UNDERSTOOD

cypriannyamekye
Автор

Brilliant! It is always hard to know how much to show in one video, of course. Also, it isn't clear how often someone needs to step thru backwards. NumPy like Python does allow you to do this, with a negative step value, so that is something you might want to show somewhere as well, because at least sometimes you need or want that, and it is easily done in NumPy and Python. Also, like Perl, it does allow you to conveniently refer to the last element as index -1, which is also often handy. Again, adding that stuff in makes the video longer and messier, but it is good to know that you can do these things whenever it helps you, so maybe a second video on slicing somewhere?

jvsnyc
Автор

nicely explained, how would the slicing for three-dimensional array look like. would it be something like
[0, :2, :5]

davidkaggulire
Автор

Amazing that was really helpful, I was trying to remember about array in python today when I tried to combine 2 scripts in python for a friend. Actually, I'm confused because I love to code in python, at the same time, I have work with other languages and frameworks.

wissemkerkeni
Автор

Great, when we r goin to get the fourth part?

Kig_Ama
Автор

Amazing as usual. Don't forget to post on Github :)

KhalilYasser
Автор

Hello Ellie, thank you so much for this video. Quick question, what IDE are you using there?

aaronjacob