luminosity comments on Open Thread, July 1-15, 2013 - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (342)
Partly personal preference, partly an inability to answer your question in a Windows programming environment, not being particularly familiar with SQL Server. While you can install things such as postgres, python, etc on Windows, getting a working setup on an ubuntu system to play with for free, is trivial:
e.g.
python
import psycopg2
(Code not tested, don't currenty have an environment to test it on... you get the idea though.)
Again though, this is the environment I do nearly all my coding work in. I'd not be surprised if a Windows developer found getting an SQL Server Express install up and running on their system to be far easier for them. I'm just not able to walk you through that.
Understood. I do not expect that learning Linux is a useful way to spend my time, however, so I'll pass. But Postgres does seem to have a Windows version, so I'll give that a shot. It seems to be what I'm looking for.