questions/page/358
TL;DR: pip install -Iv (i.e. pip install -Iv MySQL_python==1.2.2) First, I ...READ MORE
Hi@dani, As you said you are a beginner ...READ MORE
MapReduce is just a computing framework. HBase has ...READ MORE
Hello @kartik, You can pass the route parameters ...READ MORE
Hello @kartik, You need the :not() selector: $('div[cla ...READ MORE
Try to use numpy and use .astype(np,int) ...READ MORE
I am learing automation soi have started ...READ MORE
Hey, @Ritu, I am getting error in your ...READ MORE
Hello @kartik, Replace TYPE=MyISAM with ENGINE=MyISAM The problem was "TYPE=MyISAM" which should ...READ MORE
Hi@akhtar, It seems Sklearn is not installed properly ...READ MORE
Hi@Shilpa, There may be a problem with your ...READ MORE
Please check your chrome version, launch with ...READ MORE
Hi@akhtar, A security group is for use with ...READ MORE
Hello, The cursor method allows us to iterate ...READ MORE
Hello @kartik, You can do: var = 1 if type(var) ...READ MORE
Hi@akhtar, You can delete a repository in AWS CodeCommit. ...READ MORE
Hi@akhtar, You can create a new Amazon Redshift subnet ...READ MORE
Using Client versioning you can create folders ...READ MORE
It seems that the problem is not ...READ MORE
Hi@akhtar, Before you can delete a distribution, you ...READ MORE
Hello @kartik, Try: if ($('#element').is(':empty')){ //do something } If you ...READ MORE
Check your cached data sources. Once in ...READ MORE
from shutil import copyfile copyfile(src, dst) Copy the ...READ MORE
Yep, using the static method decorator class MyClass(object): ...READ MORE
Hi@Android 4, You need to restart your Android ...READ MORE
Hello @kartik, You have 2 options : Create a ...READ MORE
Take the word "Project" out of it ...READ MORE
Hello @kartik, Without looking, it sounds like the ...READ MORE
The general pattern is str.split(search).join(replacement) This used to be ...READ MORE
Hi, @Webinar, Are you getting any kind of ...READ MORE
Java Yes, it is possible. The following example ...READ MORE
Hi@akhtar, Let’s say you want to capture packets ...READ MORE
Hello @kartik, Some languages have combining diacritics as ...READ MORE
Hello, Make directory for images in myapp/public/images and ...READ MORE
Web connections are only established using basic ...READ MORE
Hi, @pamega, Thanks for the info. READ MORE
in is the intended way to test for ...READ MORE
There is no simple built-in string function ...READ MORE
What does the below code print? val AgeDs ...READ MORE
Hi@akhtar, You can use Hadoop file system command to ...READ MORE
Traceback (most recent call last): File "main.py", line ...READ MORE
Hi@akhtar, Sometimes it is required to update the ...READ MORE
Hello, You can write like this, you need ...READ MORE
some_list[-1] is the shortest and most Pythonic. In fact, ...READ MORE
Hello @kartik, If you are interested in showing the ...READ MORE
Hello @kartik, You can update the cache object ...READ MORE
Hi@akhtar, Global IP addresses can only be attached to ...READ MORE
Hello @kartik, Find your php.ini and look for XDebug. Set xdebug ...READ MORE
When I try to run the test ...READ MORE
Hi@akhtar, You can remove your files using Ansible. ...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.