Welcome to Python Sansar
Learning platform to learn everything about python programming language from beginning to advanced.


Learning platform to learn everything about python programming language from beginning to advanced.
Introduction Machine Learning is a subset of artificial intelligence. It focuses mainly on the designing of systems, thereby allowing them...
Python sys module is the built-in module that provides various functions and variables that are used to manipulate different parts...
Before learning about the implementation of filtering in GraphQL Python, if you haven't seen previous tutorials on this site I...
Introduction The random module is a built-in module in Python that generates pseudo-random variables. It can be used to generate...
Introduction As we know Software is a collection of instructions that tell a computer how to work. If the software...
Introduction Python is a high-level, general-purpose, interpreted language developed by Guido van Rossum, and first released in 1991. It is...
Introduction The concept of interface is not explicitly defined in Python. Interface in Python is an abstract class that has...
Introduction Python doesn't explicitly support abstract classes. In Python, there is a predefined class called ABC of the abc module....
Email is a method of exchanging messages between people using electronic devices. It is a widely-used communication medium that can...
Introduction At first, we're going to discuss the terms duck typing and strong typing and then we're going to see...