--- layout: post status: publish published: true title: Profiling a Python Script author: Julien Lengrand-Lambert author_login: jlengrand author_email: julien@lengrand.fr author_url: http://www.lengrand.fr wordpress_id: 546 wordpress_url: http://www.lengrand.fr/?p=546 date: 2012-02-29 11:43:08.000000000 +01:00 categories: - Python tags: - project euler - profile - profiler - module - stack overflow comments: [] --- Here are some simple ways to profile Python scripts.I heavily use this to check my Project Euler solutions.