Can I draw points with a script?

Hi

I would like to draw a number of points in the standard 3D view (not game engine environment).
Is that possible? I do not see any Point class in the reference.

A point might be thought of as an Empty. So you could create multiple Empties at specific locations in the scene. Also points can be part of a curve or mesh as well.

you could use draw handlers to overlay the 3d viewport.