In Ruby and Perl 6 this has been called “splat”, and I think most people from those communities will figure out what you mean if you call it that.
The Python tutorial uses the phrase “unpacking argument lists”, which is long and descriptive.
It is also referred to as iterable unpacking, or in the case of **
, dictionary unpacking.
Related Posts:
- Does Python have a ternary conditional operator?
- Is there a “not equal” operator in Python?
- Is there a “not equal” operator in Python?
- What do these operators mean (** , ^ , %, //)? [closed]
- What do these operators mean (** , ^ , %, //)? [closed]
- proper name for python * operator?
- What does the power operator (**) in python translate into?
- The tilde operator in Python
- What is the difference between ‘/’ and ‘//’ when used for division?
- Using the AND and NOT Operator in Python [duplicate]
- Python a &= b meaning?
- OCaml mod function returns different result compared with %
- can’t multiply sequence by non-int of type ‘float’
- TypeError: ‘int’ object is not subscriptable
- Python open() gives FileNotFoundError/IOError: Errno 2 No such file or directory
- Jupyter Notebook not saving: ‘_xsrf’ argument missing from post
- FileNotFoundError: [Errno 2] No such file or directory
- ImportError: No module named requests
- Python: finding an element in a list [duplicate]
- Create a Pandas Dataframe by appending one row at a time
- Is it possible to break a long line to multiple lines in Python? [duplicate]
- What is the naming convention in Python for variable and function names?
- Convert bytes to a string
- Why KeyError: 0
- bash: pip: command not found
- How do I concatenate two lists in Python?
- Convert a tensor to numpy array in Tensorflow?
- How to run Conda?
- How do I check whether a file exists without exceptions?
- How can I get dictionary key as variable directly in Python (not by searching from value)?
- pygame.error: video system not initialized
- Python – Reading and writing csv files with utf-8 encoding
- Python’s equivalent of && (logical-and) in an if-statement
- Replace values in list using Python
- Trouble updating to Anaconda Navigator 1.10.0 (MacOS)
- Binary numbers in Python
- Django: ImproperlyConfigured: The SECRET_KEY setting must not be empty
- builtins.TypeError: must be str, not bytes
- How do you read from stdin?
- Remove all occurrences of a value from a list?
- os.path.dirname(__file__) returns empty
- keyerror 1 in my code
- ‘NoneType’ object has no attribute ‘group’
- How to fix ‘ValueError: list.remove(x): x not in list’ error in Python
- Group by index + column in pandas
- Why am I getting a FileNotFoundError?
- Anaconda Navigator won’t launch (windows 10)
- What are all possible pos tags of NLTK?
- Can’t open Jupyter notebook with Anaconda
- How to change dataframe column names in pyspark?
- Pickle , read in data , unsupported pickle protocol: 3 python 2.7
- How do I format a string using a dictionary in python-3.x?
- How to extend a class in python?
- Converting XML to JSON using Python?
- Django – no such table exception
- How to import a module given the full path?
- Why does “pip install” inside Python raise a SyntaxError?
- Removing numbers from string
- importing external “.txt” file in python
- How can I remove Nan from list Python/NumPy
- How to implement a binary search tree in Python?
- TypeError: cannot unpack non-iterable NoneType object
- Search and replace a line in a file in Python
- Writing string to a file on a new line every time
- examining items in a python Queue
- What’s the difference between scikit-learn and tensorflow? Is it possible to use them together?
- How to initialize weights in PyTorch?
- Can’t find module cPickle using Python 3.5 and Anaconda
- How can I check if two segments intersect?
- “Can’t convert ‘float’ object to str implicitly”
- Why I get ‘list’ object has no attribute ‘items’?
- tar: Unrecognized archive format error when trying to unpack flower_photos.tgz, TF tutorials on OSX
- Repeating a function in Python
- How can I convert a .py to .exe for Python?
- No module named ‘openpyxl’ – Python 3.4 – Ubuntu
- How to easily print ascii-art text?
- Using Tkinter in python to edit the title bar
- LinAlgError: Last 2 dimensions of the array must be square
- Nonlinear regression with python – what’s a simple method to fit this data better?
- ImportError: No module named mysql.connector using Python2
- Python read in string from file and split it into values
- range() for floats
- import pandas_datareader gives ImportError: cannot import name ‘is_list_like’
- How does tuple comparison work in Python?
- AttributeError: ‘float’ object has no attribute ‘split’4
- How to add pandas data to an existing csv file?
- Can sklearn random forest directly handle categorical features?
- What are the differences between numpy arrays and matrices? Which one should I use?
- Use different Python version with virtualenv
- AttributeError: ‘tuple’ object has no attribute
- In Python, how do I determine if an object is iterable?
- How to implement the ReLU function in Numpy
- How can I check if a string contains ANY letters from the alphabet?
- How do I calculate the MD5 checksum of a file in Python?
- Indent Expected?
- How exactly does a generator comprehension work?
- TypeError: the JSON object must be str, not ‘bytes’
- Python initializing a list of lists
- How do I compile my Python 3 app to an .exe?
- How do I list the files associated with a Python package installed using pip or easy_install?