questions/python
can anyone please help me, tried those ...READ MORE
I have a df with where I ...READ MORE
this is my code stemming = PorterStemmer() corpus = ...READ MORE
from imageai.Detection import ObjectDetection detector = ObjectDetection() detector.setModelTypeAsTinyYOLOv3() detector.setModelPath("BrainTumor10EpochsCategorical.h5") detector.loadModel() detection = ...READ MORE
I am not able to use pip3 ...READ MORE
How can I save a certain page ...READ MORE
My data frame has store names and ...READ MORE
Problem Statement: Mustafa wants to cross a dungeon. ...READ MORE
I want to merge two data frames: df1 company,standard tata,A1 cts,A2 dell,A3 df2 company,return tata,71 dell,78 cts,27 hcl,23 I ...READ MORE
I am working on a program that ...READ MORE
I am using windows 64bit os and ...READ MORE
How can I do case-insensitive string comparison ...READ MORE
this is my code: import pyAudioAnalysis, speechemotionrecognition from speechemotionrecognition.dnn ...READ MORE
I am working on a code that ...READ MORE
I have the python app running great ...READ MORE
How do I convert a datetime.datetime object ...READ MORE
I use dict to shorten things as ...READ MORE
I was trying to encode some information ...READ MORE
I have these two files: test.py config.py These are the following ...READ MORE
I followed this flask tutorial: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world. I am getting ...READ MORE
Hello, I am getting the error "ValueError: could ...READ MORE
embeddings_index = {} embedding_dim = 100 f = 'glove.twitter.27B.100d.txt' for ...READ MORE
I have data with Gender and protein expression ...READ MORE
I want to write a pandas data ...READ MORE
This is not working : if cond1 && cond2: Can ...READ MORE
I am using Anaconda and Python 3.6.1 ...READ MORE
If I have two variables as follows: a ...READ MORE
I followed this post to install a ...READ MORE
I wanted to make this ML prediction: import ...READ MORE
import speech_recognition as sr def takecommand(): ...READ MORE
This is the code : def download(): ...READ MORE
I am getting this error when launching ...READ MORE
Code: import imaplib from email.parser import HeaderParser conn = imaplib.IMAP4_SSL('imap.gmail.com') conn.login('example@gmail.com', ...READ MORE
The error message: Traceback (most recent call last): ...READ MORE
I installed setuptools 1.0 with ez_setup.py from https://pypi.python.org/pypi/setuptools. Then ...READ MORE
I am working on Raspberry Pi with ...READ MORE
I am facing an error when decoding ...READ MORE
I've read the examples in python docs, ...READ MORE
How can I convert a string into ...READ MORE
What is the raw_input function? Is it ...READ MORE
What does %s mean in Python? And what does ...READ MORE
I've created a dictionary of values from ...READ MORE
936 429 I'm learning the Python programming language and ...READ MORE
The greatest common divisor (GCD) of a ...READ MORE
How does super() work with multiple inheritance? For example, ...READ MORE
x = 16 sqrt = x**(.5) #returns ...READ MORE
I want to understand why do we ...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.