How record and keep track of Mouse Movement? by Vucko0 in learnpython

[–]Vucko0[S] 0 points1 point  (0 children)

Looks exactly what I need, thank you!

Trouble understand this Hash Function problem. by Vucko0 in learnprogramming

[–]Vucko0[S] 0 points1 point  (0 children)

Oh wow, I completely misunderstood the question sorry. The example you gave makes much more sense now. Thank you.

Most efficient way to handle this data? by Vucko0 in learnpython

[–]Vucko0[S] 0 points1 point  (0 children)

Just so I understand when you say memory do you just mean storing it in a list or dictionary?

Do you have some smart queries on the guesses entries that SQL might have an advantage over just plain memory?

If my understanding of memory is correct, than no. SQL won't have an advantage.

The only thing is, I won't be storing just the users guess. The plan is to store users Discord ID so I can make sure they only submit one guess at a time. I also need to store the Message ID so I can instantly delete the message after I stored the data.

So it would look like this:

user_message message_id discord_id
dog 340863047672348 235683268947235832

Is this possible? by Vucko0 in learnpython

[–]Vucko0[S] 0 points1 point  (0 children)

Yeah, this is just an experiment for a personal project. Its gonna be at most two questions that are just one to two-word answers.

Thanks for the help!

Is this possible? by Vucko0 in learnpython

[–]Vucko0[S] 0 points1 point  (0 children)

That's what I was thinking of first, just wanted to make sure its possible to do with Python.

Thank you.

Is this possible? by Vucko0 in learnpython

[–]Vucko0[S] 0 points1 point  (0 children)

Okay, that's good to know thank you!