Python, Theory Python. Argument matching modes. Variable length arguments. Combining different ways of matching arguments. Examples October 17, 2020 BestProgISch Continue reading Python. Argument matching modes. Variable length arguments. Combining different ways of matching arguments. Examples →
Python, Theory Python. Argument matching modes. Classification. Matching by position. Matching by name. Default arguments. Examples October 15, 2020 BestProgISch Continue reading Python. Argument matching modes. Classification. Matching by position. Matching by name. Default arguments. Examples →
Python, Theory Python. Arguments in functions. Passing arguments to a function. Changing arguments in the body of a function October 11, 2020 BestProgISch Continue reading Python. Arguments in functions. Passing arguments to a function. Changing arguments in the body of a function →
Python, Theory Python. Classes in Python. General concepts. Class objects. Instance objects October 9, 2020 BestProgISch Continue reading Python. Classes in Python. General concepts. Class objects. Instance objects →
Python, Theory Python. The nonlocal keyword. Features of use. Examples August 27, 2020 BestProgISch Continue reading Python. The nonlocal keyword. Features of use. Examples →
Python, Theory Python. Nested functions. Nested scopes. Name search rules in case of nested functions. Factory functions. Passing values to a nested function August 12, 2020 BestProgISch Continue reading Python. Nested functions. Nested scopes. Name search rules in case of nested functions. Factory functions. Passing values to a nested function →
Python, Theory Python. The scopes of names in Python. Local names. Visibility rules for names. LEGB rule. The global keyword. Overriding names in functions July 29, 2020 BestProgISch Continue reading Python. The scopes of names in Python. Local names. Visibility rules for names. LEGB rule. The global keyword. Overriding names in functions →
Python, Theory Python. Function. Concept of function. General form. Examples of declaring and using functions July 10, 2020 BestProgISch Continue reading Python. Function. Concept of function. General form. Examples of declaring and using functions →
Python, Theory Python. Text files. Examples of processing (modification) of text files in accordance with the condition May 18, 2020 BestProgISch Continue reading Python. Text files. Examples of processing (modification) of text files in accordance with the condition →
Python, Theory Python. Module struct. Packing / unpacking data. Basic methods May 8, 2020 BestProgISch Continue reading Python. Module struct. Packing / unpacking data. Basic methods →