Earlier quoted context omitted.
Try PyCharm. It works on Mac and Windows and is miles ahead of XCode for Python.
Haven't tried it yet, might give it a try. The debugging looks cool and even Guido seems to think it has some benefits: https://profiles.google.com/115212051037621986145/buzz/CGh9M... - note he mentions painful SCM integration, as usual in IDEs that just doesn't work well. SCM support I usually turn off as it adds iteration lag typically. Prefer the scm tools directly almost always.
Python Tools for Visual Studio
21–30 of 134 posts
Re: Python Tools for Visual Studio
#22This doesn't even mention the most awesome feature of PTVS 2.0: mixed-mode debugging, which provides an integrated experience for debugging mixed Python/C processes. See https://pytools.codeplex.com/wikipage?title=Mixed-mode%20deb... for details. Disclaimer: I used to work on IronPython.
Re: Python Tools for Visual Studio
#23This doesn't even mention the most awesome feature of PTVS 2.0: mixed-mode debugging, which provides an integrated experience for debugging mixed Python/C processes. See https://pytools.codeplex.com/wikipage?title=Mixed-mode%20deb... for details. Disclaimer: I used to work on IronPython.
Re: Python Tools for Visual Studio
#24Earlier quoted context omitted.
Haven't tried it yet, might give it a try. The debugging looks cool and even Guido seems to think it has some benefits: https://profiles.google.com/115212051037621986145/buzz/CGh9M... - note he mentions painful SCM integration, as usual in IDEs that just doesn't work well. SCM support I usually turn off as it adds iteration lag typically. Prefer the scm tools directly almost always.
I keep SourceTree, by the same company, running while I'm working in PyCharm, and it picks up all the changes nicely. It has been my crutch in becoming competent using Git.
Re: Python Tools for Visual Studio
#25Re: Python Tools for Visual Studio
#26There are a lot of Python IDEs out there, some very good, such as IntelliJ IDEA. I'd prefer to see an objective comparison.
Re: Python Tools for Visual Studio
#27This doesn't even mention the most awesome feature of PTVS 2.0: mixed-mode debugging, which provides an integrated experience for debugging mixed Python/C processes. See https://pytools.codeplex.com/wikipage?title=Mixed-mode%20deb... for details. Disclaimer: I used to work on IronPython.
Afaik that's exactly what the first all-in-your-face picture is showing? And man that is seriously awesome indeed.
Re: Python Tools for Visual Studio
#28I primarily use Sublime, TextMate or Komodo on Mac for python dev but would love to also use VS. I do run windows and do most dev on that under VS. Maybe one day VS will come to Mac, I know that doesn't follow the platform mission but would get some good traction for Visual Studio going forward and a little fire under Xcode for C/C++ dev on Mac. At this point both XCode and VS are pretty equal but XCode I also like a…
Re: Python Tools for Visual Studio
#29Re: Python Tools for Visual Studio
#30Do people run django production sites on Windows? Not trolling, genuinely interested.