Trending questions in Edureka Community

0 votes
1 answer

ImportError: matplotlib requires dateutil"

Hi@akhtar, The dateutil module provides powerful extensions to the standard ...READ MORE

Apr 9, 2020 in Python by MD
• 95,460 points
2,944 views
0 votes
1 answer

Why don't self-closing script elements work?

Hello @kartik, That's because SCRIPT TAG is not ...READ MORE

Apr 23, 2020 in HTML by Niroj
• 82,840 points
2,326 views
0 votes
1 answer

What is the career growth as a PHP developer in India?

Hi @niroj, PHP is relevant and would be ...READ MORE

May 22, 2020 in Career Counselling by kartik
• 37,520 points
1,070 views
0 votes
0 answers

How do I fix this Set function in python?

I have the following code below I ...READ MORE

May 20, 2020 in Python by Olufemiodubote
• 120 points
1,221 views
0 votes
1 answer

What is meant by passing the variable by value and reference in PHP?

Hello, When the variable is passed as value ...READ MORE

Mar 27, 2020 in PHP by Niroj
• 82,840 points
3,492 views
0 votes
1 answer

Count No. of days based on 2 dimension

Hey, @Ravi, You can go through this to ...READ MORE

May 26, 2020 in Tableau by Gitika
• 65,770 points
940 views
0 votes
1 answer

How to rename a file using R?

I just found there are 2 functions file.rename() ...READ MORE

Oct 29, 2019 in Data Analytics by Cherukuri
• 33,050 points
10,662 views
0 votes
1 answer

Maven project is not generating TestNG results within the test-output folder in a Selenium project

You can find the answer here. In Run ...READ MORE

Aug 30, 2020 in Selenium by Karthikeya
• 140 points
5,959 views
0 votes
1 answer

The Object layer is for ____ only and action should be small, generic and ____

I think the right answer would be ...READ MORE

Apr 13, 2020 in RPA by Kim
2,804 views
0 votes
1 answer

How can I add PHP page to WordPress?

Hii @kartik, First, duplicate post.php or page.php in your theme folder. Rename the ...READ MORE

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

What are the best Jenkins tutorial available?

Hi@akhtar You can find lots of resources available ...READ MORE

May 21, 2020 in Jenkins by MD
• 95,460 points
1,085 views
0 votes
0 answers

How to compile PHP code and upload a binary-ish file, which will just be run by the byte code interpreter?

PHP is compiled to byte code before ...READ MORE

Apr 2, 2020 in PHP by kartik
• 37,520 points
3,246 views
+1 vote
1 answer

How to migrate a PostgreSQL database into a SQLServer one?

Hello @kartik, The easier way to accomplish this. First ...READ MORE

May 13, 2020 in Database by Niroj
• 82,840 points
1,397 views
0 votes
2 answers

Is it possible to launch python idle from a virtual environment?

Try running the following code. #!/usr/bin/env python """Simple script ...READ MORE

Jun 25, 2020 in Python by Sirajul
• 59,230 points
6,481 views
0 votes
0 answers

How I can check where the data is actually stored when we deploy blockchain?

How I can check where the data ...READ MORE

May 14, 2020 in Blockchain by Zara
• 140 points
1,414 views
0 votes
1 answer

AttributeError: module 'tensorflow.compat' has no attribute 'v1'

Hi@Usman, It seems you are using an older ...READ MORE

Jul 19, 2020 in Machine Learning by MD
• 95,460 points
4,124 views
0 votes
1 answer

If OpenStack is free, then why do people use the cloud of other cloud vendors considering they are paid?

Hi@akhtar, Though Openstack is free and open, it has ...READ MORE

Mar 19, 2020 in OpenStack by MD
• 95,460 points
3,794 views
0 votes
1 answer

How to make JTable both AutoResize and horizontall scrollable?

Hello @kartik, If for some reason customising JTable ...READ MORE

Apr 21, 2020 in Java by Niroj
• 82,840 points
2,350 views
+1 vote
2 answers

What is an RDBMS? Name some examples for RDBMS? What is CRUD?

RDBMS: Relational Database Management System A relational database ...READ MORE

Aug 29, 2018 in Data Analytics by zombie
• 3,790 points
28,337 views
0 votes
1 answer

AttributeError: 'module' object has no attribute 'HTTPSConnection'

Hi@akhtar, You have to install openssl and openssl-devel before ...READ MORE

Apr 20, 2020 in Python by MD
• 95,460 points
2,381 views
0 votes
1 answer

How to create local yum inside docker?

Hi@akhtar, You can create local yum inside docker. ...READ MORE

Apr 6, 2020 in Docker by MD
• 95,460 points
2,979 views
0 votes
1 answer

What are good big data courses for freshers?

Hi@akhtar, There are lots of Big Data courses ...READ MORE

May 15, 2020 in Big Data Hadoop by MD
• 95,460 points
1,291 views
0 votes
1 answer

Error: kafka/Kafka : Unsupported major.minor version 52.0

Hi@akhtar, As the above error shows that the ...READ MORE

Mar 31, 2020 in Apache Kafka by MD
• 95,460 points
3,232 views
0 votes
1 answer

What is enumeration in ethical hacking?

Enumeration is a part of the first ...READ MORE

Feb 3, 2020 in Cyber Security & Ethical Hacking by Sirajul
• 59,230 points

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

How can I implement my own $(document).ready functionality without using jQuery?

Hello @kartik,  There are three options: If script is the last ...READ MORE

