Menu

Tag Archives: Python

Python – Get Total Length of Video Files
Previously, I wrote about Counting Lines of Code in a given directory. Recently, I had a similar curiousity- “how long are all the video files in [...]
Filling your Jars with Python
So lately I’ve been doing quite a bit of Java related stuff. I’ve learned a lot. Mostly about how much better C# is, to be honest. But this [...]
The Lost art of Command Line Parameters
Most application frameworks/languages provide access to the Command Line parameters passed to your application. Generally it is passed to your application [...]
Kicking the ItemBucket
Randomization is something that is pretty much a staple in games. But the tricky part is randomizing in an expected way. Some kinds of randomization, you [...]
Anagrams Part X: PHP Performance
Somehow while creating the various anagram implementations for the previous entries in this series, I neglected to create one for PHP. This was primarily [...]
Programming Language Performance Part IX: Parallelized C# and Conclusions
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
Programming Language Performance Part III: C#
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
Programming Language Performance Part II: Python
In order to compare various languages, I will be implementing a anagram search program in a variety of languages and testing and analyzing the resulting [...]
Programming Language Performance Part I: Overview
Much like my previous posts on the subject of programming language polarization, this one comes as a response to what I feel are flawed perspectives on [...]
Language Wars
It is a frequent point of debate in many web communities that contain programmers- or back-seat programmers, as it were, to argue that such and such [...]