Contacts Get link Facebook X Pinterest Email Other Apps For personal and business inquiries: nbcontactemail@gmail.com Get link Facebook X Pinterest Email Other Apps
Using Global Variables in Python This post will focus on global variables. Let's consider the peculiarities of working with these variables and what errors may arise in our code in connection with their use. Read more
TypeError: Class() takes no arguments This post is about one of the type errors that occur when dealing with __init__ in Python classes. Read more
Parameter Types in Python Functions Use of different types of parameters in functions (positional-or-keyword, positional-only, keyword-only, var-positional, var-keyword). Read more
List of File Extensions Used With Python This post lists the most commonly used file extensions related to Python programming. Read more
TypeError : function() takes X positional arguments but Y were given This post is about one of the type errors that occur when using functions or methods in Python. Read more