Ishwor Kafleishwor.hashnode.dev·Jan 5, 2025ChainMapOfficial Definition: dict-like class for creating a single view of multiple mappings. Added to Python 3.3's collections module, ChainMap isn't just another dict-like class - it's an elegant solution that transforms multiple dictionaries into a single...Python Series: Useful Tools, Techniques And Modern Development PracticesChainMap
Keiran Krishnavenankeiran-portfolio.hashnode.dev·Jun 2, 2024Day 10 of #100DaysOfCode - Simple CalculatorOn Day 10 of #100DaysofCode, I have created a Simple Calculator using the following python concepts I have learned from Dr Angela Yu's 100DaysOfCode: The Complete Python Bootcamp Udemy course: Functions with Outputs Recursion Python Dictionary Wh...python-dictionary