Read more about the article No, they are not same | Python set vs frozenset | 7 mins read
Understand the difference b/w python set and frozenset

No, they are not same | Python set vs frozenset | 7 mins read

Python set and frozenset in python are different. The SET data type is used for membership testing and unique element count. Python Frozenset is hashable while the SET in python is not hashable. There are various cases when frozenset is used instead of a python SET. Let's look at each of them in detail in today's Python tutorial.

Continue ReadingNo, they are not same | Python set vs frozenset | 7 mins read
Read more about the article Step wise Guide to install python in just 5 mins | Python made Easy
Python Installation Guide

Step wise Guide to install python in just 5 mins | Python made Easy

Hello and welcome back to another exciting tutorial on "Python Installation". In this tutorial, you'll get a glimpse of "Installing Python on different platform" such as Windows, Mac or Linux. Let's begin our "Install python on any platform" with Python Installation on Windows.

Continue ReadingStep wise Guide to install python in just 5 mins | Python made Easy