Search
- Filter Results
- Location
- Classification
- Include attachments
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/13%3A_InheritanceThis page offers a comprehensive overview of inheritance in programming, detailing fundamental concepts such as attribute access, methods, hierarchical inheritance, and multiple inheritance with mixin...This page offers a comprehensive overview of inheritance in programming, detailing fundamental concepts such as attribute access, methods, hierarchical inheritance, and multiple inheritance with mixin classes, along with a summary of the key topics covered.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/12%3A_RecursionThis page summarizes a chapter on recursion, covering its fundamentals, applications in mathematics, usage with strings and lists, advanced mathematical recursion, and problem-solving techniques using...This page summarizes a chapter on recursion, covering its fundamentals, applications in mathematics, usage with strings and lists, advanced mathematical recursion, and problem-solving techniques using recursion, culminating in a summary section.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/10%3A_Dictionaries/10.01%3A_Dictionary_BasicsThis page discusses the structure and properties of Python dictionary objects, emphasizing the unique characteristics of key-value pairs. It outlines learning objectives related to identifying diction...This page discusses the structure and properties of Python dictionary objects, emphasizing the unique characteristics of key-value pairs. It outlines learning objectives related to identifying dictionary types and highlights that while duplicate values are allowed, duplicate keys are not. The section provides examples and practical checkpoints to reinforce understanding, concluding with an encouragement to explore variable types further.