Search
- Filter Results
- Location
- Classification
- Include attachments
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/08%3A__StringsThis page covers string manipulation in programming, including string operations, slicing, searching, formatting, and splitting/joining strings. It provides a chapter summary to enhance understanding ...This page covers string manipulation in programming, including string operations, slicing, searching, formatting, and splitting/joining strings. It provides a chapter summary to enhance understanding of these concepts. Additionally, it mentions user interface labels that aid in path settings and confirmation dialogues in a software application.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/16%3A_Answer_Key/16.07%3A_Chapter_8This page covers string operations such as comparisons, slicing, searching, formatting, and splitting/joining. It explains ASCII values for string order, substring extraction, counting, finding method...This page covers string operations such as comparisons, slicing, searching, formatting, and splitting/joining. It explains ASCII values for string order, substring extraction, counting, finding methods, and error handling. The text includes examples for modifying strings and using delimiters in splitting and joining. Overall, it offers a thorough overview of string manipulation in programming.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/09%3A_Lists/9.03%3A_Common_List_OperationsThis page covers key list operations in Python, detailing the use of built-in functions such as max(), min(), and sum() for finding the largest, smallest, and total values in a list. It explains list ...This page covers key list operations in Python, detailing the use of built-in functions such as max(), min(), and sum() for finding the largest, smallest, and total values in a list. It explains list copying with the copy() method and the effects of modifying original versus copied lists. The section also includes practice questions to enhance comprehension of these concepts.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/16%3A_Answer_Key/16.03%3A_Chapter_4This page discusses key programming concepts such as Boolean values, if-else statements, Boolean operations, and operator precedence. It highlights the evaluation of expressions, the significance of B...This page discusses key programming concepts such as Boolean values, if-else statements, Boolean operations, and operator precedence. It highlights the evaluation of expressions, the significance of Boolean variables, and provides examples of decision-making structures. The text covers the correct use of conditional expressions for assignments, illustrating how comparisons affect assigned values, and emphasizes the efficiency of using Boolean expressions directly.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/09%3A_Lists/9.00%3A_IntroductionThis page discusses Python lists, highlighting their flexibility for data collections and the ability to modify contents. It aims to explore various list operations, building on prior discussions from...This page discusses Python lists, highlighting their flexibility for data collections and the ability to modify contents. It aims to explore various list operations, building on prior discussions from the Objects chapter.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/01%3A_Statements/1.05%3A_Number_BasicsThis page outlines learning objectives for arithmetic operations and numeric data types in Python, covering basic formats like integers and floating-point numbers, and introducing arithmetic operators...This page outlines learning objectives for arithmetic operations and numeric data types in Python, covering basic formats like integers and floating-point numbers, and introducing arithmetic operators along with operator precedence. It provides checkpoints, practice questions, and programming exercises to reinforce understanding of these concepts.
- https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/15%3A_Data_Science/15.02%3A_NumPyThis page details the NumPy library's learning objectives and features for numerical operations on multi-dimensional arrays in Python. It explains creating ndarray objects and covers mathematical func...This page details the NumPy library's learning objectives and features for numerical operations on multi-dimensional arrays in Python. It explains creating ndarray objects and covers mathematical functions, array manipulation, and linear algebra. Included are practice questions and references to the NumPy user guide, while encouraging practice through Google Colaboratory.