Forum is an online discussion forum where youth or even the experienced professionals discuss their queries related to and get answers for their questions from other talented individuals. An online discussion can be started by asking questions, helping others with answers. The best part is that it is very simple and is free of cost.
What is the difference between deep and shallow copy? Explain.
What is the function we should use to create a 4 digit random unique number? Number should contain 4 digits and no digit should repeat twice.
i want to know how it works in exception handling and other uses
What is the tools used to make a windows application using python?
I would like to crop a png stored as a string. Can someone explain the logic
I felt using these statements are little but confusing. Need a good explanation
Can you please help me to write a code for deaf and dumb people that recognizes their actions and tells us what they are trying to say.
Replace values in cell at a1 2 to a1 9 in excel with pandas, python. ex: A B C D 1 2 2 3 replace number with 9 output should be A B C D 1 9 2 3
Any one have idea about bi histogram equivalization , if have please share
which center/company is best to learn and gain knowledge in real time project and get the proper training to place.
Hi, I am a beginner in python. I am trying to calculate an optimal control problem with gekko. For a bounded control one usually uses a Manipulated Variable (MV): m = m.MV([valu ...
if any explains the answers it's gd for us to get more knowledge
i want to know is thier any shortest way to open file so we can reduce time while opening file
I've seen so many programmers using set().what I understood was, it is a function to remove duplicates in a list? Is it true? If true, will set removes duplicates in dictonaries t ...
Working and declaring of the inheritance key words in python programme
Cam someone explain about map() and how to use this? What are the some good examples where we can use this function?
How it is useful in problem solving approach?How it can be helpful for us?
What is the difference between deep and shallow copy in Python programming Language?
I want to reverse a string without slicing it but only using reverse function. So how can I use reverse function to reverse a string?
I have done coding. I want to know how to generate the same question randomly. from random import randint import math import csv a = float(input('Please Enter the Width of a R ...