www.main.lv
Don't think just code it

2009-08-31 Python PyGame Tutorial Image Loading

Draw some image and make for it
surface image = pygame.image.load("image_name.format") 

then copy image surface to screen
surface. screen.blit( source_surface , (position_x,position_y) )

Tutorial source