News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
Step 1: Read Rectangles from Input File for each line in the input file: read the line construct a Rectangle object from the line (x1, y1, x2, y2) add the rectangle to the list: rectangles[] Step 2: ...
Welcome to the py_gd project. For the project at hand we needed fast and simple drawing -- 8-bit color, no anti-aliasing. We also wanted a nice simple API to work with. There are a number of newer ...