Trending questions in Edureka Community

0 votes
1 answer

How to get params from a URL in Angular?

Hello @kartik, To use params simply append them ...READ MORE

Oct 8, 2020 in Java-Script by Niroj
• 82,800 points
11,395 views
0 votes
1 answer

How to add multiple columns to pandas dataframe in one assignment?

Hello @kartik, You could use assign with a dict of ...READ MORE

Jun 15, 2020 in Python by Niroj
• 82,800 points
16,343 views
0 votes
0 answers

ERROR: for eb97c8f5425c_orderer3.example.com a bytes-like object is required, not 'str'

getting this error when run "docker-compose up ...READ MORE

Jun 27, 2021 in Blockchain by Melisha

edited Mar 4 101 views
0 votes
2 answers

Does DevOps need programming knowledge? If yes, then which language I should learn as a beginner?

Python This programming language came into the picture ...READ MORE

Oct 8, 2020 in Career Counselling by Gitika
• 65,730 points
11,330 views
0 votes
1 answer

How to validate Route Parameters in Laravel?

Hello @kartik, The issue is route parameters aren't ...READ MORE

Sep 25, 2020 in Laravel by Niroj
• 82,800 points
11,902 views
0 votes
1 answer

What is the purpose of shuffling and sorting phase in the reducer in Map Reduce?

Hi@akhtar, Shuffle phase in Hadoop transfers the map output from ...READ MORE

Dec 20, 2020 in Big Data Hadoop by MD
• 95,460 points
8,193 views
0 votes
0 answers

How to check an IP address is within a range of two IPs in Python?

I have an IP address and I'm ...READ MORE

Jun 26, 2021 in Python by Izahaak

edited Mar 4 126 views
0 votes
1 answer

How to compare two files using Ansible?

Hi@akhtar, You can use the copy module in ...READ MORE

Sep 17, 2020 in Ansible by MD
• 95,460 points
12,230 views
0 votes
1 answer

ERROR 1227 (42000): Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation.

Hi, You can follow some steps to remove ...READ MORE

Jun 19, 2019 in Big Data Hadoop by Gitika
• 65,730 points
31,925 views
0 votes
0 answers

i need help laravel 8

I have a big problem and I ...READ MORE

Jun 26, 2021 in PHP by Hunt

edited Mar 4 115 views
+1 vote
0 answers

webdriverio vs cypress how to choose

webdriverio vs cypress how to choose READ MORE

Jun 7, 2021 in Software Testing by Sri
• 3,190 points
900 views
0 votes
0 answers

I want to raise the value by 500 of existing column (of annual income) in python

I'm trying to model a ubi on ...READ MORE

Jun 25, 2021 in Python by Lee

edited Mar 4 95 views
0 votes
0 answers

'tuple' object is not callable

