Hacker News new | past | comments | ask | show | jobs | submit login

I used to use a Windows box at work, and still use one at home for games. Python is getting much better for Windows. But some of the package management still completely sucks. Cmndr helps out a lot, but some of the math heavy packages (I'm looking at you, cryptography) have to be compiled with the version of the Windows C compiler that was originally used to write the package, which is not always easy to find. Or you have to find a precompiled version, which is tricky to install into a virtual environment.

Of course, for general computing, things are good and getting better, and I really appreciate the work Microsoft has put into Python Tools for Visual Studio.

I love my sublime text, but I also have a mad crush on visual studio from my C# days. If VS would support Pyramid as well as it does Flask and Django, I would seriously consider switching to a Windows machine full time.




The compiler issue has been solved by Microsoft with MSVC for Python[0].

For anything that still fails with that (may happen) or if you need NumPy with Intel's MKL, check Christoph Gohlke's Python Module repository[1].

[0] https://www.microsoft.com/en-us/download/details.aspx?id=442...

[1] www.lfd.uci.edu/~gohlke/pythonlibs/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: