Tuesday, May 27, 2008

Oh My Goodness!

I don't know if i can finish on time. Every day i have trouble remembering where i left off.

Monday, May 26, 2008

NOO!!

The end is coming far too quickly. It must slow down! Gah!

Wednesday, May 21, 2008

OH My...

WoW, it is really annoying getting cut off by the bell immediatly after starting something.

Thursday, May 15, 2008

GAAHHHH!!

My goodness it is so hard to actually make the game, there are so many problems to be sorted out constantly. Well I guess that that is the difficult side of debugging.

Friday, April 25, 2008

Group!! or not...

I would like to be able to have help and still create my own game. So, work "alone".

Wednesday, April 23, 2008

GAME!!!

Today we "started" making our own versions of the Adventure game.

Friday, April 18, 2008

Cards again

Once again we continue with making the cards.

Tuesday, April 15, 2008

Thirty-first post of the semester

We started making a card game today.

making time

Well, today we continued making many different aspects of our new class, Time. It's always fun when you notice an easier way that no one else notices.

Sunday, April 13, 2008

Classes

No, not the classes that most people would think of when they hear the would but classes of data Python. We are now learning how to create our own classes.

Thursday, April 10, 2008

Wow

David and i worked together and i was done before anyone else in the class except him of course.

Sunday, April 6, 2008

titleless

we "finished" ch nine exercises and had a 5 minute lecture on all of chapter ten. And dwhit told us about the up coming project...

Thursday, April 3, 2008

another Friday

Today was not so great as, one, i only got 6c and 7 complete and, two, report cards come out today.

Better...

well, better concentration skillz today. I went from the beginning of 2 to almost finished with 6, compared with yesterday when i got done with 1.

Wednesday, April 2, 2008

Post

Another day when i got barely anything done. Sigh, i need better concentration skillz.

Monday, March 31, 2008

Aliasing and Cloning

Both Marcus and I were both exactly wrong about them, :( . And now i have started on matrices again. :( starting ch9 exercises tomorrow.

today

Today we had a lecture lasting for the entire period on Chapter 9, and we still didnt finish it.
we, hopefully, learnt about lists and and stuff.

Wednesday, March 19, 2008

Bubble Gum

ITS THE LAST DAY OF THE THIRD QUARTER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! YEEHAAAAAAA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
we finish ch 7 exercises today and had fun!!

Tuesday, March 18, 2008

nearly...

We are nearly done with chapter 7 exercises, and we are nearly done with SCHOOL!!!!!!!!!!!
Well, 3rd quarter at least.

Monday, March 17, 2008

WHY!! WHY!!!!!!

Why is it SO hard to scroll up and tamper with one of the given functions.

Friday, March 14, 2008

Continuing ch 7

Well, at the beginning of class we were told start the exercises and some did get started immediately but when Dwhit arrived we just spent the entire period going of the rest of chapter seven. And I can't believe that I am actually having this much trouble typing without looking, I've had to backspace and retype tons of times.

Thursday, March 13, 2008

back in our usual room

I finished exercises for chapter 6. and we all started chapter 7, yesterday.

Tuesday, March 11, 2008

another day in Mr Redin's comp lab

Well, one good thing came of it, I learnt a new use for his keyboard covers. They can be used to throw and catch wiffle balls. (:D

Monday, March 10, 2008

another day of programming

today we made a "is_prime" program that tells the user whether the given number is a prime number.

sigh

well, another day doing confusing assignments that i hope to understand

Thursday, March 6, 2008

sleep

next time i will get enough sleep so that i dont fall asleep in any class.

Wednesday, March 5, 2008

poowers and hwile loops

wlel, tdaoy we lnerat how to use wlihe lpoos isndie dinotifeis and sftuf. insertetig but cloud be btteer

by the way, if you can raed tihs mgsasee tehn you are a naroml leritate prosen :)

Tuesday, March 4, 2008

another post

i find posting the most annoying part of the class
today we started chapter six

Wednesday, February 27, 2008

ch5 exer

blah blah blah, still doing more exercises.
i am much more cheerful about the actual work than the posting, so my posts will probably sound very gloomy
bye!!!

Tuesday, February 26, 2008

Teachers having computer lessons

*sigh*
Today the teachers performed a coup de tat and took over the third floor computer lab. Which means that we were stuck with the semi-cruddy computers on the fourth floor.
And all of the internet access was denied apart from a few sites. :(

Sunday, February 24, 2008

paying attention

As obivious as it sounds it is really difficult to get the stuff done when ur not paying attention to how its does.

Sunday, February 17, 2008

GAHH!!!

finally i can log onto my blog again.
today we made the functions.py file that is to hold all of our definitions in the future

Monday, February 4, 2008

FINISHED WITH GUIDO!!

I have now finished the code for the trash-picking-maze! And here it is...
define turnright:
turnleft
turnleft
turnleft
define backup:
turnleft
turnleft
move
turnleft
turnleft
define pickall:
while next_to_a_beeper:
pickbeeper
define solve:
if next_to_a_beeper:
pickall
if front_is_clear:
move
solve
backup
if left_is_clear:
turnleft
move
solve
backup
turnright
if right_is_clear:
turnright
move
solve
backup
turnleft
while front_is_clear:
move
turnleft
turnleft
solve
turnoff

Moving on

Even though several of us aren't done with Guido we are learning about Python. Understandably Python is more complicated than Guido.

Sunday, February 3, 2008

Crowd maze

I dont understand what is wrong with the code i wrote, its the same as what dwhit wrote on the board but it doesn't work!

Thursday, January 31, 2008

Finally

Well, finally finished with the steps for Guido, but alas, finishing that means moving on. :(
*sigh*

Wednesday, January 30, 2008

Helpful Definitions

define movewall:
while front_is_clear:
move
define pickall:
while next_to_a_beeper:
pickbeeper
define cleartowall:
pickall
while front_is_clear:
move
pickall
define turneast:
while not_facing_east:
turnleft
define turnwest:
while not_facing_west:
turnleft
define turnsouth:
while not_facing_south:
turnleft
define turnnorth:
while not_facing_north:
turnleft

Monday, January 28, 2008

First post of the year!!!

*sigh* why does Guido have to be so annoying at times. When he does what you tell him everyone is happy but he doesnt!!