Good morning. I m trying without success to find where I can learn all the functions that are in the helper window in the field calculator. Be it a tutorial, manual or index explaining what does each function. Thanks in advance.

307
1
02-04-2020 02:21 AM
YagoBERENGUEL
New Contributor

Good morning. I m trying without success to find where I can learn all the functions that are in the helper window in the field calculator. Be it a tutorial, manual or index explaining what  does each function. Thanks in advance.

0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

Most of those are python related, like the string methods and builtin types.

There is definitive descriptions here, but some may find the explanations too concise, hence any general programming book or one directed towards python would help.  The terminology is common to many programming languages.

Built-in Types — Python 3.7.6 documentation 

0 Kudos