Posts Tagged ‘Python’
TDD python programming example
Continuing the work on my archiving system, we have now come to the point where the actual programming is done. Last week, I discussed what I wanted to program and how I got organized. This blog entry is about programming and unit testing. Read the rest of this entry »
Summer cleanup
I’m running out of disk space. So it leaves two choices; buy a new disk or remove the old unused stuff. I know that I have email archives and other documents that I cannot find after last reinstallation, so I need to be sure that I don’t delete the wrong backups. Read the rest of this entry »
Teaching python
We have decided to teach the students Python. Since the topic of which programming language is the better one, I would like to shared my thoughts on why we chose it.
I will also discuss our thoughts on why unit testing might be a very good idea for teaching programming. Read the rest of this entry »