Posts by SnowBG • 49 points
4 posts
-
1
votes1
answer487
viewsQ: Get and Set using PROPERTY - Python3
As an apprenticeship of Property, created a small currency converter. See: class converteMoeda(): def __init__(self, dollar=0, real=0): self.dollar = dollar self.real = real def toDollar(self):…
-
1
votes1
answer187
viewsQ: Difference between normal avg and using case when in Mysql
I have two queries that are supposed to give the same result, however it is not happening. Can someone explain to me why it is not displayed even result? Query that returns me the expected result:…
-
3
votes1
answer659
views -
-3
votes2
answers2646
viewsA: Python installed but Environment Variables (Environment Variables) does not contain the information
I’ve been through this trouble too. As I solved: My Windows is the 64 bit 10. I found out that the Python download page forces you to install the 32-bit version. This creates numerous problems. To…