This document summarizes a lecture on CUDA Ninja Tricks given on March 1st, 2011. The lecture covered scripting GPUs with PyCUDA, meta-programming and RTCG, and a case study in brain-inspired AI. It included sections on why scripting is useful for GPUs, an introduction to GPU scripting with PyCUDA, and a hands-on example of a simple PyCUDA program that defines and runs a CUDA kernel to double the values in a GPU memory array.