# learning some python wow, it's been over a year since i last dev-blogged. well, i contributed a few tests and got familiar with vilmibm's [tildemush][1] project. it's gotten me interested enough in python that i want to actually build some lil' things with it. i'm starting with a command line interface for [botany][2] that simply prints the user's current plant art (and information about the plant?) to stdout. if it goes well as a standalone thing, i might even create a pull request on botany to get it merged into the actual application. (don't know if the creator would even be cool with that though.) i imagine the interface to work something like this: $ botany --print-plant --html ### returns:
      ***
       |e
    
[1]: https://github.com/vilmibm/tildemushc [2]: https://github.com/jifunks/botany