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 2 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/03%3A_Objects/3.06%3A_Chapter_Summary
    This page discusses fundamental programming concepts, including strings as Unicode representations, indexing methods, and the distinction between mutable lists and immutable tuples. It highlights the ...This page discusses fundamental programming concepts, including strings as Unicode representations, indexing methods, and the distinction between mutable lists and immutable tuples. It highlights the efficiency of F-strings for formatting and covers memory management techniques like obtaining object identity and type, supported by practical code examples.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/x86-64_Assembly_Language_Programming_with_Ubuntu_(Jorgensen)/03%3A_Data_Representation/3.04%3A_Characters_and_Strings
    In a computer, a character(For more information, refer to: http://en.Wikipedia.org/wiki/Character_(computing)) is a unit of information that corresponds to a symbol such as a letter in the alphabet. A...In a computer, a character(For more information, refer to: http://en.Wikipedia.org/wiki/Character_(computing)) is a unit of information that corresponds to a symbol such as a letter in the alphabet. Again, it is very important to understand the difference between the string “19653” (using 6 bytes) and the single integer \(19,653_{10}\) (which can be stored in a single word which is 2 bytes).

Support Center

How can we help?