Trending questions in Edureka Community

+1 vote
0 answers

ValueError: operands could not be broadcast together with shapes (3,) (1000,)

This is the part of my code, why ...READ MORE

May 17, 2020 in Python by anonymous
• 220 points

edited May 18, 2020 by Gitika 6,247 views
0 votes
1 answer

When should the Project Manager be appointed?

There is a best practice that has ...READ MORE

Aug 26, 2020 in PMP by David Samon
1,883 views
0 votes
0 answers

How the safe Data(Plain Text) from Python Request to CSV

Hello I'm new at python and trying to ...READ MORE

Sep 2, 2020 in Python by SleeperSimulant
• 120 points
1,615 views
0 votes
1 answer

Why did you opt for CAPM certification?

I got my CAPM because I don't ...READ MORE

Sep 15, 2020 in PMP by Mathew
1,013 views
0 votes
1 answer
0 votes
0 answers

Presentation and recording of webinar

I want the recording and presentation of ...READ MORE

Sep 20, 2020 in Ask us Anything! by Rishav
• 120 points
866 views
0 votes
2 answers

What do you do when you join a company as a Project Manager and there is a shortage of projects to run?

Improve Project Management processes / best practices ...READ MORE

Sep 11, 2020 in PMP by Thilo Whack
1,144 views
0 votes
1 answer

How to create toolbar searchview in Flutter?

Hi@akhtar, You can create an Icon in your ...READ MORE

Sep 14, 2020 in Others by MD
• 95,460 points
1,045 views
0 votes
1 answer

How to add custom javascript to WordPress Admin?

Hello, Use the admin_enqueue_scripts action and the wp_enqueue_script method to add custom ...READ MORE

May 8, 2020 in PHP by Niroj
• 82,840 points
6,623 views
0 votes
1 answer

Is there any way to load an extension in chrome browser using Selenium Webdriver?

Hey Harsha, you can load an extension ...READ MORE

Jun 4, 2019 in Selenium by Rishabh
21,299 views
+1 vote
4 answers

What are the requirements to become a Computer Scientist at ISRO?

Hi Kamlesh, the basic qualification to become ...READ MORE

Sep 9, 2019 in Career Counselling by Abha
• 28,140 points
16,975 views
0 votes
1 answer

AttributeError: module 'tensorflow' has no attribute 'placeholder'

Hi@akhtar, In Tensorflow 2.0, there is no placeholder. ...READ MORE

Jul 13, 2020 in Machine Learning by MD
• 95,460 points
3,765 views
0 votes
1 answer

How can you disable scroll bars in the jQuery UI dialog box?

