python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to post ID of span using ajax
I need post ID of span using ajax, but it doesnt work :D alert($(this).attr("id")) work so why doesnt work ajax?
$(".nav-item").click(function() {
$.ajax({
method: &quo...
Lexikonn
Votes: 0
Answers: 1
AttributeError: 'str' object has no attribute '_historical_klines'
I am brand new to coding bots and coding in general. I copied a simple bot tutorial for beginners. The follwing part is for getting historical data of crypto stocks:
def gethourlydata(symbol):
fra...
Adam Miller
Votes: 0
Answers: 1
Can anyone tell me what I am doing wrong, dictionary vs list in Python?
I am trying to initialize a dictionary as a attribute in my object and trying to use defaultdict. Somehow, it works on Mac not Windows. What I want is:
1 {'1':[], '2':[]}
2 {'1':[], '2':[]}
Here is w...

b ba
Votes: 0
Answers: 2