-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsearchindex.js
More file actions
1 lines (1 loc) · 48.7 KB
/
searchindex.js
File metadata and controls
1 lines (1 loc) · 48.7 KB
1
Search.setIndex({"alltitles": {"!= comparison operator": [[27, "id1"]], "< comparison operator": [[27, "id4"]], "<= comparison operator": [[27, "id5"]], "== comparison operator": [[27, "comparison-operator"]], "> comparison operator": [[27, "id2"]], ">= comparison operator": [[27, "id3"]], "A meme on Documentation \ud83d\ude02": [[16, "a-meme-on-documentation"]], "A meme on indentation \ud83d\ude1c": [[15, "a-meme-on-indentation"]], "Accessing class attributes within the class.": [[31, "accessing-class-attributes-within-the-class"]], "Addition": [[25, "addition"]], "Allowed Variable names": [[8, "allowed-variable-names"]], "Assigning the function to a variable": [[17, "assigning-the-function-to-a-variable"]], "Atom": [[11, "atom"]], "Boolean Operation and results": [[26, "boolean-operation-and-results"]], "Boolean Operators": [[26, null]], "Builtins": [[13, null]], "Class": [[30, null]], "Class Attributes": [[31, null]], "ClassMethod": [[32, "classmethod"]], "ClassMethod and StaticMethod": [[32, null]], "Collection Types": [[10, null]], "Comments and Docstrings": [[16, null]], "Comparison operators": [[27, null]], "Complex": [[25, "complex"], [25, "id3"]], "Conditionals": [[28, null]], "Creating variables and assigning values": [[7, null]], "Data types": [[9, null]], "Default Arguments": [[22, null]], "Deletion of function object": [[17, "deletion-of-function-object"]], "Development setup": [[2, "development-setup"]], "Dictionary": [[10, "dictionary"]], "Division": [[25, "division"]], "Docstrings": [[16, "docstrings"]], "Docstrings for documentation of code.": [[16, "docstrings-for-documentation-of-code"]], "Example of None usage:": [[9, "example-of-none-usage"]], "Exponentiation/Power": [[25, "exponentiation-power"]], "Floats": [[25, "floats"], [25, "id2"]], "Floor division": [[25, "floor-division"]], "Functions": [[17, null]], "Functions - First Class Objects": [[17, "functions-first-class-objects"]], "Getting Started with Python \ud83d\udc0d": [[6, null]], "Google Colab": [[11, "google-colab"]], "Help Utility": [[5, null]], "Hidden treasures in looping \ud83d\udcb0": [[29, "hidden-treasures-in-looping"]], "IDEs/Editors for Python": [[11, null]], "In-Line": [[16, "in-line"]], "Indentation": [[15, null]], "Installing packages": [[4, null]], "Instance attributes": [[30, "instance-attributes"]], "Integers": [[25, "integers"], [25, "id1"]], "Invalid Variable names": [[8, "invalid-variable-names"]], "Jupyter": [[11, "jupyter"]], "Keyword arguments": [[21, null]], "Keyword-only arguments": [[20, null]], "Lambda Functions": [[24, null]], "List": [[10, "list"]], "List/Tuple": [[25, "list-tuple"]], "Loops": [[29, null]], "Mathematical Operators": [[25, null]], "Methods": [[30, "methods"]], "Module": [[14, null]], "Modulus": [[25, "modulus"]], "Multi Line": [[16, "multi-line"]], "Multi-Line docstring": [[16, "multi-line-docstring"]], "Multiplication": [[25, "multiplication"]], "Nested loops": [[29, "nested-loops"]], "None": [[9, "none"]], "Note": [[27, "note"]], "Note on default arguments with respect to mutable objects": [[22, "note-on-default-arguments-with-respect-to-mutable-objects"]], "One-Line docstring": [[16, "one-line-docstring"]], "Passing the function to a different function": [[17, "passing-the-function-to-a-different-function"]], "Points to remember:": [[28, "points-to-remember"]], "Position only arguments": [[18, "position-only-arguments"]], "Positional Arguments": [[18, null]], "Prodigious Python": [[2, null]], "PyCharm": [[11, "pycharm"]], "Python Keywords and allowed Variable names": [[8, null]], "Returning a function": [[17, "returning-a-function"]], "Set": [[10, "set"]], "Simple function": [[17, "simple-function"]], "Single Line": [[16, "single-line"]], "Spyder": [[11, "spyder"]], "StaticMethod": [[32, "staticmethod"]], "String representations of objects: str() vs repr()": [[3, null]], "Strings": [[25, "strings"], [25, "id4"]], "Styles of docstrings": [[16, "styles-of-docstrings"]], "Subtraction": [[25, "subtraction"]], "TLDR about Boolean Operators\ud83d\ude2c": [[26, "tldr-about-boolean-operators"]], "TLDR about if, else, elif": [[28, "tldr-about-if-else-elif"]], "TLDR regarding function arguments \ud83d\udca1": [[23, null]], "Tidbits": [[7, "tidbits"]], "Tidbits \ud83d\udca1": [[22, "tidbits"]], "Tidbits \ud83d\udd14": [[4, "tidbits"]], "Truth Value Testing": [[26, "truth-value-testing"]], "Tuple": [[10, "tuple"]], "Tuples": [[25, "tuples"]], "Types of Arguments": [[17, "types-of-arguments"]], "Unnamed Positional Arguments": [[19, null]], "User Input": [[12, null]], "Using Unnamed Positional Arguments to find our expenses": [[19, "using-unnamed-positional-arguments-to-find-our-expenses"]], "Using __doc__": [[16, "using-doc"]], "Using help": [[16, "using-help"]], "Variable Names": [[8, "variable-names"]], "Visual Studio Code": [[11, "visual-studio-code"]], "We have a few methods of list that we can give it a try now \ud83d\ude0e": [[10, "we-have-a-few-methods-of-list-that-we-can-give-it-a-try-now"]], "What the heck is class \ud83e\udd14?": [[30, "what-the-heck-is-class"]], "__init__": [[30, "init"]], "and operation on objects.": [[26, "and-operation-on-objects"]], "bool": [[9, "bool"]], "break": [[29, "break"]], "break and continue": [[29, "break-and-continue"]], "break and continue effect in loops having finally blocks": [[29, "break-and-continue-effect-in-loops-having-finally-blocks"]], "bytes": [[9, "bytes"]], "complex": [[9, "complex"]], "continue": [[29, "continue"]], "dict": [[9, "dict"]], "elif": [[28, "elif"]], "else": [[28, "else"]], "else block after loops": [[29, "else-block-after-loops"]], "float": [[9, "float"]], "for": [[29, "for"]], "if": [[28, "if"]], "int": [[9, "int"]], "is not operator": [[27, "is-not-operator"]], "is operator": [[27, "is-operator"]], "list": [[9, "list"]], "lists": [[25, "lists"]], "match-case": [[28, "match-case"]], "not operation on objects.": [[26, "not-operation-on-objects"]], "or operation on objects.": [[26, "or-operation-on-objects"]], "set": [[9, "set"]], "str": [[9, "str"]], "tuple": [[9, "tuple"]], "while": [[29, "while"]], "\ud83d\udca1": [[28, "id1"]], "\ud83d\udca1 Note": [[25, "note"]], "\ud83d\udd14 Altering the class Attributes": [[31, "altering-the-class-attributes"]]}, "docnames": [".github/ISSUE_TEMPLATE/bug_report", ".github/ISSUE_TEMPLATE/feature_request", "intro", "prodigiouspython/Chapter_1/10_String_representations_of_objects", "prodigiouspython/Chapter_1/11_Installing_Packages", "prodigiouspython/Chapter_1/12_Help_Utility", "prodigiouspython/Chapter_1/1_Getting_Started_With_Python_Language", "prodigiouspython/Chapter_1/2_Creating_Variables_and_Assigning_Values", "prodigiouspython/Chapter_1/3_Keywords_and_Variable_naming", "prodigiouspython/Chapter_1/4_Datatypes", "prodigiouspython/Chapter_1/5_Collection_Types", "prodigiouspython/Chapter_1/6_IDEs_for_Python", "prodigiouspython/Chapter_1/7_User_Input", "prodigiouspython/Chapter_1/8_Builtins", "prodigiouspython/Chapter_1/9_Modules", "prodigiouspython/Chapter_2/1_Indentation", "prodigiouspython/Chapter_3/1_Comments_and_docstrings", "prodigiouspython/Chapter_4/1_Functions", "prodigiouspython/Chapter_4/2_Positional_Arguments", "prodigiouspython/Chapter_4/3_Unnamed_Positional_Arguments", "prodigiouspython/Chapter_4/4_Keyword_only_arguments", "prodigiouspython/Chapter_4/5_Keyword_arguments", "prodigiouspython/Chapter_4/6_Default_Arguments", "prodigiouspython/Chapter_4/7_TLDR_about_Functions_arguments", "prodigiouspython/Chapter_4/8_Lambda_functions", "prodigiouspython/Chapter_5/1_Mathematical_Operators", "prodigiouspython/Chapter_5/2_Boolean_Operators", "prodigiouspython/Chapter_5/3_Comparison_Operators", "prodigiouspython/Chapter_6/1_Conditionals", "prodigiouspython/Chapter_7/1_Loops", "prodigiouspython/Chapter_8/1_Classes", "prodigiouspython/Chapter_8/2_Class_Attributes", "prodigiouspython/Chapter_8/3_Class_Static_Methods"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinxcontrib.bibtex": 9}, "filenames": [".github/ISSUE_TEMPLATE/bug_report.md", ".github/ISSUE_TEMPLATE/feature_request.md", "intro.md", "prodigiouspython/Chapter_1/10_String_representations_of_objects.ipynb", "prodigiouspython/Chapter_1/11_Installing_Packages.ipynb", "prodigiouspython/Chapter_1/12_Help_Utility.ipynb", "prodigiouspython/Chapter_1/1_Getting_Started_With_Python_Language.ipynb", "prodigiouspython/Chapter_1/2_Creating_Variables_and_Assigning_Values.ipynb", "prodigiouspython/Chapter_1/3_Keywords_and_Variable_naming.ipynb", "prodigiouspython/Chapter_1/4_Datatypes.ipynb", "prodigiouspython/Chapter_1/5_Collection_Types.ipynb", "prodigiouspython/Chapter_1/6_IDEs_for_Python.ipynb", "prodigiouspython/Chapter_1/7_User_Input.ipynb", "prodigiouspython/Chapter_1/8_Builtins.ipynb", "prodigiouspython/Chapter_1/9_Modules.ipynb", "prodigiouspython/Chapter_2/1_Indentation.ipynb", "prodigiouspython/Chapter_3/1_Comments_and_docstrings.ipynb", "prodigiouspython/Chapter_4/1_Functions.ipynb", "prodigiouspython/Chapter_4/2_Positional_Arguments.ipynb", "prodigiouspython/Chapter_4/3_Unnamed_Positional_Arguments.ipynb", "prodigiouspython/Chapter_4/4_Keyword_only_arguments.ipynb", "prodigiouspython/Chapter_4/5_Keyword_arguments.ipynb", "prodigiouspython/Chapter_4/6_Default_Arguments.ipynb", "prodigiouspython/Chapter_4/7_TLDR_about_Functions_arguments.ipynb", "prodigiouspython/Chapter_4/8_Lambda_functions.ipynb", "prodigiouspython/Chapter_5/1_Mathematical_Operators.ipynb", "prodigiouspython/Chapter_5/2_Boolean_Operators.ipynb", "prodigiouspython/Chapter_5/3_Comparison_Operators.ipynb", "prodigiouspython/Chapter_6/1_Conditionals.ipynb", "prodigiouspython/Chapter_7/1_Loops.ipynb", "prodigiouspython/Chapter_8/1_Classes.ipynb", "prodigiouspython/Chapter_8/2_Class_Attributes.ipynb", "prodigiouspython/Chapter_8/3_Class_Static_Methods.ipynb"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [2, 3, 4, 6, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "0": [6, 7, 9, 10, 13, 15, 19, 20, 21, 25, 26, 27, 28, 29, 31], "0121951219512195j": 25, "02": 3, "03": 6, "0j": 26, "0x70c529f86cc0": 3, "0x70c529f86e10": 3, "0x7dc8b3d765c0": 17, "1": [0, 7, 8, 9, 10, 12, 13, 16, 17, 18, 20, 21, 24, 25, 26, 27, 28, 29, 31, 32], "10": [8, 9, 12, 13, 24, 28, 29, 31], "100": [10, 13, 19, 29, 31], "1000": 29, "1000000": 30, "100th": 10, "101": [9, 13], "102": 13, "103": 13, "104": [9, 13], "105": [9, 13], "106": 13, "107": 13, "108": [9, 13, 27], "109": 13, "10975609756097561": 25, "10j": 25, "11": [6, 13, 25, 29], "110": [9, 13], "111": [9, 13], "112": 13, "113": 13, "114": 13, "115": [9, 13, 19], "116": [9, 13], "117": [9, 13], "118": 13, "119": 13, "12": [6, 13, 17, 19, 25, 29], "120": 13, "121": [9, 13, 27, 29], "122": 13, "123": [13, 19], "124": 13, "125": 13, "126": 13, "127": [10, 13], "128": 13, "129": [13, 29], "13": [6, 7, 13, 19, 29], "130": 13, "131": 13, "132": 13, "133": 13, "134": 13, "135": 13, "136": 13, "137": 13, "138": 13, "139": 13, "14": [7, 10, 13, 29], "140": 13, "140587431965376": 27, "140587431966912": 27, "140587431967808": 27, "140587432003264": 27, "141": 13, "142": 13, "143": [13, 29], "144": 13, "145": 13, "146": 13, "147": 13, "148": 13, "149": 13, "15": [13, 19, 24, 29], "150": 13, "150672": 3, "151": 13, "152": [13, 29], "153": 13, "154": 13, "155": 13, "156": 13, "157": 13, "158": 13, "159": 13, "15j": 9, "16": [13, 25, 29], "1611671639": 25, "17": [6, 13], "18": [6, 9, 13, 29], "19": 13, "1990": 9, "1991": [7, 9], "1j": 25, "2": [3, 6, 10, 12, 13, 15, 16, 17, 20, 25, 26, 27, 28, 29, 31], "20": [3, 9, 13, 29, 31], "2010": 9, "2012": 9, "2025": [3, 6], "2091311j": 25, "21": [13, 29], "22": [0, 13, 29], "23": [13, 19, 29], "234": 29, "24": [9, 13], "25": [3, 13], "256": 27, "257": [16, 27], "26": 13, "2692307692307692": 25, "27": [13, 25], "279999999999999": 25, "28": 13, "29": 13, "2nd": 10, "3": [5, 6, 7, 9, 10, 12, 13, 16, 18, 19, 24, 25, 26, 27, 28, 29, 30], "30": [9, 13, 27], "31": 13, "3102": 20, "32": [9, 13, 29], "33": [9, 13], "3333333333333333": 25, "34": [13, 19], "345": 29, "35": 13, "36": 13, "362880": 29, "3628800": 29, "37": 13, "38": [13, 29], "39": 13, "3rd": 4, "4": [9, 13, 15, 17, 18, 19, 21, 23, 25, 27, 28, 29, 30, 32], "40": 13, "40320": 29, "404": 29, "40j": 9, "41": 13, "42": [9, 13], "43": 13, "44": 13, "45": 13, "4544": 19, "46": 13, "4667": 19, "4684": 19, "47": 13, "48": [3, 6, 13], "484": 7, "49": [13, 27], "4927": 19, "4j": 9, "5": [9, 10, 13, 18, 19, 24, 25, 27, 29], "50": 13, "5040": 29, "51": 13, "52": 13, "53": 13, "54": [3, 13], "55": [3, 13], "55j": 9, "56": 13, "57": 13, "570": [18, 23], "58": 13, "59": 13, "5j": [7, 9], "6": [7, 9, 13, 25, 27, 29], "60": 13, "61": 13, "62": 13, "63": 13, "64": [13, 25], "65": 13, "66": 13, "67": 13, "68": 13, "69": [9, 13], "7": [10, 13, 25, 29], "70": 13, "71": 13, "72": [9, 13], "720": 29, "73": 13, "74": 13, "75": 13, "752621307139592": 25, "76": 13, "77": 13, "78": 13, "783": 29, "79": 13, "79j": 25, "8": [9, 13, 15, 18, 19, 24, 25, 27, 29], "80": [9, 13], "8000000000000003": 25, "8022103": 25, "8080": 10, "81": 13, "82": 13, "83": 13, "84": 13, "85": 13, "86": [13, 19], "87": 13, "88": [13, 19], "89": 13, "8j": 25, "9": [5, 9, 13, 25, 29], "90": 13, "91": 13, "92": 13, "929304789": 25, "93": 13, "94": 13, "95": 13, "96": 13, "97": [9, 13], "98": 13, "99": 13, "9j": 25, "9x": 8, "A": [0, 1, 9, 10, 11, 14, 17, 24, 30], "And": 19, "As": [3, 10, 14, 17, 21, 24, 25, 27, 29, 30, 31], "At": [24, 31], "But": [8, 9, 10, 13, 14, 17, 18, 19, 22, 25, 27, 29, 30, 31], "By": [17, 19, 26, 31], "For": [13, 19, 29], "If": [0, 7, 9, 10, 12, 14, 15, 20, 21, 22, 25, 26, 27, 28, 29, 30, 31], "In": [3, 8, 9, 10, 14, 15, 17, 18, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32], "It": [5, 6, 7, 9, 10, 16, 30], "No": [9, 10, 19, 22, 25, 26, 27, 28, 30, 31], "Not": 23, "On": [11, 26, 28], "One": [10, 17, 26, 27, 28, 30], "That": [4, 8, 25, 29, 30], "The": [2, 3, 5, 7, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "Then": [26, 27], "There": [4, 9, 13, 16, 17, 25, 28, 29, 30, 31], "These": [9, 10, 25], "To": [0, 2, 4, 7, 8, 21, 26, 29, 31], "With": 7, "_": [8, 15], "__bool__": 26, "__build_class__": 13, "__class__": [30, 32], "__debug__": 13, "__defaults__": 22, "__delattr__": 30, "__dict__": [30, 31], "__dir__": 30, "__doc__": [13, 30, 31], "__eq__": 30, "__format__": 30, "__ge__": 30, "__getattribute__": 30, "__getstate__": 30, "__gt__": 30, "__hash__": 30, "__import__": 13, "__init__": [3, 15, 31, 32], "__init_subclass__": 30, "__ipython__": 13, "__le__": 30, "__len__": 26, "__loader__": 13, "__lt__": 30, "__main__": [3, 14, 16, 31], "__module__": [30, 31], "__name__": [13, 14, 17], "__ne__": 30, "__new__": 30, "__package__": 13, "__reduce__": 30, "__reduce_ex__": 30, "__repr__": [3, 30], "__setattr__": 30, "__sizeof__": 30, "__spec__": 13, "__str__": [3, 17, 30], "__subclasshook__": 30, "__weakref__": [30, 31], "_build": 2, "_x": 8, "ab": 13, "abbrevi": 11, "abc": [10, 19, 28], "abl": [28, 31], "about": [0, 1, 5, 7, 10, 15, 16, 17, 20, 24, 27, 29, 30, 31], "about_python": 9, "abov": [3, 5, 7, 9, 14, 16, 17, 18, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "absolut": [28, 32], "abstract": 30, "accept": [19, 24], "access": [9, 10, 16], "accomplish": 17, "accord": [18, 26], "achiev": 29, "acquir": 25, "action": 30, "actual": [9, 10, 14, 27, 30, 31], "ad": [10, 12, 29], "add": [0, 1, 9, 10, 18, 24, 25], "adder_10": 24, "adder_3": 24, "addit": [0, 1, 9, 18, 29], "address": [3, 10, 27], "advantag": 31, "after": [9, 28], "ag": [3, 28], "again": [17, 25, 26, 27, 28, 31], "agnost": 30, "aiter": 13, "alchemist": 10, "all": [3, 13, 17, 19, 23, 26, 28, 29, 30, 31], "allow": 9, "along": 11, "alphabet_numb": 8, "alreadi": [17, 19, 21, 22, 25, 27, 29, 30], "also": [12, 13, 15, 16, 23, 24, 29, 31], "alter": 9, "altern": [1, 28], "although": [9, 11, 15, 24, 30], "alwai": [1, 11, 12, 16, 23, 25, 26, 30, 31], "am": [3, 12, 19, 25, 28, 29, 30], "among": 30, "amount": 29, "an": [3, 9, 10, 13, 15, 16, 17, 22, 24, 26, 27, 28, 29, 30, 31], "and_": 26, "anext": 13, "angular": 9, "ani": [0, 1, 7, 9, 10, 13, 16, 17, 18, 19, 21, 22, 24, 26, 27, 28, 29, 30], "anim": [10, 32], "anime_protagonist": 10, "anonym": 24, "anoth": [29, 31], "answer": 30, "anymor": 29, "anyth": [12, 17, 25], "apart": [7, 25, 27], "append": [9, 10, 22, 25, 32], "appl": 9, "apple_and_its_colour": 9, "appli": [9, 29], "applic": [0, 28], "approach": 14, "ar": [3, 4, 5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32], "aren": 9, "arg": [19, 22], "arg1": [16, 20], "arg2": [16, 20], "argument": [8, 10, 16, 29, 30], "arithmet": [9, 25], "arithmeticerror": 13, "ascii": [13, 27], "ask": [28, 29], "assert": 8, "assertionerror": 13, "assign": [9, 13, 22, 24, 27, 29, 30], "assignment_numb": 29, "associ": [5, 25, 30], "async": 8, "atleast": 25, "attitud": 27, "attribut": [8, 13, 16, 22, 25, 32], "attributeerror": [13, 31], "automat": [5, 11], "avail": [11, 28], "await": 8, "awesom": 32, "b": [7, 9, 10, 18, 24, 26, 27, 32], "back": 31, "ball": 10, "base": [3, 7, 9, 12, 16, 26, 27, 28, 29, 30], "baseexcept": 13, "baseexceptiongroup": 13, "basic": [9, 11, 17, 25, 29, 30], "beauti": [16, 23], "becaus": [9, 31], "been": [3, 10, 28], "beer": [15, 17], "befor": [7, 9, 10, 17, 26, 29, 30], "behav": 27, "behavior": 0, "behaviour": [25, 31], "being": [17, 18, 20, 21, 22, 28, 29], "belong": [15, 17, 30], "belov": [25, 30], "below": [2, 10, 14, 17, 19, 25], "besid": [9, 16], "best": 9, "better": [8, 20, 29], "between": [5, 13, 27], "big": [7, 25], "bill": 29, "bin": 13, "bit": [28, 30], "block": 28, "blockingioerror": 13, "blueprint": 30, "bombard": 25, "book": 2, "bool": [7, 13, 25, 26, 28], "bool_datatyp": 7, "boolean": 9, "boom": [7, 18], "bore": 7, "boss": 11, "both": [10, 15, 20, 22, 26, 27, 30, 31], "bound": [17, 24, 30, 31], "box": 9, "brace": 15, "breach": 29, "break": 8, "breakpoint": 13, "brick": 9, "brokenpipeerror": 13, "brother": 27, "browser": 0, "buck": [19, 29], "budget": 29, "buffererror": 13, "bug": 0, "build": [2, 4, 6, 23, 25, 29], "builder": 2, "built": [5, 8, 9, 16, 17, 25, 26, 27], "builtin": [3, 5, 6, 7, 12], "builtin_attribut": 13, "bulitin": [5, 13], "bundl": 6, "byte": [7, 13], "bytearrai": 13, "bytes_datatyp": 7, "bytes_obj": 9, "byteswarn": 13, "c": [10, 15, 17, 24, 26, 27, 30], "cach": 27, "cake": 22, "call": [3, 10, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31], "callabl": [13, 17], "camelcas": 17, "can": [3, 5, 7, 8, 9, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "capit": 14, "care": [9, 25, 30], "cascad": 31, "case": [8, 16, 19, 25, 26, 29, 30, 31], "catch": [8, 28], "caught": [8, 10], "cell": [17, 18, 20, 21, 25, 31, 32], "chanc": 31, "chang": [3, 9, 10, 18, 25, 28, 29, 31], "chapter": [7, 25, 26, 28], "char": 29, "charact": [9, 27, 32], "check": [6, 9, 17, 19, 25, 27, 29, 30, 31], "check_for_odd_or_even": 15, "cheer": 17, "childprocesserror": 13, "choos": 16, "chr": 13, "chrome": 0, "cl": 32, "class": [3, 7, 8, 10, 15, 16, 19, 23, 25, 26, 32], "class_attribut": [31, 32], "classic": 30, "classmethod": 13, "classnam": 32, "clean": 17, "clear": [0, 1], "clearli": 31, "click": 0, "clone": 2, "closur": 24, "cmd": 6, "code": [6, 8, 9, 14, 17, 20, 26, 27, 28, 29, 30, 31], "code_str": 8, "collect": [9, 26], "com": 2, "come": [6, 7, 9, 10, 13, 14, 22, 25, 27, 29], "comma": [9, 10], "command": [2, 12], "comment": 8, "commun": [4, 28, 30], "compar": [26, 27], "compil": 13, "complet": [0, 13, 23, 27, 29], "complex": [7, 13, 16, 26], "complex_a": 25, "complex_b": 25, "complex_datatyp": 7, "concat": 18, "concaten": 25, "conceptu": 24, "concern": 27, "concis": [0, 1], "concret": 9, "condit": [14, 15, 29], "condtion": 29, "confirm": 30, "confus": 30, "connectionabortederror": 13, "connectionerror": 13, "connectionrefusederror": 13, "connectionreseterror": 13, "consid": [1, 5, 18, 22, 26], "consist": [16, 29], "consol": [7, 17], "constant": [26, 27], "construct": 9, "consult": 5, "contain": [6, 9, 10, 22, 28, 29, 31], "content": 19, "context": [0, 1], "continu": 8, "control": 29, "conveni": 9, "convent": [17, 30], "convert": [2, 9], "cool": [9, 23, 25], "copyright": 13, "cost": 29, "could": [4, 9, 16, 17, 19, 22, 27, 28, 29], "count": [15, 19, 29, 31], "count_my_expens": 19, "count_my_expenses_for_last_3_dai": 19, "count_my_expenses_for_last_4_dai": 19, "counter": [29, 31], "counter_1": 31, "counter_2": 31, "coupl": 29, "cousin": 31, "cover": 7, "crazi": [29, 30], "creat": [8, 9, 10, 14, 16, 17, 18, 20, 24, 25, 27, 28, 29, 30, 31, 32], "creation": [9, 31], "credit": 13, "criteria": 17, "cross": 29, "culprit": [30, 31], "cumul": 29, "cumulative_cost": 29, "curli": 15, "current": [5, 28, 29], "curs": 32, "d": [1, 11, 27], "dai": [14, 19], "data": [7, 10, 29, 30], "datastructur": 25, "datatyp": [7, 8, 9, 10, 12, 19, 23, 25], "datetim": 3, "day_1": 19, "day_2": 19, "day_3": 19, "day_4": 19, "dead": 30, "deal": [18, 22], "death": 10, "decim": [8, 9, 26], "decod": 9, "decor": 32, "deepdiv": 3, "def": [3, 8, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32], "default": [3, 9, 10, 16, 23, 25, 26, 28, 29, 30], "defghi": 10, "defin": [10, 16, 17, 18, 20, 21, 23, 24, 26], "definit": 31, "del": [8, 17, 31], "delattr": 13, "delet": [9, 31], "demonstr": [28, 31], "denot": [9, 25], "depend": [2, 4, 5], "deprecationwarn": 13, "depth": 7, "describ": [0, 1, 30], "descript": [0, 1, 27], "desktop": 0, "destin": 27, "detail": 5, "detect": 30, "develop": [7, 9, 15, 28], "devic": 0, "dict": [7, 13, 23], "dict_datatyp": [7, 9], "dict_obj": 9, "dictionari": [9, 21, 22, 23, 25, 26, 28], "did": [18, 29, 30, 31], "didn": 28, "differ": [2, 3, 8, 9, 10, 12, 13, 16, 18, 21, 24, 25, 27], "dir": [13, 30], "directli": 14, "directori": 5, "discount": 31, "disk": 9, "displai": 13, "dit": 29, "dive": 26, "divid": 25, "divis": 9, "divison": 25, "divmod": 13, "do": [4, 7, 10, 11, 13, 14, 15, 16, 17, 18, 22, 24, 25, 26, 27, 28, 29, 32], "do_someth": 32, "do_sum": 24, "do_we_love_python": 9, "doc": 5, "docker": 6, "dockerfil": 6, "docstr": 5, "document": [3, 5], "doe": [10, 13, 25, 27, 29, 31], "doesn": [9, 14, 15, 16, 25, 28, 29, 31], "don": [8, 15, 24, 28, 29, 30, 32], "done": [9, 25], "doom": 29, "doubl": [3, 16], "double_the_valu": 16, "doubt": [5, 25], "down": [0, 19], "download": 6, "dragon": 10, "drift": 26, "drop": 29, "due": [7, 15, 25], "dunder": [3, 30], "dure": [7, 22, 24, 27, 30], "dynam": [7, 9, 18, 25], "e": [0, 11], "each": [8, 9, 10, 15, 19, 25, 27, 28, 29], "earlier": [28, 31], "earn": 11, "easi": [6, 7, 9, 26, 29, 31], "easier": 29, "easili": 29, "editor": 15, "edward": 10, "effici": [25, 29], "either": [7, 26, 29, 31], "element": [9, 10], "elid": 23, "elif": 8, "ellipsi": 13, "elric": 10, "els": [8, 9, 10, 15, 17, 26, 27, 30], "empti": [9, 10, 22, 26, 28], "empty_list": [10, 28], "empty_str": 26, "encapsul": 30, "enclos": [9, 10, 16, 24, 29], "encod": 9, "encodingwarn": 13, "end": [10, 14, 24, 25], "english": 28, "ensur": [15, 29], "enter": 12, "enthusiast": 9, "enumer": 13, "env": 9, "environ": 9, "environmenterror": 13, "eoferror": 13, "eol": 30, "equal": [8, 14, 15, 25, 27, 29, 30], "equival": [9, 25, 28], "error": [0, 8, 15], "essenti": 9, "etc": [4, 7, 9, 15, 17, 24, 25, 29], "eval": [12, 13], "evalu": [12, 26], "evelop": 11, "even": [9, 15, 17, 18, 19, 21, 23, 25, 26, 27, 28, 29], "eventu": 29, "ever": 29, "everi": [3, 15, 26, 30, 31], "everyon": 3, "everyth": [6, 15, 17, 24, 30], "everytim": [22, 27], "ex": 1, "exactli": [16, 27, 30], "exampl": [3, 7, 10, 14, 15, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "example_keyword_argu": 21, "exc": [8, 10, 12, 28], "except": [7, 8, 10, 12, 13, 18, 28, 29, 30], "exceptiongroup": 13, "exclus": 29, "exec": [8, 13], "execfil": 13, "execut": [2, 6, 8, 14, 16, 27, 28, 29], "exhaust": 29, "exist": [9, 29], "exit": 29, "expect": [0, 18, 22, 26], "explain": [0, 16], "explan": [9, 16, 27, 29], "explanatori": 29, "explicit": 20, "explicitli": [9, 29, 30], "explor": 31, "express": [8, 24, 25, 28], "expression_result": 25, "extens": 14, "extra": [22, 25, 31], "f": [3, 7, 8, 9, 10, 12, 13, 14, 15, 17, 18, 19, 20, 22, 23, 25, 26, 27, 28, 29, 30, 31, 32], "factori": 29, "fals": [7, 8, 9, 13, 17, 26, 27, 28, 29, 30], "falsi": [28, 29], "familiar": [27, 30], "favourit": 11, "featur": [1, 5], "feel": [25, 30], "fetch": 9, "few": [7, 9, 11, 17, 20, 25, 27, 28, 29, 30], "field": 31, "fight": 15, "figur": 27, "file": [2, 5, 14], "fileexistserror": 13, "filenotfounderror": 13, "filter": [13, 17], "final": [8, 17, 25, 27], "find": [7, 10, 26, 27, 28, 29], "fine": [22, 27], "first": [2, 9, 14, 16, 19, 22, 25, 26, 27, 29, 30, 31], "first_funct": 17, "fix": [10, 22], "flexibl": 25, "flit": 4, "float": [7, 13, 18, 26, 27], "float_a": 25, "float_b": 25, "float_datatyp": 7, "float_with_complex": 25, "floatingpointerror": 13, "flow": [28, 29], "folder": 2, "follow": [0, 5, 10, 17], "forget": [18, 29], "forgot": 25, "form": [3, 9, 10], "format": [7, 9, 13, 17], "found": [9, 10, 28, 29], "fraction": [25, 26], "free": [11, 25, 30], "friend": [21, 26, 27], "from": [2, 3, 5, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 25, 27, 29, 30, 32], "frozenset": [7, 13], "fruit": 30, "frustrat": 1, "full": 10, "fun": 2, "func": [17, 22, 28], "function": [3, 5, 7, 9, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 25, 27, 28, 29, 30, 31, 32], "function_nam": 17, "funni": 30, "futurewarn": 13, "g": [0, 8], "gave": 29, "gcc": 6, "gedit": 11, "geek": 8, "gener": [2, 5, 10, 16, 25, 28, 29, 30], "generatorexit": 13, "get": [4, 7, 9, 10, 11, 13, 15, 17, 18, 22, 26, 27, 28, 29, 30, 31], "get_bil": 31, "get_ipython": 13, "getattr": 13, "getcwd": 5, "getenv": 9, "getpass": 14, "getus": 14, "ghoul": 10, "girlfriend": 29, "git": 2, "github": 2, "give": [8, 9, 16, 17, 23, 29, 31], "given": [9, 10, 20, 21, 22, 29], "global": [8, 13], "go": [0, 19, 25, 30, 31], "goku": 10, "golang": [9, 24], "good": [4, 8, 9, 10, 11, 13, 16, 25, 26, 29], "googl": 16, "got": [10, 12, 18, 26, 29, 30, 31], "gpu": 11, "great": [7, 11, 14, 19, 28, 30], "greater": [4, 27, 28, 29], "green": 9, "greet": [14, 17, 18, 20, 22, 24, 27], "greet_word": [17, 18, 20, 22], "group": [15, 17], "guid": 16, "guido": [7, 9], "h": 29, "ha": [3, 4, 5, 10, 20, 23, 27, 28, 29, 31], "had": 29, "hand": 28, "handi": 29, "happen": [0, 1, 29], "happi": 22, "hard": [30, 31], "harder": 29, "hasattr": 13, "hash": 13, "hashmap": 10, "have": [3, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 30, 31, 32], "haven": [22, 30], "he": 27, "heard": 30, "heat": 29, "heck": [24, 27, 29], "hei": [7, 8, 12, 18, 22, 25, 27, 28, 30, 32], "hello": [7, 9, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 27], "help": [0, 4, 7, 13, 17, 27, 28, 30], "henc": [3, 15, 19, 27, 28, 29, 31], "here": [0, 1, 4, 9, 11, 16, 17, 18, 23, 24, 25, 26, 27, 28, 29, 30, 31], "hero": 30, "hex": [3, 13], "high": 9, "higher": 27, "highest": 25, "hint": 7, "hold": [9, 10, 15, 24, 26], "homepag": 2, "hope": 18, "hous": [9, 30], "how": [3, 4, 7, 9, 10, 20, 22, 25, 26, 27, 29, 30, 31], "html": [2, 16], "http": [2, 4, 5], "huge": [11, 16, 29], "human": [3, 9], "human_obj": 3, "hurrai": [22, 25, 26, 27, 31], "hurri": 30, "i": [0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 28, 29, 31, 32], "i_am_a_vari": 17, "iamasimpleclass": 30, "id": [3, 13, 27], "id_of_a": 27, "id_of_b": 27, "id_of_i": 27, "id_of_x": 27, "idea": 2, "identifi": [17, 31], "idl": 11, "imag": 6, "imaginari": 9, "immut": [9, 10, 22], "implement": [5, 29], "implicitli": [3, 17, 30], "import": [3, 5, 6, 8, 9, 10, 13, 14, 30], "importerror": 13, "importwarn": 13, "improp": 10, "includ": 5, "incomplet": [5, 32], "incorrect": 5, "increas": [20, 31], "increment": 29, "indent": [17, 29], "indentationerror": 13, "index": [4, 9, 10, 13], "indexerror": [10, 13], "indirectli": 14, "infinit": 29, "inform": [0, 3, 16], "inherit": [3, 30], "initi": [30, 31], "inlin": 24, "input": [13, 32], "ins": 26, "insert": 10, "insid": [7, 9, 15, 17, 27, 28, 30], "inspect": 30, "instal": [2, 11], "instanc": [31, 32], "instead": [10, 15, 16, 25, 26, 27, 31], "int": [3, 7, 10, 12, 13, 15, 16, 25, 27], "int_1": 28, "int_2": 28, "int_datatyp": 7, "int_list": 10, "int_with_complex": 25, "int_with_float": 25, "integ": [7, 9, 12, 16, 18, 26, 27, 28, 29], "integer_1": 12, "integer_2": 12, "integer_a": 25, "integer_b": 25, "intend": [15, 23], "interact": 30, "interest": 9, "interpret": [8, 9, 16, 28, 29], "interruptederror": 13, "introduc": [26, 30, 32], "invalid": 12, "inventor": [7, 9], "invis": 15, "io": 0, "ioerror": 13, "ios8": 0, "ip": 10, "ip_address_port": 10, "iphone6": 0, "ipython": 14, "iron": [10, 30], "ironman": 3, "is_even": 28, "isadirectoryerror": 13, "isclass": 30, "isinst": 13, "isn": [9, 25, 29], "issu": [9, 13, 25, 27], "issubclass": 13, "item": [10, 29, 31], "item_pric": 31, "items_cost": 29, "iter": [10, 13, 19, 27, 29], "its": [4, 9, 22, 26, 31], "itself": [10, 17, 18, 26, 29, 31], "j": 9, "jan": 6, "jargon": 30, "jarvi": 30, "java": [15, 30], "jb": 2, "jd": 25, "jk": 27, "join": 25, "jupyt": 2, "just": [7, 14, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "kei": [9, 10, 28], "key1": [21, 23], "key2": [21, 23], "keyboardinterrupt": 13, "keyerror": [9, 10, 13, 28], "keyword": [5, 13, 17, 18, 22, 23, 24, 28, 29, 30], "keyword_onli": 23, "keyword_only_argument_signatur": 20, "keyword_only_paramet": [18, 23], "kid": [18, 31], "kiddo": 9, "knew": [29, 30], "know": [3, 5, 6, 7, 9, 14, 17, 19, 22, 26, 27, 29, 30], "knowledg": 25, "known": [7, 9, 24], "kwarg": 21, "kwlist": 8, "l": [11, 27], "lab": 2, "lambda": 8, "languag": [3, 6, 7, 8, 9, 10, 11, 15, 24, 26, 27, 28, 30], "language_initial_release_year": 9, "language_obj": 3, "largest": 4, "last": [10, 17, 18, 19, 20, 21, 25, 31], "last_el": 10, "later": 29, "latestreleas": 9, "lazi": [19, 30], "lazier": 19, "lead": 25, "learn": [11, 22, 26, 29, 31], "learnt": [28, 30], "lectur": 29, "left": 27, "len": [13, 17, 19, 32], "length": 10, "less": 29, "lesson": [17, 20, 31], "let": [2, 3, 6, 7, 8, 9, 10, 12, 14, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "lets_return_a_funct": 17, "level": [9, 30], "lexic": 24, "lexicograph": 27, "librari": 5, "licens": 13, "lifetim": 9, "light": 10, "like": [1, 7, 9, 11, 12, 15, 16, 17, 19, 22, 23, 25, 26, 29, 30], "likewis": 9, "limit": 25, "line": [8, 15, 17, 18, 20, 21, 25, 28, 30, 31, 32], "linear": 29, "list": [5, 7, 8, 13, 22, 26, 27, 28, 29, 32], "list_a": 25, "list_b": 25, "list_datatyp": 7, "list_of_anim": 32, "listen": 28, "liter": [8, 12], "littl": [7, 26, 27], "local": 13, "locat": 5, "long": [16, 28], "look": [14, 24, 25, 29, 31], "lookuperror": 13, "loop": [15, 24], "loop_els": 29, "lot": [3, 11, 25, 29], "louder": 31, "love": [7, 9, 29], "luffi": [10, 32], "m": 1, "mac": 11, "machin": 9, "made": [2, 22, 28], "magic": [30, 31], "mai": [5, 17], "main": 6, "make": [18, 23, 25, 27, 29], "mall": 29, "man": [10, 30], "manag": 4, "mangement": 2, "mangl": 8, "mani": [9, 10, 18, 19, 25], "manipul": 30, "manual": 11, "map": [13, 17], "mappingproxi": 31, "martin": 17, "master": 25, "materi": 9, "math": [9, 25], "mathemat": 9, "max": 13, "me": [27, 29, 30, 31, 32], "mean": [7, 9, 18, 26, 27], "meet": [26, 27], "member": [10, 30], "memori": 11, "memoryerror": 13, "memoryview": 13, "mention": [17, 25, 26, 27], "metal": 10, "method": [3, 7, 9, 15, 16, 22, 25, 26, 31, 32], "might": [3, 7, 9, 15, 19, 25, 27, 29, 30], "mileston": 30, "min": 13, "mind": 27, "mingl": 27, "miss": [18, 29], "mission": 17, "mix": [15, 25], "mixed_list": 10, "modern": 4, "modifi": [9, 10, 19, 31, 32], "modul": [5, 6, 9, 10, 16, 30], "modulenotfounderror": 13, "more": [3, 8, 9, 10, 18, 19, 25, 26, 27, 28, 29, 30], "most": [7, 17, 18, 20, 21, 25, 27, 28, 31], "much": [19, 25, 29, 30], "multi_line_docstr": 16, "multilin": 16, "multipl": [9, 16], "multipli": [25, 29], "must": [15, 30], "mutabl": 9, "mutat": 22, "my": [11, 15, 19, 22, 25, 26, 29, 30], "my_dict": 28, "my_dictionari": 21, "my_expens": 19, "my_kei": 10, "my_list": [10, 22, 28, 29], "my_str": 9, "my_valu": 10, "myself": 26, "n": [8, 12, 29], "nah": 28, "name": [3, 4, 5, 9, 13, 15, 17, 18, 20, 21, 22, 23, 24, 26, 29, 30, 31, 32], "name_of_the_us": 18, "namedtupl": 7, "nameerror": [13, 17], "namespac": 32, "napoleon": 16, "naruto": [10, 32], "naveen": 14, "naveen8": 6, "nearest": 29, "necessari": 26, "need": [2, 9, 10, 11, 12, 14, 15, 16, 19, 20, 21, 27, 28, 29, 30, 31], "neg": 10, "neglect": [8, 25], "neither": [29, 30], "nest": 10, "nested_list": 10, "never": [14, 29], "new": [3, 9, 10, 11, 13, 17, 18, 19, 20, 25, 27, 30, 31], "new_counter_1": 31, "new_counter_2": 31, "new_environment_variable_nam": 9, "new_environment_variable_valu": 9, "newcount": 31, "newlin": [8, 12], "next": [13, 15, 17, 29], "nix": 11, "no_of_objects_cr": 31, "non": [9, 25], "none": [7, 8, 10, 13, 16, 17, 22, 26, 27, 28, 31], "none_datatyp": 7, "nonetyp": 7, "nonloc": 8, "nor": [10, 29, 30], "normal": 15, "notadirectoryerror": 13, "notch": 26, "note": [10, 17, 23, 28, 29], "notebook": [2, 3, 8], "notepad": [11, 15], "noth": 17, "notic": 23, "notimpl": 13, "notimplementederror": 13, "now": [3, 4, 6, 7, 9, 18, 19, 20, 23, 24, 27, 29, 31], "nt": 5, "ntegrat": 11, "null": 9, "num": 29, "number": [8, 9, 10, 13, 15, 17, 19, 21, 25, 28, 29, 31], "number_to_be_searched_for": 29, "numer": [25, 26], "numpi": 16, "nviron": 11, "o": [0, 5, 9, 29], "obj": [17, 22, 26, 27, 28, 29, 31], "obj2": 31, "object": [7, 9, 10, 13, 14, 18, 19, 20, 21, 25, 27, 28, 29, 30, 31], "objectclass": 31, "obtain": 26, "oct": 13, "odd": [15, 28], "offici": [3, 4], "older": 10, "onc": [9, 26, 29], "one": [4, 8, 10, 16, 22, 23, 25, 26, 28, 29, 30, 31, 32], "one_line_docstr": 16, "ones": 22, "onli": [7, 9, 10, 16, 17, 21, 23, 24, 25, 26, 28, 29, 31], "oop": [29, 30], "open": [6, 9, 13, 15], "oper": [9, 11], "operand": [25, 26, 27, 28], "operand_1": [9, 18], "operand_2": [9, 18], "opposit": [26, 27], "option": [17, 22], "or_": 26, "ord": 13, "order": [9, 10, 18, 25], "ordereddict": 10, "org": [4, 5], "organis": 17, "orient": [3, 9, 30], "oserror": 13, "other": [0, 1, 3, 7, 8, 9, 10, 16, 17, 26, 27, 28, 30], "otherwis": 26, "ouch": [8, 10, 22, 23, 28], "our": [2, 6, 13, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "ourselv": 25, "out": [6, 9, 10, 16, 17, 24, 25, 27, 29, 30, 31], "output": [3, 5, 12, 22, 23, 25, 28, 30, 31], "over": [10, 27, 29], "overflowerror": 13, "overrid": 3, "overridden": 3, "p": [8, 9, 10, 11, 25, 29], "packag": [2, 8], "page": 2, "pair": [9, 10], "paramet": [7, 17, 21, 24, 30], "parenthesi": [9, 10, 24], "part": 25, "parti": 4, "particular": [10, 29, 31], "pass": [5, 7, 8, 10, 16, 18, 19, 20, 21, 22, 23, 24, 30], "past": 19, "path": 14, "pave": 31, "pdf": 2, "pdfhtml": 2, "peasi": 31, "pendingdeprecationwarn": 13, "peopl": [15, 29], "pep": [7, 15, 16, 18, 20, 23], "per": [26, 27], "permissionerror": 13, "persist": [22, 24], "person": 11, "phase": 29, "pick": 29, "piec": [10, 32], "pint": 17, "pip": 4, "pizza": 27, "place": [10, 19, 22, 27, 30], "plate": 22, "pleas": [0, 1, 12], "plugin": 16, "poetri": [2, 4], "point": [25, 27, 30], "polymorph": 30, "pop": 10, "port": 10, "posit": [17, 20, 21, 22, 23], "positional_onli": 23, "positional_only_paramet": [18, 23], "positional_or_keyword_paramet": [18, 23], "posix": 5, "possibl": 30, "pow": 13, "power": [7, 18, 30], "power_level": 30, "practic": 13, "prais": 28, "preced": 25, "prefer": 11, "prefix": [9, 21], "present": [2, 6, 8, 9, 10, 14, 19, 22, 25, 27, 29, 30, 31], "pretti": [4, 6, 7, 9, 10, 17, 26, 27, 28, 29, 30], "prevent": [9, 29], "previou": [17, 20, 22], "primari": 25, "print": [3, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "privat": 8, "problem": [0, 1, 10, 22], "processlookuperror": 13, "prodigiouspython": [2, 6], "profession": 16, "program": [4, 9, 15, 24, 26, 27, 28, 30], "programm": 28, "programmat": [16, 27], "programminglanguag": 3, "promin": 7, "prompt": 12, "proper": 10, "properti": 13, "protect": 8, "provid": [13, 16, 17, 25, 28], "publish": 2, "pull": 6, "punish": 29, "purpos": [17, 31], "py": 14, "pypi": 4, "python": [3, 4, 5, 7, 9, 10, 12, 13, 14, 15, 16, 17, 18, 23, 25, 26, 27, 28, 29, 30], "python2": 30, "python3": 30, "pythonist": [12, 18, 19, 20, 22, 24, 25, 27], "question": [7, 9, 10, 29], "quick": [11, 27], "quotient": 25, "r": 22, "rais": [7, 8, 9, 10, 12, 13, 18, 21, 25, 27, 28, 30, 31], "random": 28, "rang": [9, 10, 13, 15, 26, 27, 29], "rather": [8, 14, 31], "ration": 9, "raw": 19, "re": 5, "reach": [27, 29, 30], "read": [30, 31], "readabl": [3, 9, 17, 20, 26, 28], "real": [9, 28], "realli": [22, 27], "reason": [14, 24, 27, 30, 31], "recap": 25, "receiv": 19, "recent": [17, 18, 20, 21, 25, 31], "recommend": [15, 30], "recursionerror": 13, "red": 9, "reduc": 17, "redund": 17, "refer": 5, "referenceerror": 13, "regard": 18, "regular": [24, 32], "rel": 14, "relat": [1, 25], "releas": 9, "release_year": [7, 9], "remain": 18, "remaind": 25, "rememb": [7, 24, 26, 29], "remov": [9, 10, 25], "repeat": 9, "repeatedli": 29, "repetit": 9, "repl": 14, "replac": 30, "repo": 2, "repositori": [4, 6], "repr": 13, "repres": [3, 5, 9, 10, 30], "represent": [9, 17, 30], "reproduc": 0, "request": 1, "requir": [2, 10, 12, 17, 18, 29, 30], "resid": 29, "resolv": 15, "resourcewarn": 13, "respect": [5, 9, 12, 18, 25, 28, 30], "respons": 7, "restrict": [10, 25], "restructuredtext": 16, "result": [3, 9, 18, 22, 25, 27, 28, 29], "result_2": 28, "retriev": 8, "return": [3, 5, 8, 9, 10, 12, 16, 24, 25, 26, 27, 30, 31, 32], "reusabl": 17, "revers": [10, 13], "revert": [10, 31], "rewritten": 24, "right": [9, 10, 27, 29], "robert": 17, "role": [9, 30], "rossum": [7, 9], "round": 13, "routin": 5, "rule": [17, 30, 31], "run": [2, 6, 14, 27, 28, 29], "runfil": 13, "runtim": [7, 28], "runtimeerror": 13, "runtimewarn": 13, "safari": 0, "safe": 29, "sai": [8, 11, 17, 18, 27, 28, 29, 32], "said": [25, 26, 30], "sake": 13, "same": [5, 8, 9, 10, 15, 18, 22, 24, 25, 27, 29, 30, 31], "sand": 9, "satisfi": [28, 29], "saviour": [19, 29], "saw": [21, 27, 30], "say_hello_multiple_tim": 15, "scare": 30, "scenario": 25, "school": 25, "scope": [24, 32], "screenshot": [0, 1], "scroll": 0, "search": [4, 29], "second": [14, 22, 25, 26, 28, 29, 30], "second_funct": 17, "section": 25, "see": [0, 3, 7, 9, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], "seen": [15, 20, 23, 25], "self": [3, 15, 29, 30, 31, 32], "send": 19, "sensit": 8, "sentenc": 29, "sep": 8, "separ": [8, 9, 10], "sequenc": [9, 25, 26, 29], "seri": 10, "session": 8, "set": [7, 13, 25, 26], "set_datatyp": 7, "set_obj": 9, "setattr": 13, "shadow": 31, "she": 29, "shell": [4, 14], "shop": 29, "short": [16, 28], "shot": 23, "should": [3, 10, 15, 17, 18, 20, 22, 25, 28, 31], "shouldn": [8, 30], "show": [15, 27, 31], "show_list_and_count_of_anim": 32, "shown": 25, "signatur": [17, 18, 20, 21, 22, 30], "similar": [9, 10, 16, 21, 24, 25, 27], "similarli": 20, "simpl": [4, 9, 16, 24, 25, 28, 30, 32], "simplest": 30, "sinc": 28, "singl": [10, 28], "single_member_tupl": 10, "singleton": 9, "skip": [28, 29], "slice": [13, 27], "slowli": 27, "small": [10, 17], "smartphon": 0, "snip": 5, "snippet": 14, "so": [3, 8, 9, 10, 13, 14, 22, 24, 26, 27, 28, 29, 31], "soft": 17, "solut": [1, 22, 23], "solv": 29, "some": [3, 18], "sometim": [15, 16, 19, 29], "soon": [4, 30], "sort": [13, 17], "sourc": [5, 9], "space": 15, "spawn": 22, "speak": 31, "special": [30, 31], "special_pow": 30, "specif": [4, 9, 10, 16, 27, 30], "spent": 19, "sphinx": 16, "squar": 31, "stai": [7, 16], "standard": 12, "star": 8, "start": [8, 10, 15, 16, 17, 25, 28, 29, 30], "state": 3, "statement": [15, 16, 17, 24, 26, 28, 29], "static": [2, 32], "staticmethod": 13, "staticmethodexampl": 32, "step": [0, 10, 29], "stick": 18, "still": [9, 10, 24, 25, 31, 32], "stock": 0, "stop": 29, "stopasynciter": 13, "stopiter": 13, "store": [9, 10, 16, 22], "str": [7, 10, 13, 14, 16, 25, 27, 29], "str_a": 25, "str_b": 25, "str_datatyp": 7, "string": [5, 7, 8, 9, 10, 12, 16, 18, 22, 26, 27, 29], "string_list": 10, "stuff": [25, 28], "style": 30, "subtract": 9, "successfulli": [17, 25, 28], "suggest": 21, "suit": [9, 16], "sum": [12, 13, 18, 19, 32], "super": [10, 13, 30], "super_hero": 30, "superhero": 30, "supermarket": 31, "superset": 25, "support": [3, 4, 25, 27], "suppos": 3, "sure": [10, 27, 30], "swap": 18, "switch": 28, "sy": [5, 6], "symbol": [8, 23, 25, 26], "syntax": [8, 18, 23, 28, 29], "syntaxerror": [8, 13, 22, 32], "syntaxwarn": 13, "system": [5, 11], "systemerror": 13, "systemexit": 13, "t": [8, 9, 10, 13, 14, 15, 16, 18, 22, 23, 24, 25, 28, 29, 30, 31, 32], "tab": 15, "taberror": [13, 15], "tabl": 26, "take": [8, 9, 20, 21, 25, 27, 30], "taken": 23, "temp": 32, "templat": 16, "term": [3, 9, 25, 30], "termin": [4, 6], "test": [25, 28], "test_again_as_default_argument_using_non": 22, "test_mutable_objects_as_default_argu": 22, "test_single_line_comment_as_docstr": 16, "text": [11, 15], "than": [4, 8, 10, 14, 27, 28, 29, 31], "thank": [18, 25], "thei": [9, 15, 16, 21, 24, 27, 28, 31], "them": [9, 10, 18, 21, 25, 27, 29, 30], "themselv": 26, "theori": 9, "thi": [6, 7, 9, 10, 11, 14, 15, 16, 17, 19, 23, 24, 27, 28, 29, 30, 31], "thing": [2, 7, 17, 27, 29, 30], "think": [19, 27, 30], "third": 27, "thor": 10, "those": [4, 11, 16, 17, 28, 30], "thought": 28, "three": [28, 29], "through": [7, 16, 17, 18, 21, 22, 25, 30, 31], "till": [23, 24], "time": [19, 20, 22, 25, 27, 29, 30], "timeouterror": 13, "tldr": [8, 27], "todo": 9, "togeth": 28, "tokyo": 10, "too": [9, 10, 17, 19, 25, 26, 28], "took": [22, 29], "tool": 16, "top": 26, "total": [19, 29], "toward": 27, "tp": 19, "traceback": [17, 18, 20, 21, 25, 31], "tradit": 2, "trail": 10, "travers": 13, "tri": [26, 31], "tricki": 15, "true": [7, 8, 9, 10, 13, 17, 26, 27, 28, 29, 30], "trust": [27, 31], "truth": [28, 29], "truthi": 26, "try": [3, 8, 9, 12, 13, 16, 17, 18, 20, 21, 22, 24, 26, 28, 29, 30, 31], "tune": 7, "tupl": [7, 13, 19, 22, 23, 26, 27, 29], "tuple_1": 28, "tuple_2": 28, "tuple_a": 25, "tuple_b": 25, "tuple_datatyp": 7, "turn": 29, "twin": 27, "two": [9, 16, 17, 18, 25, 27, 28, 29], "type": [7, 13, 16, 18, 19, 23, 25, 26, 27, 31, 32], "typecast": [9, 12], "typeerror": [13, 18, 20, 21, 25, 27], "u": [17, 24, 27, 28, 30], "unabl": 12, "unboundlocalerror": 13, "underscor": [3, 8], "understand": [9, 29], "understood": 26, "unicod": 5, "unicodedecodeerror": 13, "unicodeencodeerror": 13, "unicodeerror": 13, "unicodetranslateerror": 13, "unicodewarn": 13, "unindex": 9, "uninstal": 4, "uniqu": [9, 10], "univers": 30, "unless": [26, 29], "unlik": 24, "unnam": [17, 21, 22, 23], "unnecessarili": 29, "unord": 9, "unpack": [19, 21, 23], "until": 29, "unto": 12, "up": 32, "upcom": 7, "url": 4, "us": [2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "usag": 15, "user": [14, 18], "user_ent": 12, "usernam": 14, "userwarn": 13, "utf": 9, "v": 30, "valid": 12, "valu": [8, 9, 10, 12, 14, 16, 17, 18, 20, 22, 23, 24, 25, 27, 28, 29, 31], "value1": [21, 23], "value2": [21, 23], "valueerror": [10, 12, 13], "van": [7, 9], "var": 13, "vararg": [17, 22, 23], "vari": 5, "variabl": [9, 10, 12, 24, 31], "variable_1": 12, "variable_2": 12, "variable_nam": 7, "variou": [9, 10, 16, 25, 30], "varkwarg": [17, 23], "ve": 1, "verb": 17, "veri": 30, "verion": 4, "versa": [9, 26], "version": [0, 4, 6, 10], "via": [2, 31], "vice": [9, 26], "visual": 9, "wa": [21, 26, 29, 31], "wai": [4, 6, 9, 10, 18, 19, 20, 25, 27, 28, 29, 30, 31], "wait": 27, "want": [1, 2, 11, 18, 19, 20, 29, 30, 31], "warn": [13, 15, 29], "watermelon": 9, "watermelon_and_its_colour": 9, "we": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "web": 2, "weeb": 32, "weird": 27, "welcom": [2, 7], "well": [3, 8, 14, 15, 16, 17, 20, 21, 22, 24, 27, 28, 29, 30, 31], "went": 14, "were": 20, "what": [0, 1, 3, 5, 7, 9, 13, 18, 19, 22, 24, 26, 27, 29, 31], "when": [1, 5, 9, 10, 11, 14, 18, 21, 22, 25, 26, 27, 29, 31], "whenev": [27, 30], "where": [9, 15, 17, 26, 27, 30], "wherea": [3, 31], "wherev": 27, "whether": [15, 25, 30], "which": [3, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 20, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32], "while": [8, 9, 20, 28, 30, 31], "who": 4, "whose": [20, 31], "why": [8, 14, 24, 26], "window": 11, "within": [8, 32], "without": [24, 29, 30], "wohooo": 25, "wolverin": 10, "woman": 10, "won": [9, 10, 13, 18, 23, 28], "wonder": [10, 25], "word": [28, 30, 31], "work": [3, 5, 10, 11, 15, 19, 22, 25, 26, 27, 28, 29, 30, 31], "world": 28, "worri": [19, 22, 25, 26, 27, 28, 30], "would": [2, 3, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 21, 22, 23, 25, 26, 27, 29, 30], "wouldn": [28, 32], "write": [16, 19, 28, 29, 31], "written": [16, 23, 28, 30], "wrong": 15, "x": [3, 8, 12, 25, 26, 27], "x9": 8, "x_y": 8, "y": [25, 26, 27, 29], "yagami": 10, "ye": [9, 27, 32], "yep": 25, "yield": [8, 9], "yipe": 30, "yipee": [18, 29], "yippee": 17, "you": [0, 1, 5, 7, 9, 11, 14, 15, 25, 27, 29, 30, 31], "your": [0, 1, 11], "yup": [10, 18, 19, 24, 26, 27, 28, 29, 30], "zero": 26, "zerodivisionerror": 13, "zip": 13, "zone": 29, "zoro": 10}, "titles": ["<no title>", "<no title>", "Prodigious Python", "<span class=\"section-number\">10. </span>String representations of objects: str() vs repr()", "<span class=\"section-number\">11. </span>Installing packages", "<span class=\"section-number\">12. </span>Help Utility", "<span class=\"section-number\">1. </span>Getting Started with Python \ud83d\udc0d", "<span class=\"section-number\">2. </span>Creating variables and assigning values", "<span class=\"section-number\">3. </span>Python Keywords and allowed Variable names", "<span class=\"section-number\">4. </span>Data types", "<span class=\"section-number\">5. </span>Collection Types", "<span class=\"section-number\">6. </span>IDEs/Editors for Python", "<span class=\"section-number\">7. </span>User Input", "<span class=\"section-number\">8. </span>Builtins", "<span class=\"section-number\">9. </span>Module", "<span class=\"section-number\">13. </span>Indentation", "<span class=\"section-number\">14. </span>Comments and Docstrings", "<span class=\"section-number\">15. </span>Functions", "<span class=\"section-number\">16. </span>Positional Arguments", "<span class=\"section-number\">17. </span>Unnamed Positional Arguments", "<span class=\"section-number\">18. </span>Keyword-only arguments", "<span class=\"section-number\">19. </span>Keyword arguments", "<span class=\"section-number\">20. </span>Default Arguments", "<span class=\"section-number\">21. </span>TLDR regarding function arguments \ud83d\udca1", "<span class=\"section-number\">22. </span>Lambda Functions", "<span class=\"section-number\">23. </span>Mathematical Operators", "<span class=\"section-number\">24. </span>Boolean Operators", "<span class=\"section-number\">25. </span>Comparison operators", "<span class=\"section-number\">26. </span>Conditionals", "<span class=\"section-number\">27. </span>Loops", "<span class=\"section-number\">28. </span>Class", "<span class=\"section-number\">29. </span>Class Attributes", "<span class=\"section-number\">30. </span>ClassMethod and StaticMethod"], "titleterms": {"A": [15, 16], "In": 16, "One": 16, "__doc__": 16, "__init__": 30, "about": [26, 28], "access": 31, "addit": 25, "after": 29, "allow": 8, "alter": 31, "argument": [17, 18, 19, 20, 21, 22, 23], "assign": [7, 17], "atom": 11, "attribut": [30, 31], "block": 29, "bool": 9, "boolean": 26, "break": 29, "builtin": 13, "byte": 9, "can": 10, "case": 28, "class": [17, 30, 31], "classmethod": 32, "code": [11, 16], "colab": 11, "collect": 10, "comment": 16, "comparison": 27, "complex": [9, 25], "condit": 28, "continu": 29, "creat": 7, "data": 9, "default": 22, "delet": 17, "develop": 2, "dict": 9, "dictionari": 10, "differ": 17, "divis": 25, "docstr": 16, "document": 16, "editor": 11, "effect": 29, "elif": 28, "els": [28, 29], "exampl": 9, "expens": 19, "exponenti": 25, "few": 10, "final": 29, "find": 19, "first": 17, "float": [9, 25], "floor": 25, "function": [17, 23, 24], "get": 6, "give": 10, "googl": 11, "have": [10, 29], "heck": 30, "help": [5, 16], "hidden": 29, "i": [27, 30], "id": 11, "indent": 15, "input": 12, "instal": 4, "instanc": 30, "int": 9, "integ": 25, "invalid": 8, "jupyt": 11, "keyword": [8, 20, 21], "lambda": 24, "line": 16, "list": [9, 10, 25], "loop": 29, "match": 28, "mathemat": 25, "meme": [15, 16], "method": [10, 30], "modul": 14, "modulu": 25, "multi": 16, "multipl": 25, "mutabl": 22, "name": 8, "nest": 29, "none": 9, "note": [22, 25, 27], "now": 10, "object": [3, 17, 22, 26], "onli": [18, 20], "oper": [25, 26, 27], "our": 19, "packag": 4, "pass": 17, "point": 28, "posit": [18, 19], "power": 25, "prodigi": 2, "pycharm": 11, "python": [2, 6, 8, 11], "regard": 23, "rememb": 28, "repr": 3, "represent": 3, "respect": 22, "result": 26, "return": 17, "set": [9, 10], "setup": 2, "simpl": 17, "singl": 16, "spyder": 11, "start": 6, "staticmethod": 32, "str": [3, 9], "string": [3, 25], "studio": 11, "style": 16, "subtract": 25, "test": 26, "tidbit": [4, 7, 22], "tldr": [23, 26, 28], "treasur": 29, "truth": 26, "try": 10, "tupl": [9, 10, 25], "type": [9, 10, 17], "unnam": 19, "us": [16, 19], "usag": 9, "user": 12, "util": 5, "v": 3, "valu": [7, 26], "variabl": [7, 8, 17], "visual": 11, "we": 10, "what": 30, "while": 29, "within": 31}})