Category: python
What does if __name__ == __main__ do in Python?
Ayush Purawr February 25, 2023
Introduction Most of us have come across the if __name__ == “__main__” in Python while doing a program or we specifically write this function while…
Python | CRUD operations in MongoDB
Ayush Purawr February 9, 2023
Today in this article, we will talk about some operations that can be performed on the database using the queries of MongoDB. In this article…