I'm assuming you mean that you're seeing people use iframes of their own content on Facebook Brand Pages, which is indeed a pretty common thing recently.
The documentation you're looking for is facebook's Page Tab Tutorial, which walks you through how to set these up. Technically, you're building an Application on Facebook, you're just only showing it in a Page Tab, rather than on a Canvas Page.
The more general documentation about Apps on Facebook will almost certainly prove very useful, but make sure you remember that you only care about the Page Tab stuff, not the Canvas Page stuff.
Whilst Facebook's documentation has historically been pretty poor, they've invested a fair amount of effort into improving things recently, so you should find it relatively straightforward. Most of the code samples are in PHP, but they do still have a Facebook Python SDK. They are withdrawing support for this SDK on 1 April 2012, so you may want to take your own copy of it pretty quickly, or look at the alternative SDKs that are probably springing up. I'm afraid on that point, I can't be of much help (I'm a C# developer, not a Python guy), but I'm sure if you ask more-specific questions on here you should get some useful answers.
It's worth bearing in mind too that Facebook have their own view onto StackOverflow at http://facebook.stackoverflow.com/, which their developers and developer-advocates do monitor, so don't be afraid to ask further questions if you get stuck.