Posts by Ismael Silva Limq • 45 points
2 posts
-
1
votes1
answer115
viewsQ: It is recommended to use the JSON type in the columns in the table below
I am learning relational databases, so I decided to create a school administration system, I made a table only to keep all the student’s school history (all the newsletters with other information).…
-
0
votes1
answer55
viewsQ: How to handle numbers larger than the FLOAT type in Python-3.x
I am having problems with the type of FLOAT data in Python. I have an algorithm that generates very large numbers, but the type FLOAT does not support them. See: 35 denominadorP = fatorial(p) 36…
python-3.xasked Ismael Silva Limq 45