You can create subsurfaces, one for each sprite. [ http://www.pygame.org/docs/ref/surface.html#Surface.subsurface ]
Have you seen these tutorials? They will get you started learning what classes are and how they work http://docs.python.org/tut/ http://docs.python.org/tut/node11.html -- Jake