Posts by Ítalo Unhaiser • 33 points
3 posts
-
1
votes1
answer171
viewsQ: Python Hashlib Function: Typeerror: update() takes in keyword Arguments
I am working on a script where in one of the steps I will have to use the function hashlib to convert one string list to another via SHA256. However, I’m having some problems that I haven’t been…
-
0
votes1
answer40
viewsQ: Doubt - Query Sqlite
I’m having questions on how to write a query. Follow the problem information: I have 3 tables, the first being an athlete registration table (id, name, age, country...), a second table with…
-
1
votes3
answers61
viewsQ: Query SQL Doubt - Query using two tables
I’m having doubts about how to query. The problem is the following: I have two tables similar to the ones described below (I don’t have exactly how they were, but are next to the representation…