Trending questions in Edureka Community

0 votes
1 answer

How do I upgrade my pycharm from python 2.7 to python 3?

Install Python 3.7(latest version) from the following ...READ MORE

Aug 5, 2019 in Python by Varsha
34,898 views
0 votes
0 answers

how can I deploy a test in pytest framework to airflow using DAG?

I have established an automative testing framework ...READ MORE

Oct 4, 2021 in Others by Yuan
• 120 points
748 views
0 votes
0 answers

Publish a cube for a week's value

Hello everyone, I have a cube that ...READ MORE

Oct 9, 2021 in MicroStrategy by anonymous
• 120 points
546 views
+2 votes
3 answers

How can I play an audio file in the background using Python?

down voteacceptedFor windows: you could use  winsound.SND_ASYNC to play them ...READ MORE

Apr 4, 2018 in Python by charlie_brown
• 7,720 points
13,874 views
0 votes
0 answers

trying to execute python wordcount program but command stuck

HI  I am learning Hadoop, I have tried ...READ MORE

Oct 10, 2021 in Big Data Hadoop by Yogeshwar
• 120 points
463 views
0 votes
2 answers

TestNG error:- Cannot find class in classpath

The above link didn't work it means ...READ MORE

Feb 12, 2020 in Selenium by Rashmi Reddy PR
41,490 views
0 votes
1 answer

How to run a .java file from command line passing arguments in Maven?

Hello @kartik, You could run: mvn exec:exec -Dexec.args="arg1". This will ...READ MORE

Jun 3, 2020 in Java by Niroj
• 82,840 points
21,757 views
0 votes
0 answers

i'm not able to install numpy,time packges in phy charm

Oct 8, 2021 in Python by Sampath
• 120 points
547 views
0 votes
1 answer

fatal: unable to access 'https://github.com/user/maven-productweb.git/': Failed to connect to github.com port 443: No route to host

Hi@akhtar, You may get this error if your ...READ MORE

Jun 3, 2020 in Git & GitHub by MD
• 95,460 points
21,718 views
0 votes
1 answer

Error: there is no need to specify a resource type as a separate argument when passing arguments in resource/name form

Hi, You don't need to pass any argument ...READ MORE

Oct 6, 2020 in Kubernetes by MD
• 95,460 points
16,296 views
0 votes
9 answers

Is there any way to check which Hadoop daemons are running?

use jps command, It will show all the running ...READ MORE

Dec 27, 2018 in Big Data Hadoop by Rakesh
• 160 points
47,323 views
0 votes
0 answers

Class Type in Python

I know that type() function is used ...READ MORE

Oct 7, 2021 in Python by Brijesh
• 120 points
507 views
0 votes
1 answer

How to select count with Laravel's fluent query builder?

Hello @kartik, You can use an array in ...READ MORE

Sep 11, 2020 in Laravel by Niroj
• 82,840 points
17,300 views
0 votes
2 answers

How do I check if a variable exists in python?

Python doesn’t have a specific function to ...READ MORE

Dec 28, 2020 in Python by Carlos
12,539 views
0 votes
3 answers

What are the skills and experience needed to become an AI Engineer?

Major skills like Programming Languages, Machine Learning ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
1,486 views
+1 vote
1 answer

How do I pass JavaScript variables to PHP?

Hello @kartik, You cannot pass variable values from ...READ MORE

Jul 6, 2020 in Java-Script by Niroj
• 82,840 points
20,024 views
0 votes
1 answer

How to get the base domain/url in php?

Hello @kartik, Use SERVER_NAME. echo $_SERVER['SERVER_NAME'] ...READ MORE

Nov 3, 2020 in PHP by Niroj
• 82,840 points
14,852 views
+2 votes
1 answer

AWS ec2 instance "no supported authentication methods available(server sent: publickey,gssapi-keyex,gssapi-with-mic)"

I had the same issue, there could ...READ MORE

Sep 16, 2021 in AWS by marc

edited Mar 5 17,804 views
+1 vote
1 answer

bash: aws: command not found...

sudo amazon-linux-extras install ansible2 READ MORE

May 29, 2021 in AWS by ganesh

edited Mar 5 14,325 views
0 votes
1 answer

Failed to import the required Python library (Docker SDK for Python: docker (Python >= 2.7) or docker-py (Python 2.6))

Hi@akhtar, You may get this error if the ...READ MORE

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

Error: The requested URL /login was not found on this server. Apache (Ubuntu) Server at mydomain.com Port 80

Hello @kartik,  your directory path is wrong. You ...READ MORE

Nov 12, 2020 in Laravel by Niroj
• 82,840 points
14,332 views
0 votes
1 answer

How to read binary files byte by byte in Node.js?

Hello, Here is an example of fs.read()-ing the first ...READ MORE

Nov 27, 2020 in Node-js by Niroj
• 82,840 points
13,659 views
+1 vote
2 answers

Retrieve all the implementations of an interface in Java

Take a look to this example: https://github.com/burningwave/co ...READ MORE

Dec 21, 2019 in Java by Roberto
• 460 points

edited Jul 7, 2020 by Roberto 39,503 views
0 votes
1 answer

How to convert a Integer to Text value in Power BI?

Make sure you have the correct format ...READ MORE

Dec 8, 2020 in Power BI by Gitika
• 65,770 points
13,172 views
0 votes
0 answers

How can I solve it? TypeError: unsupported operand type(s) for /: 'float' and 'list'

I am trying to calculate numerical integration ...READ MORE

Nov 17, 2020 in Python by asimsek
• 120 points
14,139 views
+2 votes
7 answers

What are the responsibilities of Blockchain Consultant?

Tamir Zoltovski (Managing Partner at Moneta International ...READ MORE

Aug 31, 2019 in Career Counselling by TamirZoltovski
• 180 points
5,993 views
0 votes
0 answers

IndentationError: expected an indented block in phyton

Hi I i keep getting that error ...READ MORE

Sep 30, 2021 in Python by anonymous
• 120 points
434 views
0 votes
1 answer

How to validate an input field if value is not null in Laravel?

Hello @kartik, try using nullable as a rule 'password' ...READ MORE

Sep 25, 2020 in Laravel by Niroj
• 82,840 points
16,324 views
0 votes
1 answer

You have to print the cheapest item using the dictionary key and values

Hi #take inpput here import ast import operator input_str = ...READ MORE

Jul 25, 2022 in Python by anonymous

edited Mar 5 3,878 views
0 votes
1 answer

java.lang.RuntimeException: can not run elasticsearch as root

Hi@akhtar, ElasticSearch will not require root privilege to ...READ MORE

Jun 19, 2020 in ELK Stack by MD
• 95,460 points
20,566 views
+1 vote
5 answers

What are the skill set required for becoming an AWS Developer?

This skills are required to become AWS ...READ MORE

Jun 3, 2021 in Career Counselling by snehalharshe
• 140 points
24,600 views
0 votes
1 answer

ERROR! Attempting to decrypt but no vault secrets found

Hi@akhtar, As you are using a vault in ...READ MORE

Aug 11, 2020 in Ansible by MD
• 95,460 points
18,170 views
0 votes
1 answer

How to use an include with attributes with sequelize?

Hello @kartik, Something like this should work foo.findAll({ ...READ MORE

Oct 13, 2020 in Node-js by Niroj
• 82,840 points
15,440 views
0 votes
1 answer

How to create transaction in GnuCash in response to an email?

uhMqejOCFAKy READ MORE

Sep 5, 2024 in Python by pDFjfOneKmLRd

edited Mar 6 1,204 views
0 votes
2 answers

Check that the element is clickable or not in Selenium WebDriver

Hi , you want to know only is ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
34,688 views
0 votes
1 answer

Error:Failed to load resource: net::ERR_FILE_NOT_FOUND loading json.js

Hii @kartik,  got the same error using: <link rel="stylesheet" ...READ MORE

Jun 19, 2020 in Java-Script by Niroj
• 82,840 points
20,347 views
0 votes
1 answer

How to select year and month from the created_at attributes of database table in laravel 5.1?

Hello @kartik, There are date helpers available in ...READ MORE

Sep 30, 2020 in Laravel by Niroj
• 82,840 points
15,895 views
0 votes
0 answers

Data Science Training in Mumbai

I want the best institute regarding Data ...READ MORE

Oct 4, 2021 in Data Analytics by richamalhotra
• 100 points

edited Mar 4 21 views
+1 vote
1 answer

Does edureka provide placement assistance ?

No they won't provide any placement . ...READ MORE

Jul 28, 2022 in Career Counselling by Pradeep

edited Mar 5 8,138 views
0 votes
1 answer

Why does changing one list, change another - Python

I think Kanika answered this one well, ...READ MORE

Jul 16, 2023 in Python by Samuel

edited Mar 5 3,152 views
0 votes
1 answer

How to Insert a value to hidden input Laravel Blade?

Hello @kartik, Usually, this is used in Blade ...READ MORE

Dec 1, 2020 in Laravel by Niroj
• 82,840 points
13,128 views
0 votes
1 answer

What do ‘Record’, ‘Field’ and ‘Table’ mean in terms of a database?

Record is the collection of fields, possibly ...READ MORE

Oct 6, 2021 in Database by Adebayo fikayo

edited Mar 5 22,598 views
0 votes
1 answer

how to turn on and off kali linux on PC?

Hey, @Vatsal, "Reboot" is the correct answer. "Restart" ...READ MORE

Apr 21, 2020 in Cyber Security & Ethical Hacking by Gitika
• 65,770 points
22,793 views
0 votes
0 answers

if and else if and == and != questions

name = 'Shivank' name = 'Santhosh' name = 'Nisha' name ...READ MORE

Oct 1, 2021 in Python by Shivank

edited Mar 4 23 views
0 votes
0 answers

how do I stop email?

I keep recieving emails from this site, ...READ MORE

Oct 1, 2021 in Others by Edureka

edited Mar 4 24 views
0 votes
2 answers

How to recover lost private key of an EC2 instance?

I'm afraid it's not possible When you launch ...READ MORE

Sep 25, 2018 in AWS by Archana
• 4,170 points
22,701 views