questions/python
Hello @kartik, You cannot access the request.user directly. You need ...READ MORE
Switch between self.hide() and self.showMinimized() def start(self): ...READ MORE
Hello @kartik, I found that on Ubuntu, pip ...READ MORE
How to write ascding order list READ MORE
Use the dataframe with respective column names ...READ MORE
If you just want to open a ...READ MORE
down voteacceptedFor windows: you could use winsound.SND_ASYNC to play them ...READ MORE
Hi@akhtar, As we know that the index of ...READ MORE
Hi@Umama, If you are using Linux system, then ...READ MORE
Hello @kartik, Use linebreaks or linebreaksbr filter: {{ text|linebreaks }} Or surround the text ...READ MORE
The error is pretty straight forward, toy ...READ MORE
Hello, For html encoding, there's cgi.escape from the standard library: >> ...READ MORE
num = int(input("Enter a number: ")) newnum = ...READ MORE
Hi@zena, In the below section you are trying ...READ MORE
Hello @kartik, You can try the code below: pip ...READ MORE
When you use driver.quit(), it closes the ...READ MORE
pa.loc[row] selects the row with label row. pa.loc[row, ...READ MORE
Hello @kartik, You can use request.headers to access the HTTP ...READ MORE
You can use the datetime module to ...READ MORE
Hi, @John, Regarding your query, I guess you ...READ MORE
To answer your doubt, the programming paradigm ...READ MORE
Find all the the paragraph tags and ...READ MORE
Yes, you can use the headless mode. ...READ MORE
Hello @kartik, The simplest way to include the {{csrf_token}} value ...READ MORE
Hello @kartik, You just need to install django ...READ MORE
Open the command line and enter jupyter notebook ...READ MORE
If you want to access outer class ...READ MORE
You can use the zlib module available in ...READ MORE
Hello @kartik, You cannot call a function that ...READ MORE
As stated in the urllib2 documentation: The urllib2 module has been split ...READ MORE
Hello, I had numpy installed on the same ...READ MORE
Suppose you have a string in ASCII form ...READ MORE
Gotos are universally reviled in computer science ...READ MORE
Hello @kartik, The problem was that test couldn't find ...READ MORE
Hello @KARTIK, Just add an extra template tag ...READ MORE
Hii kartik, To get rid of the error, roll ...READ MORE
Hello @kartik, The Site object for your Django project is ...READ MORE
You can use pd.Series.isin. For "IN" use: something.isin(somewhere) Or for "NOT ...READ MORE
Hi@akhtar, You can use numpy.load() function to load ...READ MORE
Try this: for name in df['Name']: ...READ MORE
Hello @kartik, The correct way to create a ...READ MORE
text = "this is a sample python ...READ MORE
Something I like to try when my ...READ MORE
If you just want to measure the ...READ MORE
Unfortunately tensorflow is not supported on 32 ...READ MORE
You can merge the data frame using ...READ MORE
Found out that the problem was that ...READ MORE
You can use the keyword module for ...READ MORE
Python doesn’t have a specific function to ...READ MORE
Hello @kartik, Upgrading the packages will resolve the ...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.