Monday, August 24, 2015

about me

about me

Jonathan Williams

I am really bad at writing about myslef but as you can see I know how the <p> tag works.

  • I took several computer science classes in high school including duel enroled classes
  1. chicken
  2. pizza
My class schedual
classesdaystimes
Uinversity 100T9:30am - 10:20am
Intro to TheaterT TH2:00pm - 3:15pm
Geography 101T TH100:am - 12:15pm
German IM W2:00pm - 3:15pm
Elementary StatisticsM W F9:00am - 9:50am
Programming IM W F11:00am - 11:50am
a great resource for anyone learning computer science especially web design my website(may be taken down very soon, backed up to my laptop however) a rap some comedian made about my town, this guy has got lots of other good stuff Stasi 2.0

Wednesday, May 20, 2015

successful reapeat

We successfully recreated the "blinky" that we made that first monday.

Here is the source code:

import pyb x1 = pyb.Pin("X1", pyb.Pin.IN, pyb.Pin.PULL_UP) while True: if x1.value() == 1: pyb.LED(1).on() else: pyb.LED(1).off()

Monday, May 11, 2015

I/O types

PWM
Pulse Width Modulation
ADC
Analog to Digital Conversion
C
C++ style file input/output, explained here
SPI
Serial Peripheral Interface

Wednesday, April 29, 2015

success

We are starting to develop a robotics program with Pyboard. We successfully turned on and off both LEDs.

Tuesday, March 10, 2015

what is this shape?

Tuesday, January 20, 2015

function parameters

Function Parameters tell a function to expect certain input,which it will be told what to do with in the function definition.

Tuesday, November 25, 2014

codemonkey

codemonkey is fun and teaches basic programming in a way that is accessible to kids

Wednesday, November 19, 2014

APS fail

I can not watch the video for bitsbox due to connection issues that I believe are the result of APS blocking YouTube.

codecombat

I'm not sure how well codecombat teaches programming concepts. However it is extremely addicting. It may get some students interested in programming. However I find it lacking and if I knew nothing of programming I would just find this annoying

Thursday, October 30, 2014

text

I am going through the terrific text unit, I hope to finish today or tomorrow

public transportation

completed the Public Transportation project