Apr 28, 2020 in JQuery by Niroj
• 82,840 points
2,016 views
0 votes
1 answer

How to monitor metrics of Linux system?

Hi@akhtar, To connect your system's metrics with Prometheus ...READ MORE

May 27, 2020 in DevOps & Agile by MD
• 95,460 points
763 views
0 votes
0 answers

I am trying to build a pong game this is what they showed me.

import turtle wn = turtle.Screen() wn.bgcolor("blue") wn.tracer(0) #Paddle A paddle_a = turtle.Turtle() paddle_a.speed(0) paddle_a.shape("square") paddle_a.color("red") paddle_a.ShapeSize paddle_a.penup() paddle_a.goto(-350, ...READ MORE

May 23, 2020 in Python by Praise
• 120 points

edited May 25, 2020 by Gitika 1,004 views
0 votes
1 answer

I am an E-Commerce App developer, can i be a Devops Engineer

Hi, @Rachit, If the E-commerce industries want to ...READ MORE

May 26, 2020 in Career Counselling by Gitika
• 65,770 points
842 views
0 votes
1 answer

Error:Installation Issue with matplotlib Python

Hii @kartik, I assume you have installed the ...READ MORE

May 7, 2020 in Python by Niroj
• 82,840 points
1,605 views
0 votes
1 answer

What to combine two tables into one.

Hii Nikola, I think you need to UNION ALL otherwise you ...READ MORE

May 21, 2020 in Database by Niroj
• 82,840 points
1,193 views
0 votes
2 answers

Removing Title bar in Tkinter program

you can remove the title bar by ...READ MORE

Mar 19, 2019 in Python by anonymous
21,287 views
+1 vote
1 answer

How do I start learning data analytics step by step?

Hii @kartik, Follow the below steps that would ...READ MORE

May 14, 2020 in Career Counselling by Niroj
• 82,840 points
1,257 views
0 votes
1 answer

Which is the best site to learn Java online with certification?

Hii Kartik, Edureka- Which is a Banglore based organisation which ...READ MORE

May 14, 2020 in Career Counselling by Niroj
• 82,840 points
1,289 views
0 votes
1 answer

What is the best way to learn Python from beginning to advanced?

Hello @kartik, Its a nice idea to start ...READ MORE

May 20, 2020 in Career Counselling by Niroj
• 82,840 points
1,026 views
0 votes
1 answer

How to give permissions to jenkins user for a particular file?

Hi@akhtar, To give permissions to jenkins user, you ...READ MORE

Feb 14, 2020 in Jenkins by MD
• 95,460 points
5,163 views
0 votes
1 answer

Which is the best website to learn laravel with certificate?

Hello @kartik, If you are a beginner then ...READ MORE

May 15, 2020 in Career Counselling by Niroj
• 82,840 points
1,228 views
0 votes
1 answer

how to run test cases of different modules with same marker at a time using pytest

Hey,@Nikitha, Suppose you have multiple files say test_sample1.py, test_sample2.py. To ...READ MORE

Apr 28, 2020 in Python by Gitika
• 65,770 points
1,961 views
0 votes
2 answers

Listing the pricing differences between AWS, Azure and GCP? Which cloud provider is cheaper and cost-effective ?

I wouldn’t say that there is one ...READ MORE

Aug 29, 2020 in GCP by nbavis
• 380 points
2,627 views
0 votes
1 answer

How to use node_modules within Electron?

Hii @kartik, The current problem is that I ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
2,219 views
0 votes
1 answer

Boto3 S3, sort bucket by last modified

I tried the following method. Its not 100% ...READ MORE

Jun 4, 2019 in Python by SDeb
• 13,300 points
16,178 views
0 votes
1 answer

How do I log a Python error with debug information?

Hii, In most applications, you won't be calling ...READ MORE

May 11, 2020 in Python by Niroj
• 82,840 points
1,391 views
0 votes
1 answer

ImportError: cannot import name minimum_spanning_tree

Hi@akhtar, I think there may be problem in ...READ MORE

Apr 20, 2020 in Machine Learning by MD
• 95,460 points
2,298 views
0 votes
1 answer

Which is the best tutorial for learning Node.js with certification?

Hello @kartik, I think there a pretty good ...READ MORE

May 20, 2020 in Career Counselling by Niroj
• 82,840 points
1,008 views
0 votes
5 answers

Kubernets cluster pod stays in pending state

I had the same issue. I spent ...READ MORE

May 3, 2019 in Kubernetes by Kashish
21,471 views
+4 votes
1 answer

[Pipeline] withDockerContainer Jenkins does not seem to be running inside a container

Hey @Karan, I just missed out on ...READ MORE

Nov 14, 2019 in Jenkins by Eric
9,066 views
0 votes
1 answer

Which is the best rpa certification?

I would suggest Edureka's RPA Certification. Do check ...READ MORE

May 15, 2020 in Career Counselling by Sirajul
• 59,230 points
1,214 views
0 votes
1 answer

What career opportunities are there for someone who worked as a business intelligence analyst after MBA?

Hey, @Kushal, Millions of profiles anticipating skilled BI ...READ MORE

May 21, 2020 in Career Counselling by Gitika
• 65,770 points
957 views
0 votes
1 answer

openstack Connection to neutron failed.

Hi@akhtar, For the above issue, there may be multiple cause ...READ MORE

Mar 24, 2020 in OpenStack by MD
• 95,460 points
3,459 views