Python Interview Questions & Concepts is designed for
beginner,
intermediate, as well as
advanced students. The purpose of this book is to allow us to:
- Rapidly learn advanced concepts by minimizing non-technical discourse
- Prepare for job interviews as quickly as possible
- Resurrect what we know, but may not have used for a while
- Serve as the answer key to the new flash-card deck and card game
Updated to 100 Q&A case studies this second edition of
Python Interview Questions & Concepts combines the content of
PyQuest Beginner,
PyQuest Advanced, 35 additional
PyQuest Intermediate concepts as well as 5 more
PyQuest Beginner questions, answers, and code demonstrations. The updated set of PyQuest cards are part of the companion PyQuest card deck, game, and flashcard book.
The question & answer case studies in this book include:
KA1001: The Whole Shebang
KA1002: The REPL
KA1003: Common Data Types
KA1004: Common Object Types
KA1005: Common Object Content
KA1006: Collection Sizes
KA1007: Immutable Collections
KA1008: Mutable Tuples
KA1009: Object Identification
KA1010: Mutable Lists
KA1011: Sorting Basics
KA1012: Reverse Sorting Basics
KA1013: Key-Value Pairs
KA1014: Sorting Dictionaries
KA1015: Dictionary Orderings
KA1016: Dictionary Changes
KA1017: Dictionary Removal
KA1018: List Removal
KA1019: List Sorting
KA1020: Merging Collections
KA1021: Zero-Based Access
KA1022: Key-Index Default
KA1023: Function Default
KA1024: Function Parameters
KA1025: Using *arg
KA1026: Using **kwargs
KA1027: Common *arg & **kwargs
KA1028: Slicing Range
KA1029: The 'with' Keyword
KA1030: The 'yield' Keyword
KA1031: Set -v- Dictionary
KA1032: Set Creation
KA1033: Set Differences
KA1034: Docstring
KA1035: Doctest Basics
KA2001: Exceptions
KA2002: Exceptional Keywords
KA2003: Assertions
KA2004: Class Basics
KA2005: Basic Inheritance
KA2006: Class Construction Basics
KA2007: Private Membership
KA2008: Protected Membership
KA2009: Is-A Relationships
KA2010: Has-A Relationship
KA2011: Overriding
KA2012: Encapsulation
KA2013: Properties
KA2014: Class Representation
KA2015: Framework Basics
KA2016: Base Classes
KA2017: Polymorphism
KA2018: Keyword Conflicts
KA2019: REPL Underscore
KA2020: Coding Standards
KA2021: Code Evaluation
KA2022: Length Evaluation
KA2023: Anonymous Evaluations
KA2024: Lambda Functions
KA2025: String Formatting
KA2026: String Forma