Lost your password?

Blogs about: Programming Rants And Notes

Featured Blog

Python + dtrace == insanely cool

meantheory wrote 2 months ago: dtrace is a sun developed (apple ported) technology for telling you what your computer is doing. I w … more →

Tags: Apple, Dtrace, Python, SnowLeopard, Sun

Sphinx Documentation System

meantheory wrote 2 months ago: Sphinx is an excellent way of maintaining documentation, especially as it relates to programming, in … more →

Tags: Documentation, Python

mssql + freetds + pyodbc + snow leopard

meantheory wrote 2 months ago: I develop on a mac but have to connect to mssql at some point or another. I had heard of freetds but … more →

Tags: freetds, MSSQL, ODBC, pyodbc, Python, SnowLeopard

Unicode is Evil

meantheory wrote 2 months ago: Unicode is evil, that is all. … more →

Tags: Unicode

Python Concurrency

meantheory wrote 7 months ago: Attended David Beazley’s python concurrency class over the weekend in Chicago. We were schoole … more →

Tags: concurrency, Python

pyodbc and ubuntu (jaunty)

meantheory wrote 7 months ago: Mr. Eden has a great post on accessing mssql from linux. I had to add one package (unixodbc-dev) to … more →

Tags: MSSQL, ODBC, pyodbc, Python, ubuntu

memcache on ubuntu (intrepid ibex)

meantheory wrote 9 months ago: Took me a few minutes to find all this so I thought I should take note. Installing memcache sudo apt … more →

Tags: memcache, ubuntu

David Beazley's Introduction to Python Class

meantheory wrote 10 months ago: Attended a Python class this week.  Mr. Beazley put’s on a great introduction to python class … more →

Tags: Python

My first time with Ruby and Gem6 comments

meantheory wrote 1 year ago: I had no real opinion on ruby.  Heard it was like python, just different.  I like python.  I wanted … more →

Tags: gem, javascript, Ruby, sproutcore

PostgreSQL with some Jeos

meantheory wrote 1 year ago: PostgreSQL – Open source database (their website here). Jeos – Stripped down Ubuntu for … more →

Tags: Debian, Jeos, Postgres, ubuntu

Directed Acyclic Graph

meantheory wrote 1 year ago: Directed Acyclic Graph.  Big Words, dag for short?  Interesting data model for the tool box. Git use … more →

Tags: Git, graph, datastructure

Leopard Kerberos Version

meantheory wrote 1 year ago: What version of kerberos is leopard running?   This took a bit of googling to answer so I thought I … more →

Tags: Mac, Kerberos, Security

Does the file exist?

meantheory wrote 1 year ago:   Python 2.5 has a cool any(iterable) function.  I needed to know if a file existed somewhere in a t … more →

Tags: Python

Connection Strings1 comment

meantheory wrote 1 year ago: odbc and mssql are the least documented/supported databases in nearly all open source projects.  I u … more →

Tags: Python, Database, ODBC, sqlalchemy

An Alchemist's Trials

meantheory wrote 1 year ago: SQL Alchemy is a terrific little library.  At least I think so on days ending in p. To be quite hone … more →

Tags: alchemy, Database, MSSQL, Python, sqlalchemy

mssql - odbc - python hell5 comments

meantheory wrote 1 year ago: I am using python. Hooray for new fangled scripting glory.  My business is an mssql shop.  meh. I se … more →

Tags: Database, pyodbc, Python, sqlalchemy


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS