Trending questions in Edureka Community

0 votes
0 answers

syntaxerror: "unexpected character after line continuation character in python" math

I am having problems with this Python ...READ MORE

Jan 11, 2023 in Python by erzan
• 630 points

edited Mar 4 45 views
0 votes
0 answers

What is the difference between Python's list methods append and extend?

What's the difference between the list methods ...READ MORE

Jan 11, 2023 in Python by erzan
• 630 points

edited Mar 4 45 views
0 votes
1 answer

Compare Two columns If 2 cells are Matching

Although I find it difficult to follow ...READ MORE

Dec 24, 2022 in Others by narikkadan
• 63,600 points
806 views
0 votes
0 answers

Refer outside variables in AWS SAM template

I am using AWS SAM for creating ...READ MORE

Jan 11, 2023 in AWS by Tejashwini
• 3,820 points

edited Mar 4 39 views
0 votes
0 answers

Finding the index of an item in a list

Given a list ["foo", "bar", "baz"] and ...READ MORE

Jan 11, 2023 in Python by erzan
• 630 points

edited Mar 4 40 views
0 votes
0 answers

nginx ubuntu user password

I have a nodejs backend hosted on ...READ MORE

Jan 11, 2023 in AWS by Tejashwini
• 3,820 points

edited Mar 4 36 views
0 votes
0 answers

Python: is RuntimeError acceptable for general use?

Is it acceptable to use the RuntimeError ...READ MORE

Jan 10, 2023 in Python by erzan
• 630 points

edited Mar 4 70 views
0 votes
0 answers

How to open a file using the open with statement

I'm looking at how to do file ...READ MORE

Jan 10, 2023 in Python by erzan
• 630 points

edited Mar 4 70 views
0 votes
0 answers

How to take input in an array + PYTHON?

I am new to Python and want ...READ MORE

Jan 10, 2023 in Python by erzan
• 630 points

edited Mar 4 64 views
0 votes
0 answers

AWS CLI step-functions to get failed executions

How to write a query using AWS ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
973 views
0 votes
1 answer

CSS border less than 1px

The minimum width that your screen can ...READ MORE

Jun 28, 2022 in CSS by Edureka
• 12,700 points
8,586 views
0 votes
0 answers

What is the difference between Pipeline and Release Pipeline in azure devops?

If you select the following option, a ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 12,700 points
1,279 views
0 votes
1 answer

Finding the English definition of a word in VBA

In the event that the VBA Research ...READ MORE

Dec 19, 2022 in Others by narikkadan
• 63,600 points
946 views
0 votes
0 answers

Merge rows based on value (pandas to excel - xlsxwriter)

I'm attempting to use xlsxwriter to output ...READ MORE

Nov 2, 2022 in Others by Kithuzzz
• 38,000 points
3,017 views
0 votes
1 answer

How to avoid using Select in Excel VBA

Every time you record macros and reuse ...READ MORE

Dec 25, 2022 in Others by narikkadan
• 63,600 points
722 views
0 votes
1 answer

how to learn devops from scratch?

The road to DevOps is a quite ...READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,700 points
890 views
0 votes
1 answer

Xcode 13.2.1 error when running on phone with iOS 15.4.1

