BurntSushi / nflgame

An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
http://pdoc.burntsushi.net/nflgame
The Unlicense
1.27k stars 413 forks source link

Hardware/OS #105

Open cminton opened 9 years ago

cminton commented 9 years ago

This is not really an "issue". I'm interested in what hardware, OS and editor/IDE others are using. Does anyone have an opinion as to a "preferred" platform? Thanks.

Charlie

BurntSushi commented 9 years ago

My editor is vim and my OS is Linux. Hardware is a PC that I built.

I think that installing and using Python packages is significantly easier on a UNIX based system, but there are plenty of Windows users and I do try to make it as easy for them as I know how. In theory, Python is a cross platform programming language, but in practice, I find its use on Windows to be awkward. (Probably because I am not a seasoned user of the Windows shell.)

cminton commented 9 years ago

Thanks Andrew. I’m not really happy developing on the mac. I don’t like the Windows UI (PC or Mac). I used to develop with C++ on a Linux box. I’m going to check out the one you built.

Thanks again, Charlie

On Dec 21, 2014, at 5:15 PM, Andrew Gallant notifications@github.com wrote:

My editor is vim and my OS is Linux. Hardware is a PC that I built. http://pcpartpicker.com/user/burntsushi05/saved/rGGfrH I think that installing and using Python packages is significantly easier on a UNIX based system, but there are plenty of Windows users and I do try to make it as easy for them as I know how. In theory, Python is a cross platform programming language, but in practice, I find its use on Windows to be awkward. (Probably because I am not a seasoned user of the Windows shell.)

— Reply to this email directly or view it on GitHub https://github.com/BurntSushi/nflgame/issues/105#issuecomment-67787316.

BurntSushi commented 9 years ago

Yeah, I'm not really a fan of most of the UIs on Linux either. So I built my own window manager. :-) https://github.com/BurntSushi/wingo --- Been using it for a few years now.