-
👋 Hi, I’m @WilliamSpanfelner
-
👀 I’m interested in using Python with Swift in iOS environments and why it may or may not be desirable.
-
🌱 I’m currently learning more Python with the London App Brewery and Angela Yu's 100 Days of Code: The Complete Python Pro Bootcamp for 2022 on Udemy.
-
🧑💻 This Python project illustrates a use case for decorator functions. Specifically, this code will time the execution of two different functions and report the results for comparison.
-
💞️ I’m looking to collaborate on application development.
-
📫 How to reach me ... Twitter: @WSpanfelner
-
Notifications
You must be signed in to change notification settings - Fork 0
WilliamSpanfelner/day-54-CodeExecutionTimer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Decorators are functions that take functions as input and can be used to test the efficiency of code. Drop function into this decorator and it will tell you how long it took to execute.