Trending questions in Edureka Community

0 votes
0 answers

How to find all latest java files.

I need all the latest java packages ...READ MORE

Dec 1, 2021 in Machine Learning by anonymous
• 120 points
529 views
0 votes
0 answers

Create first line code Django - What of Error of the IndentationError: expected an indented block?

import datetime from django.db import models from django.utils import ...READ MORE

Dec 10, 2021 in Python by Warlen

edited Mar 4 129 views
0 votes
0 answers
0 votes
5 answers

What is the default Jenkins password?

Change the shell to /bin/bash instead of bin/false ...READ MORE

Apr 23, 2019 in Jenkins by Vinod
47,021 views
0 votes
1 answer

ImportError: No module named boto3

Hi@akhtar, I think boto3 module is missing from ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
25,577 views
0 votes
0 answers

WARNING: Use of this script to execute namenode is deprecated. WARNING:

am getting the following errot when i ...READ MORE

Nov 10, 2021 in Big Data Hadoop by anonymous
• 140 points
1,394 views
0 votes
0 answers

My secret game will not print out "you win" only "You lose", I can't figure out what I am doing wrong?

secret_word = "giraffe" guess = "" guess_count = 0 guess_limit ...READ MORE

Dec 9, 2021 in Python by Confused

edited Mar 4 142 views
0 votes
0 answers

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasAuthentication

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/HasAuthentication at java.base/java.lang.ClassLoader.defineClass1(Native ...READ MORE

Oct 22, 2021 in Java by anonymous
• 120 points
2,153 views
0 votes
0 answers

hadoop namenode ~format

When i type  hadoop namenode ~format WARNING: Use ...READ MORE

Nov 10, 2021 in Big Data Hadoop by anonymous
• 140 points
1,332 views
0 votes
5 answers

What is AI Engineer's roles and responsibilities?

The key responsibilities of an AI Engineer ...READ MORE

Jun 19, 2024 in Career Counselling by anonymous
3,841 views
0 votes
0 answers

Debian RPi stuck installing remoteit

On my RPi 4B, I started installing ...READ MORE

Dec 8, 2021 in Ask us Anything! by Bob

edited Mar 4 123 views
0 votes
0 answers

i keep on having this problem, can you help?

READ MORE

Nov 23, 2021 in Cyber Security & Ethical Hacking by anonymous
• 120 points
738 views
0 votes
0 answers

MQTT subscribe message

Hello, this is my code where i ...READ MORE

Dec 9, 2021 in Python by Shiri

edited Mar 4 81 views
0 votes
0 answers
0 votes
0 answers

How is DevOps different from agile methodology?

Nov 23, 2021 in DevOps & Agile by Rahul
• 2,120 points
723 views
0 votes
1 answer

How to Get Currently Selected Tab Index In jQuery UI Tabs?

Hello @kartik, If you need to get the ...READ MORE

Sep 10, 2020 in JQuery by Niroj
• 82,800 points
19,623 views
0 votes
1 answer

How to use Postman for Laravel $_POST request?

Hello @kartik, 1.You can create a new route ...READ MORE

Dec 1, 2020 in Laravel by Niroj
• 82,800 points
16,048 views
0 votes
1 answer

What does AF_INET mean?

AF stands for Address Family. INET means Internet ...READ MORE

Aug 24, 2023 in Python by Albert

edited Mar 5 5,671 views
0 votes
1 answer

How to stash untracked files of the current working directory in Git?

Hi@akhtar, In order to stash untracked files, add ...READ MORE

Nov 20, 2020 in Git & GitHub by MD
• 95,460 points
16,510 views
0 votes
0 answers

What is DevOps?

What is DevOps? READ MORE

Nov 18, 2021 in DevOps & Agile by Dhruv
• 120 points
854 views
0 votes
1 answer

Error:Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'

Hello @kartik, your laravel connexion (config / database.php) ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,800 points
15,926 views
0 votes
0 answers

how to compare two strings in java?

how to compare two strings in java? READ MORE

Nov 16, 2021 in Java by Naresh
• 210 points
898 views
0 votes
0 answers
0 votes
0 answers

Complete the function diff, do not modify the rest.

def diff(a,b):     # end function print(" *** ...READ MORE

Nov 22, 2021 in Python by anonymous
• 120 points
625 views
0 votes
0 answers

get unique distinct items based on a condition and a date condition

hi could you help me sorry my ...READ MORE

Nov 23, 2021 in Others by adolpo
• 120 points
535 views
0 votes
3 answers

Count the number occurrences of a character in a string

The string count() method returns the number of occurrences of ...READ MORE

Dec 28, 2020 in Python by Carlos
14,656 views
0 votes
1 answer

Unable to create a project in django.

If you run "python -m django --version" ...READ MORE

Nov 10, 2022 in Python by anonymous

edited Mar 5 967 views
0 votes
0 answers

org.openqa.selenium.ElementClickInterceptedException Selenium WebDriver Java

Hello, My execution does clicks on webelement as ...READ MORE

Jul 21, 2020 in Selenium by sainiranjan
• 120 points
13,288 views
+6 votes
21 answers

Is AI and Automation going to overpower humans?

AI and Automation are there because we ...READ MORE

Jul 3, 2018 in Career Counselling by bug_seeker
• 15,510 points
5,914 views
0 votes
0 answers
0 votes
1 answer

Testing question and answer

Testing question and answer. READ MORE

Nov 16, 2021 in Java by anonymous
• 300 points
737 views
0 votes
0 answers

How to connect DimDate table to fact and dimensional tables?

Hi, I have fact table,Dim project , Dim ...READ MORE

Nov 20, 2021 in Power BI by asheni
• 120 points
598 views
0 votes
0 answers

What skills does a Data Scientist need?

Could someone tell me what skills does ...READ MORE

Nov 30, 2021 in Others by Edureka
• 140 points

edited Mar 4 130 views
0 votes
0 answers

Getting no such element found exception in seleniumc#

I want to get the control for ...READ MORE

Nov 29, 2021 in Others by maria

edited Mar 4 149 views
0 votes
0 answers

ValueError: not enough values to unpack (expected 3, got 1) in below code

import cv2 import numpy as np img=cv2.imread ("C:\\Users\\20pa1\\Downloads\\pawan_kalyan_teenmar_movie_stills06.jpg" , ...READ MORE

Nov 28, 2021 in Python by Edureka

edited Mar 4 167 views
+1 vote
1 answer

How to check if a string is null in python

I want to check if any NULL ...READ MORE

Mar 9, 2022 in Python by satish

edited Mar 5 23,696 views
0 votes
0 answers

Python define problem

Hi this is my coding so far, ...READ MORE

Nov 30, 2021 in Python by Mattias

edited Mar 4 99 views
0 votes
0 answers

how to find lenght of string in java ?

java READ MORE

Nov 12, 2021 in Java by anonymous
• 210 points
793 views
0 votes
1 answer

what is the full form of APSI in agile metrics ?

Agile Product Schedule Index READ MORE

Mar 18, 2021 in DevOps & Agile by Random

edited Mar 5 13,868 views
0 votes
0 answers
0 votes
1 answer

How to use for loop in Flutter?

Hi@akhtar, As the name suggests Dart for in ...READ MORE

Sep 3, 2020 in Others by MD
• 95,460 points
19,503 views
0 votes
0 answers

why can't i go to dev directory

root@localhost:/dev# ls ls: cannot open directory '.': Permission ...READ MORE

Nov 12, 2021 in Linux Administration by anonymous
• 120 points
703 views
0 votes
1 answer

How to stop node.js program from command line?

Hello @kartik, Ctrl+Z suspends it, which means it can ...READ MORE

Jul 15, 2020 in Node-js by Niroj
• 82,800 points
21,608 views
0 votes
1 answer

How to Find User in Laravel by Username?

Hello, using the model. just like this User::where('username','John') -> ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,800 points
15,471 views
0 votes
1 answer

How to remove an existing job from one view in Jenkins?

Hi@akhtar, You can remove or add jobs in ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,460 points
15,245 views
0 votes
1 answer

I am trying to install PIL module But I end up with an error :

Hi@Nishant, You can use PILLOW instead of PIL. $ ...READ MORE

Apr 6, 2020 in Python by MD
• 95,460 points
25,862 views
+1 vote
1 answer

tensorflow is installed but theres an error while importing

Hi@Christlan, This problem is related to version. Follow ...READ MORE

Dec 22, 2020 in Python by MD
• 95,460 points
14,602 views
0 votes
1 answer

Input() error - NameError: name '…' is not defined

Hello @kartik, You should use raw_input if you are ...READ MORE

May 5, 2020 in Python by Niroj
• 82,800 points
24,575 views
0 votes
3 answers

What are the applications of artificial neural networks?

Artificial neural network is a computational model ...READ MORE

Mar 2, 2019 in Others by SA
• 1,090 points
3,194 views