questions/python
''' This is a multiline comment. I ...READ MORE
You should make a list of lists, ...READ MORE
Context Manager: cd import os class cd: """Context manager for ...READ MORE
Index: ------------> ...READ MORE
There are several options. Here is a ...READ MORE
Hi there, instead of sklearn you could ...READ MORE
your programme is fine until you start ...READ MORE
down voteacceptedFor windows: you could use winsound.SND_ASYNC to play them ...READ MORE
down voteacceptTheeThe problem is that you're iterating ...READ MORE
Actually in later versions of pandas this ...READ MORE
You must be trying this command in ...READ MORE
Polymorphism is the ability to present the ...READ MORE
You can try the below code which ...READ MORE
Use this code: import zipfile with zipfile.ZipFile(path_to_zip_file, 'r') as ...READ MORE
Hi@Christlan, This problem is related to version. Follow ...READ MORE
Hi, @Varshap It’s a TypeError, which tells us ...READ MORE
Hi@akhtar, You can rearrange a DataFrame object by ...READ MORE
Hello @kartik, First make sure you have SessionMiddleware and AuthenticationMiddleware middlewares added ...READ MORE
Hello @shamsher, First try to check what version ...READ MORE
Hi@akhtar, You can download the shapely module in ...READ MORE
I got the same error "module not ...READ MORE
Hello @kartik, In the case of the JSON ...READ MORE
Hello @kartik, map() in Python 3 is a generator ...READ MORE
Hello @kartik, You need Django version 2 pip install ...READ MORE
Hello @kartik, You can definitely do this using ...READ MORE
Hello @kartik, Basically, a field declared as a FileField, ...READ MORE
Hello @kartik, You can't do LivingRoom.objects.create(user=instance) because you have an __init__ method ...READ MORE
Hii @kartik, You will end up with the ...READ MORE
Hello @kartik, The basic idea is, make your tests an ...READ MORE
Hello, @Roshni, You need to import the os module, ...READ MORE
Hiii @kartik, You can use self.data in the clean_email method to access ...READ MORE
Hello @kartik, You will need to use the ...READ MORE
Hello, You can always safely read in binary ...READ MORE
i fix the problem after installing go ...READ MORE
Hi, @Roshni, You can follow a few steps ...READ MORE
Here are the steps that you can ...READ MORE
Tried this and it resolved all my ...READ MORE
Hi@akhtar, You have used unit8 in your code. ...READ MORE
Hello @kartik, The Site object for your Django project is ...READ MORE
Hi@akhtar, You may get this error if you ...READ MORE
Hello @kartik, To get rid of the error, roll ...READ MORE
Hello @kartik, You just need to convert your ...READ MORE
Hello @kartik, Try this: dashboard_df = pd.read_csv(p_file, sep=',', error_bad_lines=False, ...READ MORE
Hi@akhtar, You can find one function called savefig ...READ MORE
Hey, @Mohammed, You are getting this error because ...READ MORE
This is my part of code, why ...READ MORE
This is the part of my code, why ...READ MORE
Hi, You created two empty list. And in ...READ MORE
Hi@Noman, You created two empty list. And in ...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.