Programming With Python 05: Scope and Namespace

Опубликовано: 23 Март 2026
на канале: OneByteAtATime
72
4

Python has both local and global scope, and many variations of namespace in-between. Because Python allows you to nest one function inside another, namespace and scope can be more intricate and sophisticated than with other programming languages that don't allow nested functions.

Source Code 1: https://github.com/OneByteAtATimeCarl...

Source Code 2: https://github.com/OneByteAtATimeCarl...

Source Code 3: https://github.com/OneByteAtATimeCarl...

Source Code 4: https://github.com/OneByteAtATimeCarl...

Programming With Python Series:    • Programming With Python 01: Introduction, ...  

Python Console Projects
1. Number Guessing Game:    • Python Console Project 01: Number Guessing...  
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: Multidimensiona...  
5. Word Scramble Guessing Game:    • Python Console Project 05: Word Guessing Game  
6. Tic Tac Toe:    • Python Console Project 06: Tic Tac Toe  
7. Friends Database:    • Python Console Project 07: Friends Database  
8. Google FooBar Challenge:    • Python Console Project 08: Google Foobar C...  
9. RPG Discord's Dungeon (Console):    • Python Console Project 09: RPG Discords Du...  

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 Game  
6. RPG Discord's Dungeon (GUI):    • Python Tkinter Project 06: RPG Game  

Learn Python Programming