STL Python: Class Complete!
STL Python has just finished it’s inaugural programming class: Intro to Programming with Python. With slightly more than a full class, I’d call it a success.
Read onSTL Python has just finished it’s inaugural programming class: Intro to Programming with Python. With slightly more than a full class, I’d call it a success.
Read onAfter reading this Scott Hanselman post on keystrokes I’ve realized that while I’ve tweeted quite a bit in the past couple of years I’ve hardly ever blogged, when that would be much more useful (not to mention sustainable.)
So, here’s a little script wrapper for posting quickly to a Jekyll blog hosted on your filesystem.
Read onSo last week I attended Strangeloop (which was excellent, by the way, and you should go if you ever have the slightest chance.) I had a couple conversations with people about performance and JIT compilers and stuff like that, and right now I’m really tempted to try out Pypy. The target project which I’m thinking about has the following properties:
Read onI’ve finished a little script for graphing taskwarrior dependencies with GraphViz and Python. Have fun with it.
Read onI just found out something neat about Python’s dict syntax. First of all, of course this works:
>>> d = dict(a=1, b=2, c=3)
Read on