Day: July 9, 2020

Python tutorials for Business Analyst – Python Modules

(Python Tutorial – 021) Python Modules In this article, you will learn to create and import custom modules in Python. Also, you will find different techniques to import and use custom and built-in modules in Python. What are modules in Python? Modules refer to a file containing Python statements and definitions. A file containing Python …

Python tutorials for Business Analyst – Python Global Keyword

(Python Tutorial – 020) Python Global Keyword In this article, you’ll learn about the global keyword, global variable and when to use global keywords. Before reading this article, make sure you have got some basics of Python Global, Local and Nonlocal Variables. What is the global keyword In Python, global keyword allows you to modify the variable outside …