Bryce Boe

The Adventures of a UCSB Computer Science Ph.D. Student

Skip to: Content | Sidebar | Footer

Tag: python

Django

22 April, 2007 (15:27) | Uncategorized | By: Bryce Boe

What two posts within an hour? Yeah I originally had this following my previous one however the post was too long and I’ve decided my posts should try to stick to a single topic.
So whilst I was waiting for Ubuntu Fesity Fawn to download I started checking out the Django Project and wow I’m pretty [...]

Combining PHP and Python

7 November, 2006 (13:32) | General | By: Bryce Boe

I’ve been writing code in php for three years now, and within the last year discovered the python language. Without going into much detail I find myself utilizing python more so than php. I do have things I dislike about python (mainly its documentation as compared to php’s) but for the most part it [...]

Line Segment Intersection Algorithm

23 October, 2006 (19:59) | Uncategorized | By: Bryce Boe

November 11th I’ll be participating in the Southern California Regional ACM programing competition. This is my second time competing as well as Adam’s. One of our practice problems involved finding if a wall blocks the path between two points. At the time the only way I could think of doing this involved solving [...]