Posts by Mohit Tripathi

Author Biographical Info: Not available

Usage of if __name__ == ‘__main__’ in Python

By Mohit Tripathi

Hello friends, In this segment, we are going to discussĀ if_name_== ‘_main_’. In this segment, I will tell you how to use if_name_== ‘_main_’ in your file a.... Read More

F-String in Python

By Mohit Tripathi

Hello Friends, In this segment we are going to discuss F-String in Python. In this segment, we shall know what is F-string, how it works, why we need to use this, everything about .... Read More

Desktop Notification In Python

By Mohit Tripathi

Hello friends, In this segment, we are going to discuss how to create a desktop notification using Python. So before start writing program for creating a desktop notifier. Let me t.... Read More

Language Detector In Python

By Mohit Tripathi

Hello friends, in this segment we are going to discuss how to make a language detector program using Python. So let me tell you how the language detector works. It simply takes inp.... Read More

Gamma Function In Python

By Mohit Tripathi

Hello friends, In this segment, we are going to discuss the GAMMA function. So let us start, a gamma function is a mathematical function which returns a gamma value. Now we will kn.... Read More

Related Posts