questions/python/page/16
Hello @kartik, You need Django version 2 pip install ...READ MORE
# setting up the screen import turtle import math wn ...READ MORE
Hello @kartik, If you want two objects with ...READ MORE
Hi, @There, Given an array of size n, ...READ MORE
Why df.xs('C')['x']=10 does not work: df.xs('C') by default, returns a new ...READ MORE
your dis is obviously not 1.13, it's ...READ MORE
Hi@akhtar, I think numpy version is not compatible ...READ MORE
I am trying to store multiple product ...READ MORE
The script at Pastebin does work. However, ...READ MORE
Hello @Khanhh , Use panda to find the value of ...READ MORE
Hello @Rithika , Yes, it is possible. For example, you ...READ MORE
Hello @kartik, If you want to import reverse, ...READ MORE
The example below creates a background thread ...READ MORE
Hello @kartik, You can try the code below: pip ...READ MORE
The section I'm having trouble with is ...READ MORE
raw_input() was renamed to input() in Python 3. Another example ...READ MORE
I have multiple files in an S3 ...READ MORE
Hello, For html encoding, there's cgi.escape from the standard library: >> ...READ MORE
from sklearn.model_selection import cross_val_score max_k = 100 cv_scores = ...READ MORE
Hi@akhtar, You can convert your CSV file to ...READ MORE
I think u can use the bootstrap ...READ MORE
I just used the following which was ...READ MORE
In object-oriented programming languages like Python, an ...READ MORE
i have that error (dont find answer) ...READ MORE
import pandas as pd import numpy as np df ...READ MORE
By default, you can't. When importing a ...READ MORE
Hello, pip is just a PyPI package like any other; you ...READ MORE
hi, I'm working on a project and ...READ MORE
Either write your docs or use a ...READ MORE
Hey, @Roshni, By specifying #!/usr/bin/python you specify exactly ...READ MORE
Hi, @There, Try this: Rollback pip to an older ...READ MORE
Hello @kartik, Here is how to do Basic ...READ MORE
Hello @kartik, There are 2 ways to custom ...READ MORE
Seems like the pycrypto package is not ...READ MORE
Hello @kartik, It looks like you don't have ...READ MORE
The problem is that thread_obj.start() returns immediately. The child ...READ MORE
Hello @kartik, The related_name attribute specifies the name of the ...READ MORE
Use "getattr": obj = MyClass() try: ...READ MORE
As stated in the urllib2 documentation: The urllib2 module has been split ...READ MORE
import matplotlib Traceback (most recent call last): File "<pyshell#0>", ...READ MORE
Hello @kartik, You could keep using viewsets.ModelViewSet and define http_method_names on your ...READ MORE
Here's a couple of suggestions: Use date_range for the index: import ...READ MORE
# this is the code import socket import ...READ MORE
Cpu avx2 nahi hai kiya kare READ MORE
Modern versions of Python (3.5 or higher): run If ...READ MORE
class Library: def __init__(self): self.bookname="" self.author="" def getdata(self): self.bookname = input("Enter Name ...READ MORE
By default when you import a file, ...READ MORE
I'm using docker-compose on Ubuntu 20.04. I ...READ MORE
On Ubuntu, I was running Python 3 ...READ MORE
Pandas provide data analysts a way to ...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.