questions/python
Hey @Ashish, change the emotion_map to the ...READ MORE
I had recently found its solution and ...READ MORE
Hello @kartik, You can override templates/admin/index.html and add the JavaScript ...READ MORE
lst = [{'price': 99, 'barcode': '2342355'}, {'price': ...READ MORE
Classes and Labels both are almost same things ...READ MORE
I am sure you are aware CSV ...READ MORE
If you have to use df.query(), the ...READ MORE
The statement print "hello python" does not work in ...READ MORE
dictionary[new_key] = dictionary.pop(old_key) READ MORE
Both sort and sorted have three keyword arguments: cmp, key and reverse. L.sort(cmp=None, key=None, reverse=False) -- ...READ MORE
You'll have to install the pyaudio module ...READ MORE
Refer to the below code: class Try: ...READ MORE
Just add the package containing the executable pg_config. ...READ MORE
There is no do...while loop because there ...READ MORE
Constructors are for instantiating an object.The task ...READ MORE
Hello @kartik, Try this: import pandas as pd df = ...READ MORE
Hello @kartik, Python you can write your own ...READ MORE
Hi@akhtar, You need to install pytest module in ...READ MORE
I couldn't figure out the problem. here my ...READ MORE
Hi@akhtar, You have to install one module named ...READ MORE
If abstract class contains only abstract methods ...READ MORE
Seems like the setup tools for python ...READ MORE
There is a built-in function with the ...READ MORE
src is the first argument to cv2.cvtColor. The error you ...READ MORE
Hii @kartik, The simple solution to over come ...READ MORE
Please use this code. if len(sys.argv) == 2: first_log ...READ MORE
There is a syntax error. Change the ...READ MORE
Hello @kartik, Without looking, it sounds like the ...READ MORE
Instead of using os.path.dirname method which returns the relative ...READ MORE
There is nothing as such for python. For ...READ MORE
Hey @Jinu, try this: import turtle polygon = ...READ MORE
Hello @kartik, The first thing to do is ...READ MORE
Hey @Hannh, I had a similar issue. ...READ MORE
This should work: add = lambda x, y ...READ MORE
You will have to parse through the ...READ MORE
Hey @Nagya, replace wn.mainlopp() with turtle.mainloop() ...READ MORE
Hii, In Python2, dictionary.iteritems() is more efficient than ...READ MORE
Hi@akhtar, I think there is a problem in ...READ MORE
python-ldap provides an object-oriented API to access LDAP directory ...READ MORE
You need to download and install the ...READ MORE
Hello @kartik, The easiest way for your use ...READ MORE
Hi@akhtar, It seems Sklearn is not installed properly ...READ MORE
Refer to this code: import pandas as pd col_name=['Name', ...READ MORE
n = int(input("please enter your no:")) k = ...READ MORE
Hello @kartik, Some languages have combining diacritics as ...READ MORE
There is a button "btn_closeWin_and_reinit" in the ...READ MORE
Hi@akhtar, It seems you don't have the turtle ...READ MORE
Assuming you don't have extraneous whitespace: with open('file') ...READ MORE
Usually all I/Os are buffered, meaning they ...READ MORE
Hello @kartik, I assume you're using a virtualenv ...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.