Hello @kartik, I solved the problem like this: .dialog({ ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,840 points
5,700 views
+1 vote
1 answer

How to convert a PIL Image into a numpy array?

Hello @kartik, You just need to convert your ...READ MORE

Jun 22, 2020 in Python by Niroj
• 82,840 points
4,624 views
0 votes
1 answer

How to send HTTP response code?

Hello @kartik, you can use http_response_code() for get and set ...READ MORE

Sep 14, 2020 in PHP by Niroj
• 82,840 points
1,022 views
+1 vote
0 answers

I am trying to perform data driven testing in TestNG. But I am getting error?

I am trying to perform data driven ...READ MORE

Sep 6, 2020 in Selenium by akshay
• 130 points
1,396 views
0 votes
2 answers

Get key by value in dictionary

I have slightly modified your program to ...READ MORE

Nov 25, 2021 in Python by Python Coder
1,068 views
0 votes
1 answer

Terraform output: Error: module “rds”: “monitoring_role_arn” is not a valid argument

Hi@mgb, I have checked the document. You are ...READ MORE

Sep 3, 2020 in Terraform by MD
• 95,460 points
1,500 views
0 votes
1 answer

How to solve this warning? The constructor ChromeDriver(capabilities) is deprecated.

Since ChromeDriver(service, capabilities) is deprecated now as well, you ...READ MORE

Jun 8, 2020 in Selenium by Kim
5,283 views
0 votes
1 answer

How to set JDK in Eclipse?

To manage the list of compilers go ...READ MORE

Jan 3, 2019 in Java by Daisy
• 8,140 points
27,800 views
0 votes
1 answer

Can I use Ryzen core laptops for hacking??

Hey, @Arun, I cannot assure you on Ryzen ...READ MORE

Sep 14, 2020 in Cyber Security & Ethical Hacking by Gitika
• 65,770 points

edited Oct 6, 2021 by Sarfaraz 1,008 views
0 votes
1 answer

Urgently Want dataset

Hi, @Amit, Regarding your query on Datasets on (merchant ...READ MORE

Sep 21, 2020 in Big Data Hadoop by Gitika
• 65,770 points
781 views
0 votes
1 answer

How to authenticate with the correct account in GCP from Command Line?

Hi@akhtar, You can check your accounts from the ...READ MORE

Sep 24, 2020 in GCP by MD
• 95,460 points
597 views
+2 votes
1 answer

How to get authentication credentials of GKE Cluster from command line?

Hi@akhtar, After creating your cluster, you need to ...READ MORE

Aug 25, 2020 in GCP by MD
• 95,460 points
1,815 views
0 votes
1 answer

How to programmatically send a 404 response with Express/Node?

Hello @kartik, The method is: res.sendStatus(404); Express will send a ...READ MORE

Jul 16, 2020 in Node-js by Niroj
• 82,840 points
3,595 views
0 votes
1 answer

FAILED! => {"changed": false, "msg": "Parameter 'description' is required."}

Hi@akhtar, You got this error because you did ...READ MORE

Aug 7, 2020 in Ansible by MD
• 95,460 points
2,634 views
0 votes
1 answer

How to Intercept call to the back button in my AJAX application?

Hello @kartik, It is very easy toi disable ...READ MORE

Jun 18, 2020 in Java-Script by Niroj
• 82,840 points
4,806 views
0 votes
1 answer

How to refresh a jQuery UI Slider after setting min or max values?

Hello @kartik, You should try doing something like ...READ MORE

May 30, 2020 in JQuery by Niroj
• 82,840 points
5,653 views
–1 vote
2 answers

Set up the necessary tools such as git, chromedriver(selenium), chromium browser(selenium) on the slave node through Ansible

- hosts: all vars : ...READ MORE

Dec 31, 2020 in Ansible by Onkar
• 140 points

edited Dec 31, 2020 by MD 3,404 views
0 votes
1 answer

How to format a Hadoop Master Node?

Hi@akhtar, To start the Hadoop NameNode, you need ...READ MORE

Sep 21, 2020 in Big Data Hadoop by MD
• 95,460 points
719 views
0 votes
1 answer

How can I enable CORS on Django REST Framework?

Hello @kartik, Take the following steps to enable ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,840 points
4,269 views
0 votes
1 answer

How to clone all remote branches in Git?

Hi@akhtar, You can use the git clone command ...READ MORE

Sep 4, 2020 in Git & GitHub by MD
• 95,460 points
1,421 views
0 votes
0 answers

Guys i need help. I converted my php pure code to laravel but it seems a problem

This is pure code : public function getComments() ...READ MORE

Sep 17, 2020 in Web Development by Hawati
• 120 points

edited Sep 18, 2020 by Gitika 896 views
0 votes
1 answer

How to use an existing database with an Android application?

Hello @kartik, If you are having pre built ...READ MORE

Jul 28, 2020 in Java by Niroj
• 82,840 points
3,058 views
0 votes
1 answer

Can anyone help me with integrating my Jenkins(running in the local machine)with a Github project?

You can do the config in the ...READ MORE

Sep 21, 2020 in Jenkins by Karthish Krishna
681 views
0 votes
1 answer

Create a project in GCP using Terraform.

Hi@akhtar, Terraform has a resource named google_project. This ...READ MORE

Sep 13, 2020 in Terraform by MD
• 95,460 points
1,026 views
0 votes
1 answer

How to describe production in project management?

Production is the end state for project ...READ MORE

Aug 11, 2020 in PMP by Richa sharma
2,440 views
0 votes
1 answer

Python error "UnboundLocalError: local variable 'x' referenced before assignment"

You get this error because when you ...READ MORE

Jul 24, 2019 in Python by Greg
19,023 views
0 votes
1 answer

Lean Six Sigma Certification

Lean and Six Sigma are both excellent ...READ MORE

Sep 15, 2020 in PMP by Mathew
929 views
0 votes
1 answer

how to create a password in python 1 alphabet 1 digit 1character

You can make use of this:  ^(?=.*[a-zA-Z])(?=.*\d)(?=.*[!@#$%^&*()_+])[A-Za-z\d][A-Za-z\d!@#$%^&*()_+]{7,19}$ [A-Za-z\d] Ensures that ...READ MORE

Sep 18, 2020 in Python by Roshni
• 10,480 points
811 views
0 votes
1 answer

Error:MySQL Update Inner Join tables query

Hello @kartik, Try this: UPDATE business AS b INNER JOIN ...READ MORE

Aug 19, 2020 in PHP by Niroj
• 82,840 points
2,110 views
0 votes
1 answer

If any etherium smart contract source code is not verified

To remove the “unverified” label, the human ...READ MORE

May 12, 2020 in Blockchain by Vikas Blockchained
6,370 views
0 votes
1 answer

Where I am doing wrong?

Hello @Sana, Lines 3, 6-8 look very sketchy.Here ...READ MORE

Sep 7, 2020 in Python by Niroj
• 82,840 points
1,314 views
0 votes
0 answers

Cadvisor container root partition monitoring when using overlay2 with size limits

I am trying to monitoring root partitions ...READ MORE

Sep 10, 2020 in Docker by anghelutar
• 120 points
1,200 views
0 votes
1 answer

How to use ListTile class in Flutter App?

Hi@akhtar, A list tile contains one to three ...READ MORE

Aug 26, 2020 in Others by MD
• 95,460 points
1,772 views
0 votes
1 answer

Error: unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING

Hello @kartik, Make sure they are running Latest ...READ MORE

May 8, 2020 in PHP by Niroj
• 82,840 points
6,524 views
0 votes
1 answer

In Django Admin how do I disable the Delete link?

Hello @kartik, Simple you can use this code: class ...READ MORE

Aug 13, 2020 in Python by Niroj
• 82,840 points
2,333 views
0 votes
1 answer

How to remove minishift cluster from the windows system?

Hi@akhtar, It is possible that Minishift config contains ...READ MORE

Aug 18, 2020 in DevOps Tools by MD
• 95,460 points
2,116 views
0 votes
1 answer

How do I set custom HTML attributes in django forms?

Hello @kartik, You can change the widget on ...READ MORE

Jul 29, 2020 in Python by Niroj
• 82,840 points
2,971 views