Python Decorator
  • By Surbhi nahta
  • September 3, 2022
  • Python

Python Decorators A decorator means it takes functions first then add some extra functionality to the program and returns it. Python has interesting features called as decorators to add functionality…

FRAMEWORKS IN PYTHON
  • 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…

  • By Surbhi nahta
  • July 6, 2022
  • Python

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 
  • By Surbhi nahta
  • July 5, 2022
  • Python

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…

  • By Surbhi nahta
  • July 1, 2022
  • Python

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’]…

Math Module
  • By Surbhi nahta
  • June 8, 2022
  • Python

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…

  • By Surbhi nahta
  • June 7, 2022
  • Python

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…

  • By Surbhi nahta
  • May 26, 2022
  • Python

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…

  • By Surbhi nahta
  • May 11, 2022
  • Python

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 
  • By Surbhi nahta
  • April 6, 2022
  • Python

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…

  • By Surbhi nahta
  • March 26, 2022
  • Python

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…