Advanced Uses of Python Decorators

This tutorial aims to introduce more interesting uses of Python decorators, specifically how decorators can be used on classes and how to pass extra parameters to your decorator functions. Read more

Similar

The (lack of a) case against Python 3

A few days ago, well-known author and developer Zed Shaw wrote a blog post, “The Case Against Python 3.”   I have a huge amount of respect for Zed’s work, and his book (Learn Python the Hard Way) is one whose approach is similar to mine — so muc...

Read more »

How do Ruby and Python profilers work?

Hello! As a precursor to writing a Ruby profiler I wanted to do a survey of how existing Ruby & Python profilers work. This also helps answer a question a lot of folks have been asking me, which is “How do you write a profiler?”... (more…)

Read more »

Getting Started with Python in vs Code

In this tutorial, you use Python 3 to create the simplest Python "Hello World" application in Visual Studio Code. By using the Python extension, you make VS Code into a great lightweight Python IDE (which you may find a productive alternative (more…)

Read more »