Posts by Maicon • 43 points
2 posts
-
2
votes0
answers37
viewsQ: What is the main use of decorators in classes
I would like to understand more about decorators with classes, what their main advantage within a class, which decorators are most used, if there is any alternative to them, and how to know when to…
python-3.xasked Maicon 43 -
2
votes3
answers4009
viewsQ: How does the python sys module work and what is it for?
I am following a book, and I am not able to understand a part about Command line parameters, on this page he is using the sys module and working with the arqv list: import sys print(f"Número de…
python-3.xasked Maicon 43