Difference between revisions of "Tuple"
Jump to navigation
Jump to search
(Created page with " {{Python}}") |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[wikipedia:Tuple]] | ||
+ | * [[Terraform: list (deprecated)]] | ||
+ | * [[PostgreSQL VACUUM]] reclaims storage occupied by [[dead tuples]]. | ||
− | {{Python}} | + | * [[Terraform tuple]] |
+ | |||
+ | * Python: https://en.wikibooks.org/wiki/Python_Programming/Tuples [[immutable]] | ||
+ | |||
+ | [[Bash]] | ||
+ | [[for]] i in "c 3" "e 5" | ||
+ | do | ||
+ | [[set]] -- $i # convert the "tuple" into the param args $1 $2... | ||
+ | echo $1 and $2 | ||
+ | done | ||
+ | |||
+ | * [[while read line]] | ||
+ | |||
+ | == See also == | ||
+ | * {{Python}} | ||
+ | |||
+ | |||
+ | [[Category:Computing]] |
Latest revision as of 14:15, 28 September 2023
- PostgreSQL VACUUM reclaims storage occupied by dead tuples.
for i in "c 3" "e 5" do set -- $i # convert the "tuple" into the param args $1 $2... echo $1 and $2 done
See also[edit]
- Python, PIP, GIL, Flask, Django, Marshmallow,
def
, logging, Pandas, Numpy, AWS Chalice,import
,from
,tuple
,list
, Python exceptions,virtualenv
,.append
,pytz
,TZ
,print
,python3 -c
,os
, PEP, Python Institute, Methods: Dunder methods, Flake8, Python collections, Function decorators in Python, Click python library, Python module, Flower,kwargs
, Black (Python), Python list structure, Mypy,variables
, Casting,try:
, pydoc, argparse, Anaconda,pyenv, setup.py, python3 --version, python3 --help
, Data Classes, raise
Advertising: