questions/page/346
Hello @kartik, You can create a new group ...READ MORE
Hi@akhtar, You can delete the specified ECS cluster. The ...READ MORE
Hi, @There, What skills does a Data Scientist ...READ MORE
https://www.youtube.com/watch?v=JnvKXcSI7yk I got an error at 1:08:22 Code for ...READ MORE
Hi, @Rhydham, Try this: engine = pyttsx3.init('dummy') If you want ...READ MORE
Hey, @There, Every user who registers for the ...READ MORE
Hello, You need to use os.path.expanduser. This will ensure it works ...READ MORE
Instead of changing the delimiters you can ...READ MORE
Hi, @Varshap It’s a TypeError, which tells us ...READ MORE
Strings: >>> n = '4' >>> print(n.zfill(3)) 004 And for numbers: >>> ...READ MORE
Python supports all the concept of "object ...READ MORE
Hey Angad, you can follow these steps ...READ MORE
It's safer to use a try around the attempt ...READ MORE
import shutil shutil.rmtree('/folder_name') By design, rmtree fails on folder trees containing ...READ MORE
Maven tries to read /root/.jenkins/workspace/test tools as ...READ MORE
Hi@akhtar, You can add or update a file in a ...READ MORE
I want to navigate to f drive ...READ MORE
I would like to know, which is better ...READ MORE
Hi@ritu, To start your python spark shell, you ...READ MORE
Hi@sonali, There may be syntax errors in your ...READ MORE
"Connexion successful" mean "the network connection is ...READ MORE
Hi@Lakshminarayanan, You can do this with the routing ...READ MORE
I am trying to automate myntra.com Under ...READ MORE
Hello @kartik, For the URI query use urlencode/urldecode; for ...READ MORE
motion_detection.ipynb # Python program to implement # Webcam Motion ...READ MORE
Implicit and Explicit Waits Implicit Wait An implicit wait ...READ MORE
Hi@ajith, You can preview something if it is ...READ MORE
i have working as an administrator and ...READ MORE
Use __import__ function to import the module by giving ...READ MORE
Hi@akhtar, You can delete a previously provisioned cluster without ...READ MORE
Hi@ritu, AWS has lots of services. For spark ...READ MORE
Once you have a project charter - ...READ MORE
d = {'key': 'value'} print(d) # {'key': 'value'} d['mynewkey'] = ...READ MORE
Docker plays a crucial role in DevOps, ...READ MORE
I want to maintain a book library. ...READ MORE
Hi@MUHAMMAD, You are trying to pass State in ...READ MORE
Hi@Jagdeep, Can you explain your query a little ...READ MORE
Hi@akhtar, You need to use the setup module to ...READ MORE
Hello @kartik, In your Person model add: def __unicode__(self): ...READ MORE
Hello @Alisha , Do print(func(x)) and find out what's ...READ MORE
Example class Date(object): def __init__(self, ...READ MORE
With new_list = my_list, you don't actually have ...READ MORE
Hi@Manny, Every application has some dependencies. Then only ...READ MORE
These were some of the popular exams ...READ MORE
Hi@Edureka, After you run the kubeadm init command ...READ MORE
Hi@Raj, You need to use the connector that ...READ MORE
You can use the strpos() function which is used ...READ MORE
Assuming that both your directories are real ...READ MORE
Hello @kartik, Try this out: import socket s = socket.socket(socket.AF_INET, ...READ MORE
Try this: Suppose you have the following tables ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.