Java, Theory Java. Passing a lambda expression to a method as a parameter. Examples December 15, 2020 BestProgISch Continue reading Java. Passing a lambda expression to a method as a parameter. Examples →
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. The nonlocal keyword. Features of use. Examples August 27, 2020 BestProgISch Continue reading Python. The nonlocal keyword. Features of use. Examples →
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 →
C++, Theory, Visual C++ C++. Structures. Using methods in structures. Constructors in structures July 21, 2020 BestProgISch Continue reading C++. Structures. Using methods in structures. Constructors in structures →
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. Working with dictionaries. Built-in functions list(), zip(). Dictionary bypass. Dictionary generators. Sorting. Combination of dictionaries with sets February 18, 2020 BestProgISch Continue reading Python. Working with dictionaries. Built-in functions list(), zip(). Dictionary bypass. Dictionary generators. Sorting. Combination of dictionaries with sets →
C++, Practice C++. Examples of the implementation of template functions and overloaded template functions. Processing of single elements. Processing arrays February 5, 2020 BestProgISch Continue reading C++. Examples of the implementation of template functions and overloaded template functions. Processing of single elements. Processing arrays →