Jamie Starke bio photo

Jamie Starke

I develop for my career, but I also develop for fun, and whenever I think it can solve a problem I'm having. This has lead me to create side projects, such as Rental Map and BusTimes, among others.

Consulting Newsletter Email LinkedIn Github Stackoverflow More

Posts Tagged “Python”

BusTimes

2012 Find the time of your next bus, fast! - BusTimes. BusTimes.ca is a Web-based application for mobile devices, designed to help answer the question of "Wh...

TweetSeeker

2011 TweetSeeker is a web-based tool for exploring Twitter users status updates.

2D Lists

This has been shamelessly borrowed from Chris Luce, as he showed them in one of my tutorials last week.

Scope of Variables

We covered a number of examples using scope. I have decided to post these examples so that they will hopefully help you all better understand scope.

For Loop Examples

The first example from this week was a count down. This would display on screen a count down from 10 to 0.

While loop Example

Here is the intersection example from last Wednesay and Thursday’s tutorial.

If Statements

Here are 3 examples of using if statements in python.

Scrutinize

Scrutinize is a web based tool designed to take information from a source code repository, and present it in a way that allows project team members to learn ...