[Python] Etymology of python function names

Hello! I'm SHIMIZU, a python beginner! This time, I tried to summarize the etymology of function names in order to learn python functions! (Updated from time to time)

bin() A function that outputs a binary number if you put a decimal number in (). The etymology comes from the English word "binary" which means binary number. I see, there are some programming terms that come with bin, but this bin stands for binary!

int() If you put a value in (), it will be output as an integer type, A function that takes two arguments, inputs the information (number, what base number?), And outputs it as a decimal number. The etymology comes from the English word "integer" which means an integer. By the way, in the world of mathematics, integers are expressed as Z, but this comes from the German word Zahlen. (I can't read it)

Recommended Posts

[Python] Etymology of python function names
[python] Value of function object (?)
python function ①
[Python] function
python function ②
[OpenCV; Python] Summary of findcontours function
Introduction of Python
Python> function> Closure
[Python] Generator function
[Python3] Rewrite the code object of the function
Basics of Python ①
Basics of python ①
Copy of python
Python> function> Inner function
Python function decorator
Introduction of Python
Draw a graph of a quadratic function in Python
Example of taking Python> function> * args as arguments
Get the caller of a function in Python
List of python modules
About function arguments (python)
Function execution time (Python)
Unification of Python environment
Copy of python preferences
Basics of Python scraping basics
[python] behavior of argmax
Usage of Python locals ()
the zen of Python
Python function argument summary
Installation of Python 3.3 rc1
Python print function (sequel)
Python: About function arguments
Time floor function (Python)
# 4 [python] Basics of functions
Basic knowledge of Python
Sober trivia of python3
Summary of Python arguments
Basics of python: Output
Installation of matplotlib (Python 3.3.2)
Application of Python 3 vars
Set function of NumPy
Various processing of Python
[Python of Hikari-] Chapter 06-02 Function (argument and return value 1)
[Python] Get the list of ExifTags names of Pillow library
[Python] Randomly generate a large number of English names
[Python] Correct usage of map
Try to get the function list of Python> os package
Towards the retirement of Python2
Create a function in Python
Summary of Python3 list operations
Python --Quick start of logging
Recommendation of binpacking library of python
Use callback function in Python
ntile (decile) function in python
Automatic update of Python module
Python --Check type of values
About python beginner's memorandum function
About the ease of Python
[Python of Hikari-] Chapter 05-04 Control syntax (for statement-use of range function-)
Have the equation graph of the linear function drawn in Python
About the enumerate function (python)