Check /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ for directory name 15.4 (your ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,450 views
0 votes
0 answers

How to get the current London time and date using javascript

Using the code below, I attempted to& ...READ MORE

Dec 7, 2022 in Java by Nicholas
• 7,760 points
1,398 views
0 votes
1 answer

Unable to convert text to Numbers

According to the comments, there may be ...READ MORE

Dec 23, 2022 in Others by narikkadan
• 63,600 points
805 views
0 votes
0 answers

How to use proxy servers with aws lambda + Puppeteer?

I am trying to run puppeteer with ...READ MORE

Jan 9, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 73 views
0 votes
0 answers

How to use AWS Nitro Enclave with ECS?

I am trying to setup AWS Nitro ...READ MORE

Jan 9, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 71 views
0 votes
1 answer

Calculating the week number of a year in Excel

Here is my excel formula. =IF(AND(A1>=DATE(YEAR(A1),1,1),A1< ...READ MORE

Dec 25, 2022 in Others by narikkadan
• 63,600 points
710 views
0 votes
1 answer

Unhide all Hidden Excel Columns Without Individual Iteration?

I discovered that the best way to ...READ MORE

Dec 16, 2022 in Others by narikkadan
• 63,600 points
1,100 views
0 votes
0 answers

How can I best use rxjs to perform multiple fetch operations in a single action using a forEach approach

I am new to React and tasked ...READ MORE

Jan 9, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 66 views
0 votes
0 answers

How to run multi-node parallel job with AWS ParallelCluster in R

I am interested in running a multi-node ...READ MORE

Jan 9, 2023 in Angular by Ashwini
• 5,430 points

edited Mar 4 66 views
0 votes
1 answer

Why YouTube Player API does not work on Android 11?

The Android 11 package visibility limitations prevent ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,650 points
2,426 views
0 votes
1 answer

How to trigger a file download when clicking an HTML button or JavaScript

You can trigger a download with the ...READ MORE

Nov 7, 2022 in Java by Damonlang
• 700 points
2,812 views
0 votes
1 answer

Excel: How to use LEFT function on a Date formatted cell?

Use this: =TEXT(E1,"hh:mm:ss") READ MORE

Dec 19, 2022 in Others by narikkadan
• 63,600 points
920 views
0 votes
0 answers

aws cli command output as value in cloudformation template

I have an independent lambda layer, the ...READ MORE

Jan 9, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 67 views
0 votes
0 answers

How do I update/upgrade pip itself from inside my virtual environment?

I'm able to update pip-managed packages, but ...READ MORE

Dec 21, 2022 in Python by erzan
• 630 points
876 views
0 votes
0 answers

SSL certificate generation on an EC2 machine with NGINX

I am trying to generate an ssl ...READ MORE

Jan 9, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 59 views
0 votes
1 answer

Search for number and degree symbol

The Instr and Like operators are not mutually excluding which means ...READ MORE

Dec 28, 2022 in Others by narikkadan
• 63,600 points
545 views
0 votes
1 answer

iOS : Black screen appears when run my app

Go For Force Restart If it is a ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,404 views
0 votes
1 answer

ExcelJS wrapText in Table columns

I implemented a workaround by detecting what ...READ MORE

Sep 30, 2022 in Others by narikkadan
• 63,600 points
4,407 views
0 votes
1 answer

Excel Formula - Calculating Total Percentage

You just need the AVERAGE of all ...READ MORE

Dec 28, 2022 in Others by narikkadan
• 63,600 points
538 views
0 votes
1 answer

How to use .status folder for WhatsApp status saver app in android 11 scoped storage?

Request the user to give permission to ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,650 points
2,691 views
0 votes
1 answer

What is the purpose of setImageResource() in Android?

setImageResource(): Use a resource id to set the ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,650 points
2,691 views
0 votes
0 answers

How to download the content of a directory in Azure Storage using az storage fs directory?

I'm currently using az storage blob d ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
835 views
0 votes
0 answers

Is there a concurrent read/write limit on a s3 file

Is there a limit on the number ...READ MORE

Jan 9, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 40 views
0 votes
0 answers

how to catch instance_id that is of type class after creating a new server with boto3 with python?

I am launching a new ec2 instance ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
814 views
0 votes
0 answers

Lookup IGW after specifying VPC parameter in CloudFormation template

In the below snippet, can I do ...READ MORE

Jan 9, 2023 in AWS by Ashwini
• 5,430 points

edited Mar 4 38 views
0 votes
1 answer

Suggestions of excellent examples of real C/C++ code

I'd like to particularly bring up memcached.  ...READ MORE

Dec 17, 2022 in C++ by narikkadan
• 63,600 points
998 views
0 votes
1 answer

GCP Cloud Run Cannot Pull Image from Artifact Registry in Other Project

In Cloud Run, there are two different ...READ MORE

Nov 10, 2022 in GCP by Ashwini
• 5,430 points
2,560 views
0 votes
0 answers

Trying to read ssm parameter and working fine but write as text and uploading inside my bucket its not happening please find below code

import boto3 import os client = boto3.client('ssm') s3 = boto3.client("s3") def ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
790 views
0 votes
0 answers

How to display employee names starting with a and then b in sql

I want to display the names of ...READ MORE

Aug 12, 2022 in Database by Kithuzzz
• 38,000 points
1,140 views
0 votes
0 answers

Call Kotlin suspend function in Java class

Assume we have the following function: suspend fun doSomething(): ...READ MORE

Nov 18, 2022 in Kotlin by Tejashwini
• 3,820 points
2,085 views
0 votes
1 answer

Can I insert a file into Excel without creating a reference?

You can easily embed a PDF into ...READ MORE

Dec 27, 2022 in Others by narikkadan
• 63,600 points
551 views
0 votes
1 answer

Excel - VLOOKUP vs. INDEX/MATCH - Which is better?

Since it is much more adaptable and ...READ MORE

Dec 23, 2022 in Others by narikkadan
• 63,600 points
714 views
0 votes
0 answers

Azure DevOps - How to Invoke get commits rest api

How do I use the az devops invok ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
887 views
0 votes
0 answers

How to download the content of a directory in Azure Storage using az storage fs directory?

Currently, I'm using az storage blob  ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
802 views