- By Surbhi nahta
- August 6, 2022
- Python
FRAMEWORKS IN PYTHON Python is a most loveable language for creating applications like web development, and application development due to its strong emphasis on the properties like consistency, readability, on…
FRAMEWORKS IN PYTHON Python is a most loveable language for creating applications like web development, and application development due to its strong emphasis on the properties like consistency, readability, on…
Streamlit Python Library Streamlit is an open-source Python library that makes it easy to produce and partake in beautiful, custom web apps for machine learning and data science. For streamlit…
Monkey Patching In Python - In python interview similar type of question asked. what's monkey patching? Monkey patching is a way this is used as stoutly in Python wherein you…
Python Data Type: List Python List: Python lists are one of the most important data types and have many functions which can work with any datatype. Eg. [‘python’, ’java’, ‘cpp’]…
What is math Module ? For mathematical operations like trigonometric operation, logarithmic operation, angle conversion, etc. python has a built-in standard module which is known as math module. You can…
Why one should learn Python? Python is one of the language which is growing and becoming popular every year. Python was created by Guido van Rossum in 1991. According to…
Mini strategy Tkinter GUI Alarm timekeeper - Python’s standard library is truly expansive, offering a wide range of installations. The library contains constructed-in modules ( written in C) that…
Data Structure in Python - Python has been used worldwide for different fields such as making websites, artificial Intelligence, Data analysis, Machine learning and much more. But to make all…
GUI Based Text translation in python Text restatement from one language to another is gradually getting common for colourful websites as they feed to an transnational followership. The python package…
Inheritance in Python - OOP concepts Inheritance in python is implemented in which one object acquires all the properties and behaviors of a parent object. It is a significant part…
Python – Variable and Global Variable - In the python variable and data type are the basic concepts. Before we start using the python language must know how to define…
COPYRIGHT © 2022 SevenMentor Pvt. Ltd | All Rights Reserved.