Welcome, Boot Campers!
Welcome, Ubuntu Boot Campers, to the CoDE-IT web site! If you made it here without trying any detours through Tumblr, Facebook, or 9GAG, congratulations! You have great self-control. That will serve you well as a student of Ateneo de Davao University. If you just HAD to go to a social network site first, well…tsk, tsk, tsk…. But enough guilt-trippin’! You’re here because your facilitator asked you. That means you’re somewhere…
Read more...Python warmup exercises
Programming problems I am using as warmup exercises in my Python programming class. The key is to give them some simple problems they can solve so as not to discourage them, at the same time giving them more difficult problems to challenge them. 1. Write a program that will ask the user for a number between 1 and 20, then print a line of * of that length. Example: Enter…
Read more...