The Programming Portal

What Are Generators In Python?

Published on October 09 2023

In this tutorial, we will learn about Python generators and their benefits in detail with an example. This tutorial is part of Python's top 25 most commonly asked interview questions.

Is Python Compiled Or Interpreted Language?

Published on October 09 2023

In this tutorial, we will learn about Python compilation and interpretation. We will also understand whether is python a compiled or interpreted language in detail. This tutorial is part of …

What Is Scope Resolution In Python?

Published on October 09 2023

In this tutorial, we will learn about scope resolution in Python. And will also understand what is a local and global scope in detail with an example. This tutorial is …

What Are Modules And Packages In Python?

Published on October 09 2023

In this tutorial, we will learn about Python modules and packages. And will also see what are available built-in modules in Python in detail. This tutorial is part of Python's …

What Is The Split(), Join(), Sub(), And Subn() Method In Python?

Published on October 09 2023

In this tutorial, we will learn about Python split(), join(), sub(), and subn() methods and their examples in detail. This tutorial is part of Python's top 25 most commonly asked …

What Is Pep8 (Python Enhancement Proposals) In Python?

Published on October 09 2023

In this tutorial, we will learn about PEP8 (Python Enhancement Proposals) in Python, its guidelines and best practices, and its importance. This tutorial is part of Python's top 25 most …

What Are Namespaces In Python?

Published on October 09 2023

In this tutorial, we will learn about Python namespaces and how they are important to the language. You will also understand different types of namespace like local, global, and built-in …

What Is The Pythonpath Variable In Python?

Published on October 09 2023

In this tutorial, we will learn what is the PYTHONPATH variable in Python. This tutorial is part of Python's top 25 most commonly asked interview questions.

What Are *Args And **Kwargs In Python And How To Use Them?

Published on October 09 2023

In this tutorial, we will learn about *args and **kwargs in Python with an example and how to use them. This tutorial is part of Python's top 25 most commonly …

What Are Python Iterators?

Published on October 09 2023

In this tutorial, we will learn Python iterators and its application with an example. This tutorial is part of Python's top 25 most commonly asked interview questions.