March 2009

"Bankruptcy Gain" Day 1

During one of my seminars on the U.S. Auto Industry, someone introduced the idea that bankruptcy code can encourage would-be entrepreneurs to actually start a new business; in the context, we were discussing how Henry Ford failed when first starting a motor company, but because of bankruptcy and, essentially, a new slate he was able to chase automobiles again with a second newer company.

"Game Programming" Ch. 3

Tags:

This chapter discusses if statements, while loops, functions, and variable scope. All using Python.

if Statement

An if statement evaluates whether an expression is true or false, and executes the immediate next indented block of code if it is true(in Python).

"Game Programming" Ch. 2

Tags:

This post is pretty dry.

Data Types

Harris explains three different data types in Python; strings, integers, and floats; a string is text information, an integer is an integer, and a float is a decimal number.

"Game Programming" Ch. 1

Tags:

I'm not going to record everything covered in the chapter, but here goes:

Installing Python

Python is an interpreted language, which means any machine running Python must have the engine installed--in other words, it doesn't produce stand-alone .exe executable files. Easily available from www.python.org.

Learning Python?

Tags:

A week before my spring break when I knew I wanted to pick up C++ again, I ordered a book off of Amazon. When it had not arrived the Thursday I was packing to leave, I sought any other primer on C++ from the MSU library. No luck. Finally, I tried some "game"- related keywords, and turned up this book written for Python programming.

"Progress" progress

Tags:

In my last post, Road Map, I discussed one new page for my website: the "Progress" page.

One essential feature for this page was the capacity to "nest" tasks within projects. I really had no idea how to accomplish it.

Road Map

Tags:

This wouldn't normally class as a "development note", but I want to be transparent and reflect on the future of this site.

Here is a roadmap for current additions I am hashing and re-hashing...