menu
{ "item_title" : "100 Python Questions", "item_author" : [" Colin Nagy", "Evan Nagy", "Randall Nagy "], "item_description" : "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 discoursePrepare for job interviews as quickly as possibleResurrect what we know, but may not have used for a whileServe as the answer key to the new flash-card deck and card gameUpdated 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 ShebangKA1002: The REPLKA1003: Common Data TypesKA1004: Common Object TypesKA1005: Common Object ContentKA1006: Collection SizesKA1007: Immutable CollectionsKA1008: Mutable TuplesKA1009: Object IdentificationKA1010: Mutable ListsKA1011: Sorting BasicsKA1012: Reverse Sorting BasicsKA1013: Key-Value PairsKA1014: Sorting DictionariesKA1015: Dictionary OrderingsKA1016: Dictionary ChangesKA1017: Dictionary RemovalKA1018: List RemovalKA1019: List SortingKA1020: Merging CollectionsKA1021: Zero-Based AccessKA1022: Key-Index DefaultKA1023: Function DefaultKA1024: Function ParametersKA1025: Using *argKA1026: Using **kwargsKA1027: Common *arg & **kwargsKA1028: Slicing RangeKA1029: The 'with' KeywordKA1030: The 'yield' KeywordKA1031: Set -v- DictionaryKA1032: Set CreationKA1033: Set DifferencesKA1034: DocstringKA1035: Doctest BasicsKA2001: ExceptionsKA2002: Exceptional KeywordsKA2003: AssertionsKA2004: Class BasicsKA2005: Basic InheritanceKA2006: Class Construction BasicsKA2007: Private MembershipKA2008: Protected MembershipKA2009: Is-A RelationshipsKA2010: Has-A RelationshipKA2011: OverridingKA2012: EncapsulationKA2013: PropertiesKA2014: Class RepresentationKA2015: Framework BasicsKA2016: Base ClassesKA2017: PolymorphismKA2018: Keyword ConflictsKA2019: REPL UnderscoreKA2020: Coding StandardsKA2021: Code EvaluationKA2022: Length EvaluationKA2023: Anonymous EvaluationsKA2024: Lambda FunctionsKA2025: String FormattingKA2026: String FormattingKA2027: UnicodeKA2028: ZipKA2029: EnumerationKA2030: Range -v- EnumerateKA2031: The 'is' KeywordKA2032: The 'or' KeywordKA2033: The 'and' KeywordKA2034: Set ComprehensionKA2035: Dict ComprehensionKA3001: Dunder FunctionsKA3002: Wheel FileKA3003: exec()KA3004: Using *args & **kwargsKA3005: Iterable TypesKA3006: Limiting Class VariablesKA3007: Function Name ManagementKA3008: Function Call ManagementKA3009: Function Call DetectionKA3010: Deep CopyKA3011: Copy ManagementKA3012: Shallow Copy ManagementKA3013: Deep Copy ManagementKA3014: Directed Copy ManagementKA3015: Default Copy ManagementKA3016: Instance ManagementKA3017: Object DestructionKA3018: Deletion CaveatKA3019: Function DecorationKA3020: Creation DecoratorsKA3021: Static ConstructionKA3022: @classmethod -v- newKA3023: Static MethodsKA3024: Object ConstructionKA3025: Object FactoriesKA3026: Duck TypingKA3027: Duck Typing CaveatsKA3028: Abstract FunctionsKA3029: Signature AssuranceKA3030: Static Member Assurance", "item_img_path" : "https://covers1.booksamillion.com/covers/bam/9/79/835/466/9798354669004_b.jpg", "price_data" : { "retail_price" : "24.98", "online_price" : "24.98", "our_price" : "24.98", "club_price" : "24.98", "savings_pct" : "0", "savings_amt" : "0.00", "club_savings_pct" : "0", "club_savings_amt" : "0.00", "discount_pct" : "10", "store_price" : "" } }
100 Python Questions|Colin Nagy

100 Python Questions : Concepts & Code

local_shippingShip to Me
In Stock.
FREE Shipping for Club Members help

Overview

Python Interview Questions & Concepts is designed for beginner, intermediate, as well as advanced students. The purpose of this book is to allow us to:

  1. Rapidly learn advanced concepts by minimizing non-technical discourse
  2. Prepare for job interviews as quickly as possible
  3. Resurrect what we know, but may not have used for a while
  4. 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 Formatting
KA2027: Unicode
KA2028: Zip
KA2029: Enumeration
KA2030: Range -v- Enumerate
KA2031: The 'is' Keyword
KA2032: The 'or' Keyword
KA2033: The 'and' Keyword
KA2034: Set Comprehension
KA2035: Dict Comprehension
KA3001: Dunder Functions
KA3002: Wheel File
KA3003: exec()
KA3004: Using *args & **kwargs
KA3005: Iterable Types
KA3006: Limiting Class Variables
KA3007: Function Name Management
KA3008: Function Call Management
KA3009: Function Call Detection
KA3010: Deep Copy
KA3011: Copy Management
KA3012: Shallow Copy Management
KA3013: Deep Copy Management
KA3014: Directed Copy Management
KA3015: Default Copy Management
KA3016: Instance Management
KA3017: Object Destruction
KA3018: Deletion Caveat
KA3019: Function Decoration
KA3020: Creation Decorators
KA3021: Static Construction
KA3022: @classmethod -v- new
KA3023: Static Methods
KA3024: Object Construction
KA3025: Object Factories
KA3026: Duck Typing
KA3027: Duck Typing Caveats
KA3028: Abstract Functions
KA3029: Signature Assurance
KA3030: Static Member Assurance

This item is Non-Returnable

Details

  • ISBN-13: 9798354669004
  • ISBN-10: 9798354669004
  • Publisher: Independently Published
  • Publish Date: October 2022
  • Dimensions: 9 x 6 x 0.75 inches
  • Shipping Weight: 1.07 pounds
  • Page Count: 362

Related Categories

You May Also Like...

    1

BAM Customer Reviews