Explore >> Select a destination


You are here

initialcommit.com
| | aaronluna.dev
4.4 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.
| | www.pmatiello.me
4.1 parsecs away

Travel
| | Implementing interface contracts in Python with class decorators
| | www.jeremymorgan.com
2.9 parsecs away

Travel
| | Want to write and call functions with Python? Here's a complete step by step guide to help you master this skill.
| | endormi.io
26.0 parsecs away

Travel
| I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI.