Skip to content
Magenaut

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

mutable

List of lists changes reflected across sublists unexpectedly

August 22, 2022 by Magenaut

I created a list of lists:

Categories Python, Q&A Tags list, mutable, nested-lists, python Leave a comment

a mutable type inside an immutable container

August 18, 2022 by Magenaut

I’m a bit confused about modifying tuple members. The following doesn’t work:

Categories Python, Q&A Tags immutability, list, mutable, python, tuples Leave a comment

Generating sublists using multiplication ( * ) unexpected behavior

August 16, 2022 by Magenaut

My best guess is that using multiplication in the form [[]] * x causes Python to store a reference to a single cell…?

Categories Python, Q&A Tags list, mutable, nested-lists, python Leave a comment

Correct Style for Python functions that mutate the argument

August 16, 2022 by Magenaut

I would like to write a Python function that mutates one of the arguments (which is a list, ie, mutable). Something like this:

Categories Python, Q&A Tags mutable, python Leave a comment

Why are integers immutable in Python?

August 12, 2022 by Magenaut

I understand the differences between mutable and immutable objects in Python. I have read many posts discussing the differences. However, I have not read anything regarding WHY integers are immutable objects.

Categories Python, Q&A Tags immutability, mutable, python Leave a comment

Existence of mutable named tuple in Python?

August 12, 2022 by Magenaut

Can anyone amend namedtuple or provide an alternative class so that it works for mutable objects?

Categories Python, Q&A Tags mutable, namedtuple, python Leave a comment

Recent Comments

  • silverplugins217 on How to add placeholder for contact form7 for dropdown?
  • Shreyas Ikhar on How to add a custom CSS class to core blocks in Gutenberg editor?
  • Magenaut on How to call function on timer ASP.NET MVC
  • Ebaad Uddin on How to call function on timer ASP.NET MVC
  • michealSmith07 on Is there a way to dynamically refresh the less command?

Tags

.net adobe-illustrator adobe-photoshop ajax arrays asp.net asp.net-core asp.net-mvc bash c# css database django eloquent express html java javascript jquery json laravel laravel-4 laravel-5 laravel-8 linux list mongodb mongoose mysql node.js npm pandas php python python-3.x react-hooks react-native react-router reactjs redux regex sql string typescript wordpress
© 2023 Magenaut • Built with GeneratePress