Archive for the ‘Python’ Category

Changes to Toppy, new domain: sc2topstreams.com

  I finally got around to giving Toppy its own domain. Go check it out at: sc2topstreams.com. I also changed the background image to make it smaller and reduce my bandwidth usage (hey, it’s a free service!). Toppy is still a work in progress. I plan to add some cool jquery to show you the [...]

More »

I created Toppy!

I’m so excited about finally polishing my Python app. I made Toppy a few weeks ago for my personal use, but since some people at sc2mx.com liked it, I went ahead and polished it, added some more features, and overall improved it. I also documented the source code, in case I want to make it [...]

More »

If I learn only one programming language…?

Some guy on Yahoo! Answers asked the following: If I learn only one programming language, which would be the best to pursue? My goals would be general software design, internet based software (programming for social networking sites), and gaming. I’m new to programming but interested in pursuing study of a language. It is intimidating to [...]

More »

How to install django-oembed in WebFaction

Gave me some trouble, so I’d figure I would write a short guide for those of you unfamiliar with Linux. (By the way, if you guys need a good Web Host, I highly recommend the guys at Webfaction.com) Anyway, here is how you do it: CD into your webapp. Usually, it’s something like this: /home/username/webapps/your_app/ [...]

More »