Explore >> Select a destination


You are here

initialcommit.com
| | simeonfranklin.com
4.1 parsecs away

Travel
| | Simeon Franklin - Web Developer
| | fpgatutorial.com
4.4 parsecs away

Travel
| | Learn how to write SystemVerilog functions in order to write code which can be reused across multiple designs.
| | pedrokroger.net
4.5 parsecs away

Travel
| | Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
| | aaronluna.dev
10.5 parsecs away

Travel
| Decorators can be a daunting topic when first encountered. While the Zen of Python states "There should be one- and preferably only one -obvious way to do it", there are many, equally valid ways to implement the same decorator. These different methods can be categorized as either function-based, class-based, or a hybrid of both. In this post I will explain the design and behavior of Python decorators and provide examples of decorators that I frequently use in my own code.