Python Walrus Operator (I Wish I Had Learned Sooner)

preview_player
Показать описание
Python Walrus Operator in one of the most underrated operators in Python Programming language and in this video we will talk about it using 3 examples in Python.

📌 Python Tutorial for Beginners Tutorial:

📌 My Numpy Tutorial Playlist (in my opinion the Most Useful & Necessary Package in Python):

📌 My Matplotlib Tutorial Playlist (for plotting in Python):

📌 My Pandas Tutorial Playlist:

📌 My Jupyter Notebook Tutorial Playlist:

📌 My Machine Learning Tutorial Playlist:

📌 My Computer Vision Tutorial Playlist:

📌 My TensorFlow Tutorial (for Deep Learning) Playlist:

📌 My NetworkX Tutorial Playlist (Working with Graphs and Networks in Python):
Рекомендации по теме
Комментарии
Автор

This looks pretty good and easy never knew we can access return value as lists 👍🏼

svrsabhishek
Автор

Thank you stranger, had no idea that this is a thing !!

fsnelisable
Автор

This honestly seems totally unnecessary to me. All it does is save a single line of code, at the cost of introducing an entirely new operator. Leave it to Python to do all the extra, unnecessary, work. I'd love to see them fix their typing or the GIL before doing unnecessary things like this. Good video on your part, just useless functionality on Python's part.

Ybby