문제

I'm sure this question is a great candidate for being closed as not being strictly a programming question but here goes.
I started developing a simple toy website using Django. The IDE I decided to use was JetBrains's PyCharm. My trial period has no expired. Can you recommend another IDE that's comparable to PyCharm but doesn't cost the $99?
Or do you think PyCharm is worth the $99?
I'd like to eventually incorporate myself so i can expense these types of expenditures, but as of right now, I can't wait until I'm incorporated to start developing .
Any suggestions will be appreciated.

Edit: I'm running Fedora 13.

도움이 되었습니까?

해결책

I purchased PyCharm as I do not find Eclipse with PyDev to really deliver what I need.

Of course, your mileage may vary, but I found the ease of which I could use TextMate syntax highlighting schemes with PyCharm a very large plus. I am rather infatuated with Monokai as my default colour scheme and setting it up with PyCharm was so much less painful than having to try and get Eclipse to play nicely.

Also, the download/update is more manageable with PyCharm than it is or ever will be with Eclipse.

The developers at JetBrains are also very responsive with regard to feature requests and bug fixing.

All in all the positive sides of PyCharm were for me the reason to bite the bullet and spend the money. As a disclaimer I have to mention that I had been able to buy it at the 50% price which was available during beta testing.

다른 팁

I'm posting this for future reference.

First, if you are in dire straits - try contacting JetBrains and ask for a trial extension. Thats what I did when I started out with Pycharm and couldn't afford a license. They were super helpful.

Buying the license was the first thing I did when I actually could spare the money.

Pycharm is worth every penny and will help you work faster and better. JetBrains products are in my opinion second to none (perhaps Visual Studio) and cheap for what they offer.

The best part of Pycharm is their JavaScript editor which really beats anything I had laid my hands upon before. Editing Python is pretty unproblematic in any environment. But JS can be a bitch.

I cannot stress this enough, support the JetBrains team for the sheer awesomness they are unleashing upon the world.

Try PyDev from Aptana. Tutorial on setting it up on windows.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top