Programming With Python 26: Unpacking and the * Operator

Опубликовано: 07 Октябрь 2024
на канале: OneByteAtATime
153
1

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/OneByteAtATimeCarl...

Programming With Python Series:    • Programming With Python 01: Introduct...  

Python Console Projects
1. Number Guessing Game:    • Python Console Project 01: Number Gue...  
2. Shopping Cart:    • Python Console Project 02: Shopping Cart  
3. Bubble Sort:    • Python Console Project 03: Bubble Sort  
4. Multidimensional vs. Parallel Arrays Trivia Game:    • Python Console Project 04: Multidimen...  
5. Word Scramble Guessing Game:    • Python Console Project 05: Word Guess...  
6. Tic Tac Toe:    • Python Console Project 06: Tic Tac Toe  
7. Friends Database:    • Python Console Project 07: Friends Da...  
8. Google FooBar Challenge:    • Python Console Project 08: Google Foo...  
9. RPG Discord's Dungeon (Console):    • Python Console Project 09: RPG Discor...  

Python Tkinter GUI Projects
1. Coin Toss:    • Python Tkinter Project 01: Coin Toss  
2. Calculator:    • Python Tkinter Project 02: Calculator  
3. Emailer:    • Python Tkinter Project 03: Emailer  
4. Network Tool:    • Python Tkinter Project 04: Network Tool  
5. BlackJack:    • Python Tkinter Project 05: BlackJack ...  
6. RPG Discord's Dungeon (GUI):    • Python Tkinter Project 06: RPG Game  

Learn Python Programming