Welcome at microwebservices.eu, my interests: microservices.com.pl, Java, cloud on AWS, J2EE, containerization/Dockerization, Kubernetes, JEE, EJB, JSP, Maven, Web Services, SOAP, REST, High Availability Systems, Genetic Algorithms, Neural Networks etc. See linkedin.com/in/grathor33/, bitbucket.org and https://github.com/grathor33/
Sunday, October 9, 2022
Saturday, October 8, 2022
Python Decorators – How to Create and Use Decorators in Python With Examples. Major Python
Source:
https://www.freecodecamp.org/news/python-decorators-explained-with-examples/
"Where are Python decorators used?
You'll use a decorator when you need to change the behavior of a function without modifying the function itself. A few good examples are when you want to add logging, test performance, perform caching, verify permissions, and so on. You can also use one when you need to run the same code on multiple functions."
Tuesday, October 4, 2022
Subscribe to:
Posts (Atom)