I had a code that averaged exponentially from the pandas pd.ewma () method
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipyth...
When you work with Flask in debug mode, Werzeug runs a child thread of your application which will receive the changes you make to the source code and update them live.
You can disable this option of the son thread but what you read is not re...
Hello, sorry, I'm new to Matplotlib and I have a problem. I have 2 queries to Mysql and I get 2 lists of data to graph with bars. The problem is that the second bar (red) should start at point 06 of the x axis and start at 01 with the other bar...
This is the code of an audio player (.wav), which uses Matplotlib to graph the spectrum, which I have been modifying:
import matplotlib
import pyaudio
import wave
import sys
import numpy as np
import multiprocessing
duration = 12.5
filename...
I'm conducting distance queries using the google API
for r in cursorConsulta:
googleGeocodeUrl = 'https://maps.googleapis.com/maps/api/place/nearbysearch/json?location='
punto = str(r[1])+','+str(r[0])
id = r[2]...
Someone will know how to make the python to oracle connection and try to do it with
import cx_Oracle
but I got the following error
cx_Oracle.DatabaseError: DPI-1047: 32-bit Oracle Client library can not
be loaded: "The specifie...
I'm having some problems finishing some threads.
My program has a function runthreads ():
def runThreads():
"""
Creates and runs threads.
"""
t1 = threading.Thread(target=netstatCapture, name='netstatCapture')
t2 = thre...
I have made a small script with Python and the PyTS3 module to mutate from my client automatically to all users connected to a TeamSpeak3 server that has not been added to my friends list.
It connects to the client through an add-on called Cl...