Back to Browse

Programming With Python 26: Unpacking and the * Operator

213 views
May 17, 2023
17:25

The * operator is polymorphic in Python. It performs many different functions like multiplication, the representation of exponents and unpacking (dereferencing) iterable objects based on the context in which it is used. In this video, we explore the * operator where it relates to unpacking Python iterables. Source Code: https://github.com/OneByteAtATimeCarly/OneByteAtATime-PYTHON/blob/main/Python_099_Formatting_Text_and_DeReferencing.py Programming With Python Series: https://www.youtube.com/watch?v=1rvb7eSpZ-I&list=PLZcHRARJMstWLoMjSwIipvUl6DJuppuPu Python Console Projects 1. Number Guessing Game: https://www.youtube.com/watch?v=HMhqUvKX0nM 2. Shopping Cart: https://www.youtube.com/watch?v=xUYzzhSWWQI 3. Bubble Sort: https://www.youtube.com/watch?v=2mp0pA2zGnw 4. Multidimensional vs. Parallel Arrays Trivia Game: https://www.youtube.com/watch?v=AoPUqRTZ0Oc 5. Word Scramble Guessing Game: https://www.youtube.com/watch?v=cVm1We204bY 6. Tic Tac Toe: https://www.youtube.com/watch?v=c0p2WWfCMwM 7. Friends Database: https://www.youtube.com/watch?v=2x3HUAlLS8M 8. Google FooBar Challenge: https://www.youtube.com/watch?v=O_OZSmOZp9I 9. RPG Discord's Dungeon (Console): https://www.youtube.com/watch?v=QOKDaM3EIdc Python Tkinter GUI Projects 1. Coin Toss: https://www.youtube.com/watch?v=sDsRf_1Zmro 2. Calculator: https://www.youtube.com/watch?v=NEfhrxcCoRQ 3. Emailer: https://www.youtube.com/watch?v=hvla1dUHAqE 4. Network Tool: https://www.youtube.com/watch?v=O9V9LkMWv5o 5. BlackJack: https://www.youtube.com/watch?v=Gyxjhd85JIc 6. RPG Discord's Dungeon (GUI): https://www.youtube.com/watch?v=XK0c9IhSurU Learn Python Programming

Download

1 formats

Video Formats

360pmp435.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Programming With Python 26: Unpacking and the * Operator | NatokHD