mass=int(input("Enter mass:")) change=int(input('enter the change in temperature:')) specific_heat=4184 cal=mass*specific_heat*change print("Your total ...READ MORE

Jun 25, 2021 in Python by Sukesh

edited Mar 4 109 views
0 votes
0 answers

How to enable 'preserve logs' in chrome(remote browser) using selenium ?

I have tried to enable 'preserve logs' ...READ MORE

Jun 24, 2021 in Selenium by anonymous

edited Mar 4 137 views
+1 vote
1 answer

How to create a file and save it to a model's FileField in Django?

Hello @kartik, Basically, a field declared as a FileField, ...READ MORE

Jun 30, 2020 in Python by Niroj
• 82,800 points
15,540 views
0 votes
1 answer

How to configure XAMPP to send mail from localhost?

Hello @kartik, You can send mail from localhost ...READ MORE

Sep 14, 2020 in PHP by Niroj
• 82,800 points
12,331 views
0 votes
1 answer

fedora Image is booted and active, but what is the username and password to login to the terminal in OpenStack?

You need to create a keypair in ...READ MORE

Jan 25, 2022 in OpenStack by Chu

edited Mar 5 5,207 views
0 votes
1 answer

How to execute commands on AWS Instance using Boto3?

Hi@akhtar, Boto represents an Amazon Web Services (AWS) ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,460 points
11,276 views
0 votes
0 answers

How to choose right course and start IT career having 4years gap after B.Tech?

Hi, I am Sasmita. I have done B.Tech ...READ MORE

Jun 23, 2021 in Ask us Anything! by sasmita

edited Mar 4 124 views
+2 votes
1 answer

error: no configuration has been provided, try setting KUBERNETES_MASTER environment variable

Hi@akhtar, When you try to connect your kubernetes ...READ MORE

May 19, 2020 in Kubernetes by MD
• 95,460 points
17,283 views
0 votes
1 answer

How to Build Resume?

I really enjoyed reading this post enough ...READ MORE

Dec 31, 2020 in Ask us Anything! by BihresellerResellerHosting
• 120 points

edited Dec 31, 2020 by MD 7,598 views
0 votes
1 answer

ModuleNotFoundError: No module named 'sqlalchemy'

Hi@akhtar, You need to install sqlalchemy module in your condo ...READ MORE

Jun 26, 2020 in Python by MD
• 95,460 points
15,676 views
0 votes
0 answers

DEVOPS + AWS + LINUX how much starting package will i get.

I am confused which path should I ...READ MORE

Jun 22, 2021 in Linux Administration by Mr.Y

edited Mar 4 114 views
0 votes
0 answers

The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

I couldn't figure out the problem. here my ...READ MORE

Dec 17, 2020 in Python by muammer
• 120 points
8,185 views
0 votes
1 answer

How to remove all special characters from a string?

Hello @kartik, This should do what you're looking ...READ MORE

Sep 17, 2020 in PHP by Niroj
• 82,800 points
12,075 views
0 votes
2 answers

Python error “ImportError: No module named”

use the dir() function for particular import ...READ MORE

Jun 6, 2020 in Python by sahil
• 500 points
16,498 views
0 votes
1 answer

Error:“CSRF token missing or incorrect” while post parameter via AJAX in Django

Hello @kartik, The simplest way to include the {{csrf_token}} value ...READ MORE

Aug 13, 2020 in Python by Niroj
• 82,800 points
13,572 views
0 votes
0 answers

"Turtle object has no attribute title"

import turtle screen = turtle.Turtle() screen.title("First Turtle by Rubayet") ...READ MORE

Jun 20, 2021 in Python by Rubayet

edited Mar 4 123 views
0 votes
1 answer

How to pass arguments to addEventListener listener function?

Try this: const someInput = document.querySelector('button'); someInput.addEventListener('click', myFunc, false); someInput.myParam ...READ MORE

Sep 23, 2020 in Java-Script by Niroj
• 82,800 points
11,758 views
0 votes
0 answers

devops engineer comes under which role

while creating a naukri profile it was ...READ MORE

Jun 19, 2021 in DevOps & Agile by vishnu

edited Mar 4 112 views
0 votes
1 answer

How to skip execution of a task in ansible playbook ??

Define tags...  Then while running playbook use --skip-tags. READ MORE

Sep 30, 2020 in Ansible by Adil
11,368 views
0 votes
0 answers

MYSQL CONNECTOR ISSUE

I AM TRYING TO CONNECT MYSQL(8.0) AND ...READ MORE

Jun 19, 2021 in Python by anonymous

edited Mar 4 90 views
0 votes
0 answers

string is upper case and do not use | symbol in a string and replace with the Space

Text ------ Ajithehksiwmea|jue789|8jmlfd How to write dax cal? READ MORE

Jun 18, 2021 in Power BI by anonymous
• 390 points

edited Mar 4 116 views
0 votes
1 answer

How to copy multiple files to remote system using Ansible Playbook?

Hi@akhtar, You can use the copy module in ...READ MORE

Sep 16, 2020 in Ansible by MD
• 95,460 points
11,915 views
0 votes
0 answers

Is it possible to scrape website using anti-bot?

Hi, I am using python-selenium to scrape ...READ MORE

Jun 17, 2021 in Selenium by Dharmendra

edited Mar 4 118 views
0 votes
0 answers

NameError: name '_train' is not defined

Mar 30, 2020 in Machine Learning by anonymous
• 120 points
3,389 views
0 votes
0 answers

Im confused about this error in python

When i type this def books_available(books):     """Show ...READ MORE

Jun 17, 2021 in Python by robert

edited Mar 4 109 views
0 votes
2 answers

How can I write code to find a palindrome in python without using string functions?

x="malayalam" y="" for i in x: ...READ MORE

Nov 3, 2020 in Python by Thangaraj
23,956 views
0 votes
0 answers

How can I fetch the data of one table by joining the other tables in django?

Need help in making a query, i ...READ MORE

Jun 17, 2021 in Python by anonymous

edited Mar 4 105 views
0 votes
0 answers

KNN on breast cancer

Hi, I am performing a KNN classifier ...READ MORE

Jun 16, 2021 in Machine Learning by anonymous

edited Mar 4 121 views
0 votes
0 answers

classification report

Hi, I execute the decision tree algorithm ...READ MORE

Jun 16, 2021 in Machine Learning by anonymous

edited Mar 4 98 views
+1 vote
5 answers

Tkinter error: tkinter.TclError: bad geometry specifier

You have to use the character ‘x’ ...READ MORE

May 9, 2019 in Python by Tina
20,504 views
0 votes
1 answer
0 votes
1 answer

Error:Laravel Migration table already exists but i want to add new not the older

Hello @kartik, You need to run php artisan migrate:rollback if ...READ MORE

Aug 11, 2020 in Laravel by Niroj
• 82,800 points
13,384 views
0 votes
1 answer

How to run a playbook from a specific task in Ansible?

Hi@akhtar, The --start-at-task option allows you to start ...READ MORE

Sep 15, 2020 in Ansible by MD
• 95,460 points
11,871 views
0 votes
0 answers

jenkins status green checkmark

Why do I see green check mark ...READ MORE

Jun 15, 2021 in Others by Sabyasachi

edited Mar 4 107 views
+1 vote
0 answers

How can i start my AWS - glue job from my java application

i want to start and stop my ...READ MORE

Jul 15, 2019 in AWS by Dhanesh
1,653 views
0 votes
1 answer

How to create a user in Django?

Hello @kartik, The correct way to create a ...READ MORE

Aug 17, 2020 in Python by Niroj
• 82,800 points
13,096 views
0 votes
1 answer

How to read data from a file in Terraform?

Hi@akhtar, You can use the file function in Terraform. This file function ...READ MORE

Jul 27, 2020 in Terraform by MD
• 95,460 points
13,971 views