Category Archives: Python

Python Scope – global, local and nonlocal Variables

Python Scope

This is a detailed tutorial of the Python Global, Local & Non-Local Variables. Learn variable scopes & where to use which type of variables in your program. On the basis of their scopes, the python variables are categorized into three types, namely, Global, Local and Non-Local variables. Now, many of you might be thinking, what […]

Python Installation – Windows, macOS and Linux

Python is a powerful, high-level programming language that is widely used for web development, scientific computing, data analysis, artificial intelligence, and more. This article will guide you through the process of installing Python on your computer so that you can get started with learning the language and building your own applications. Checking if Python is […]