В описаниях JavaScript часто можно встретить метафору - “все есть объект”, а в Lua - “все есть таблица“ … С таким же успехом можно сказать, что “все есть ассоциативный массив”, а в PicoLisp базовым элементом его общей структуры акцентируется “символ“...
Introduction If you have used python before, you may have seen a code snippet like this: if __name__ == '__main__': # do something This code is so simple and short, but do you fully understand what it means, and why it is so important to avoid e...
Introduction If you’ve looked at Python scripts, you might have come across this line: But what does it really mean? This blog demystifies this construct and explains its importance in distinguishing between script and module usage in Python. The Ro...
outline If you want to build on CodeBuild after removing boot.jar configuration on build.gradle. result Created as src.jar NOT <project-name>.jar reference https://jar-download.com/artifacts/junit/junit/3.8.1/source-code/build.xml
outline Error occurs when creating table for Athena. error message line 1:8: mismatched input 'EXTERNAL'. Expecting: 'MATERIALIZED', 'OR', 'ROLE', 'SCHEMA', 'TABLE', 'VIEW' resolution You can use NOT "-" as part of table name. After change "...