-
Tags
adsense animation apache apple blog coding compsci css diy facebook flash forum game google hard drive humor internet explorer iphone itunes java javascript link linux mac mysql Photography photoshop php Programming prototype python robot robotics school scratch search engine teaching theme tips twitter usb video web design wordpress youtubeMy Other Sites
Tag Archives: python
trac error – Unable to get database connection within 0 seconds
Spent the better part of today fighting to get trac installed on my server so I can keep track of development tasks. Finally gave up trying to get the RVSkin version installed as it seemed to be a mess and … Continue reading
String methods in Scratch BYOB
Each of the last 3 years we’ve been able to get more and more out of Scratch as it went from 1.2 to 1.4, and especially now with the BYOB 3 version from Berkeley. Adding in the ability to have … Continue reading
Teaching recursion with Scratch BYOB
One of the biggest limits we came across teaching with Scratch this year is the inability to write methods and use parameters. Methods, returns, and parameters are probably the only major concept in our intro CompSci class that we can’t … Continue reading
Posted in Computer Science
Tagged compsci, python, recursion, scratch, sierpinski, teaching
5 Comments
Don’t “unplug” your students
Came across this post from a technology teacher in Cedar Park, Texas. Much of what she talks about is the result of a conference she returned from in Austin a couple weeks ago. A conference that I, along with a … Continue reading
isPalindrome function in Python
I’ve started playing around with Python, and the more I do the more I like it. Python makes it very easy to do simple, scripty type stuff, but also has the ability to do OOP if that need arises. Here’s … Continue reading