Posts by Leandro • 1 point
2 posts
-
0
votes2
answers709
viewsA: double for with python
class Capacity: def __init__(self, cod_sala, capacidade, idade): self.cod_sale = cod_sala self.capacidade = capacidade self.idade = idade self.students = [] import pyodbc import re conn =…
python-3.xanswered Leandro 1 -
0
votes2
answers709
viewsA: double for with python
I believe that the ideial would be you to filter what you are already looking for in your query, and avoid processing on the application side. Making a simple comparison later. If you use the same…
python-3.xanswered Leandro 1