My Python Files
File Name Description

Dir Dir.py This was supposed to be a simple module I was writing for simple operations on directories and files, but so far, it doesn't really work the best as a module.
deleter deleter.py This was one of the first Python files I wrote that actually performed actions on the file system. This is what Dir.py was based off of.
Pear Calorie Converter pearcalorieconverter.py Just something I wrote when I was bored. Tells you you how many calories you consumed based on how many pears you ate. I compared it to the ruby file.
Calorie Finder calfinder.py This evolved out of the Pear Calorie converter. It's not completely finished yet, I made it mainly for practice.

My Ruby Files
File Name Description
Pear Calorie Converter pearcalorieconverter.rb Just something I wrote when I was bored. Tells you you how many calories you consumed based on how many pears you ate.I compared it to the python file.

My Perl Files
File Name Description
Pear Calorie Converter pearcalorieconverter.pl I already wrote the files for Python and Ruby, and I thought, why not write one in Perl.

 

Languages
Python
Ruby
Perl
You can see my real blog at OnlinePython