Loading [MathJax]/jax/input/MathML/config.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 3 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/03%3A_Objects/3.03%3A_Variables_Revisited
    This page offers insights into variables, objects, and references in Python, emphasizing that variables point to objects rather than having intrinsic identity or type. Key concepts are supported by me...This page offers insights into variables, objects, and references in Python, emphasizing that variables point to objects rather than having intrinsic identity or type. Key concepts are supported by memory diagrams, and functions like id() and type() are introduced for object information retrieval. The text encourages practical understanding through Python Tutor and includes exercises for visualizing memory diagrams and exploring variable-object relationships.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/09%3A_Lists/9.00%3A_Introduction
    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...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)/03%3A_Objects/3.00%3A_Introduction
    This page discusses understanding Python objects such as strings, integers, and floats. It explores the connection between variables and objects and introduces containers like lists and tuples for hol...This page discusses understanding Python objects such as strings, integers, and floats. It explores the connection between variables and objects and introduces containers like lists and tuples for holding multiple objects. The goal is to prepare readers to solve complex problems more efficiently with fewer variables.

Support Center

How can we help?