Most voted questions in Edureka Community

+2 votes
6 answers

How can I change directory or "cd" in Python?

Context Manager: cd import os class cd:     """Context manager for ...READ MORE

Oct 18, 2018 in Python by Nabarupa
27,490 views
+2 votes
6 answers

Slicing in Python

Index: ------------> ...READ MORE

Oct 18, 2018 in Python by abc
1,155 views
+2 votes
3 answers

AWS: Unused Elastic IP charges

You can understand the charge rates here:- https://aws.amazon.com/pre ...READ MORE

Aug 21, 2018 in Cloud Computing by Priyaj
• 58,090 points
880 views
+2 votes
3 answers

Can multi-channels be supported by Hyperledger in one peer?

Yes you can run  multiple chains on ...READ MORE

Apr 11, 2018 in Blockchain by Perry
• 17,100 points
2,489 views
+2 votes
2 answers

In a list of dictionaries, how can I find the minimum calue in a common dictionary field.

There are several options. Here is a ...READ MORE

Apr 10, 2018 in Python by charlie_brown
• 7,720 points
1,082 views
+2 votes
2 answers

How can I plot a k-dsitance graph using python?

Hi there, instead of sklearn you could ...READ MORE

Apr 10, 2018 in Python by charlie_brown
• 7,720 points
4,659 views
+2 votes
2 answers

Can I run 'manage.py' from AWS EB Linux instance

You can refer to this documentation :- https://docs.aws.amazon.com/el ...READ MORE

Aug 17, 2018 in Cloud Computing by Priyaj
• 58,090 points
1,360 views
+2 votes
2 answers

Is there a way to add cache control in AWS S3?

use of  current upstream master branch will ...READ MORE

Apr 10, 2018 in Cloud Computing by hemant
• 5,790 points
8,313 views
+2 votes
3 answers

AWS S3 copy files and folders between two buckets

A simplified example using the aws-sdk gem: AWS.config(:access_key_id ...READ MORE

Aug 16, 2018 in Cloud Computing by Priyaj
• 58,090 points
4,233 views
+2 votes
5 answers

Possibility of Querying EC2 tags from within instance

You can use the describe-instances cli call ...READ MORE

Oct 25, 2018 in Cloud Computing by nabarupa
2,026 views
+2 votes
6 answers

Can we download an entire S3 bucket?

Use this command with the AWS CLI: aws ...READ MORE

Oct 25, 2018 in Cloud Computing by tryhard
3,689 views
+2 votes
10 answers

Querying DynamoDB by date

You can use the "day" portion in ...READ MORE

Oct 25, 2018 in Cloud Computing by abc
31,132 views
+2 votes
4 answers

Scaling Amazon EBS Volume sizes

You can grow the storage or compress ...READ MORE

Oct 25, 2018 in Cloud Computing by prashant
971 views
+2 votes
3 answers

Is it possible to ping AWS EC2 instance

1.Go to EC2 Dashboard and click "Running ...READ MORE

Nov 13, 2020 in AWS by shivam
• 140 points

edited Nov 13, 2020 by Gitika 19,839 views
+2 votes
4 answers

S3 REST API PUT/ POST method

The POST verb is most-often utilized to ...READ MORE

Oct 25, 2018 in AWS by regina phillange
10,078 views
+2 votes
3 answers

can't make nginx try_files to work with default_index.html

Here's another convenient use of try_files, as ...READ MORE

Oct 18, 2018 in DevOps on Cloud by Hannah
• 18,570 points
4,542 views
+2 votes
3 answers

How do I deploy Scala PlayFramework Project to IBM Bluemix

It seems that they are more than ...READ MORE

Oct 18, 2018 in DevOps on Cloud by lina
• 8,220 points
885 views
+2 votes
2 answers

How to use BeatifulSoup for webscraping?

your programme is fine until you start ...READ MORE

Apr 4, 2018 in Python by charlie_brown
• 7,720 points
748 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
12,922 views
+2 votes
2 answers

How to make a laplacian pyramid using OpenCV python?

down voteacceptTheeThe problem is that you're iterating ...READ MORE

Apr 3, 2018 in Python by charlie_brown
• 7,720 points
4,481 views
+2 votes
6 answers

copy directories in docker container excluding any one directory

One of the way could be copy ...READ MORE

Dec 10, 2018 in Docker by Prateek
33,136 views
+2 votes
1 answer

Blockchain declining my API key and I cannot understand why.

It's quite easy. Request the API key using ...READ MORE

Apr 3, 2018 in Blockchain by Christine
• 15,790 points
1,800 views
+2 votes
4 answers

How can I replace values with 'none' in a dataframe using pandas

Actually in later versions of pandas this ...READ MORE

Aug 13, 2018 in Python by bug_seeker
• 15,520 points
119,618 views
+2 votes
2 answers

Error while printing hello world in python.

You must be trying this command in ...READ MORE

Mar 31, 2018 in Python by GandalfDwhite
• 1,320 points
5,357 views
+2 votes
3 answers

what is the practical use of polymorphism in Python?

Polymorphism is the ability to present the ...READ MORE

Mar 31, 2018 in Python by anto.trigg4
• 3,440 points
4,286 views
+2 votes
2 answers

How can I create a new file in Python?

You can try the below code which ...READ MORE

Mar 31, 2018 in Python by anto.trigg4
• 3,440 points
971 views
+2 votes
4 answers

sendKeys() not working in Selenium Webdriver

this work for me you should update your ...READ MORE

Aug 27, 2019 in Selenium by Afif
29,464 views
+2 votes
5 answers

main roles of DevOps

Can you please brief about the roles ...READ MORE

Oct 16, 2018 in DevOps & Agile by Haider
1,229 views
+2 votes
2 answers

unable to Import job in rundeck through curl command from local directory or AWS S3

You can use the S3 log storage ...READ MORE

Oct 12, 2018 in DevOps on Cloud by lina
• 8,220 points
1,848 views
+2 votes
2 answers

How can I press ENTER key with the execute_script in selenium python?

The below code containing Keys.ENTER might just ...READ MORE

Mar 28, 2018 in Selenium by nsv999
• 5,500 points
26,663 views
+2 votes
1 answer

How can I download tableau workbook with its data from tableau server?

In essence, no. Since the workbook is ...READ MORE

Mar 27, 2018 in Tableau by ffdfd
• 5,550 points
9,309 views
+2 votes
1 answer

How to Link Dashboard with URL to enable it to open in the same explorer page

Add this to the end of the ...READ MORE

Mar 27, 2018 in Tableau by ffdfd
• 5,550 points
3,256 views
+2 votes
2 answers

Is there a way to get IAM Credentials from Cognito Username/Password from CLI?

Try doing it the other way round. ...READ MORE

Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
963 views
+2 votes
2 answers

Authenticated users with STS and API Gateway

RoleSessionName being an identifier for a defined ...READ MORE

Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
1,317 views
+2 votes
2 answers

how to set different provisioning profiles for different targets using Xcode Build

For multiple targets, each task has to ...READ MORE

Mar 27, 2018 in DevOps & Agile by ajs3033
• 7,300 points

edited Oct 16, 2018 by Kalgi 4,314 views
+2 votes
1 answer

What are the difference between various Hyperledger Projects?

Hyperledger incubates a plethora of business blockchain ...READ MORE

Mar 26, 2018 in Blockchain by Perry
• 17,100 points
1,259 views
+2 votes
3 answers

Problem with installation of Wordcloud in anaconda

Using Anaconda Python 3.6 version For Windows ...READ MORE

Aug 7, 2018 in Data Analytics by Priyaj
• 58,090 points
18,056 views
+2 votes
1 answer

Is Kafka and Zookeeper are required in a Big Data Cluster?

Apache Kafka is one of the components ...READ MORE

Mar 23, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
1,873 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,755 views
+2 votes
10 answers

Is there any difference between “hdfs dfs” and “hadoop fs” shell commands?

hadoop fs <args> fs is used for generic ...READ MORE

Mar 16, 2018 in Big Data Hadoop by anonymous
32,579 views
+2 votes
1 answer

Need a hadoop engine in backend to run r server

Dear Koushik, Hope you are doing great. The hadoop ...READ MORE

Dec 18, 2017 in Data Analytics by Sudhir
• 1,610 points
607 views
+1 vote
1 answer

Change text color while scrolling

To change the color of a fixed ...READ MORE

Apr 28, 2023 in UI UX Design by seena
2,326 views
+1 vote
1 answer

How to stop Pytest from appending to CSV created after initial test?

It sounds like the issue you're facing ...READ MORE

Apr 28, 2023 in UI UX Design by Tej
521 views
+1 vote
2 answers

flutter_background_service for iOS

If you're problem is solved then please ...READ MORE

Aug 18, 2023 in Flutter by Sneh
• 150 points
4,933 views
+1 vote
2 answers

How to send longer text inputs to ChatGPT API?

To send longer text inputs to the ...READ MORE

May 22, 2023 in ChatGPT by anonymous
• 1,180 points
3,064 views
+1 vote
1 answer

Automatically move an entire row of reference cell when one cell is moved or manipulated

You are describing how manually entered data ...READ MORE

Jan 15, 2023 in Others by narikkadan
• 63,420 points
208 views
+1 vote
0 answers

How to deploy a NestJS application which is in a Nx monorepo?

I'm working on a Nx monorepo that ...READ MORE

Jan 3, 2023 in AWS by Tejashwini
• 3,820 points
707 views
+1 vote
0 answers

Docker container will automatically stop after "docker run -d"

According to the tutorials I've read so ...READ MORE

Jan 2, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
408 views
+1 vote
1 answer

Excel or Google formula to count occurrences of an 8-digit number within a text string

To match an eight-digit number, you may ...READ MORE

Dec 24, 2022 in Others by narikkadan
• 63,420 points
628 views
+1 vote
0 answers

How to keep Docker container running after starting services?

Although I've read many instructions that appear ...READ MORE

Dec 13, 2022 in Docker by Edureka
• 13,620 points
780 views