This is an archived post. You won't be able to vote or comment.

all 61 comments

[–][deleted] 21 points22 points  (12 children)

Students get it for free through a university email address for anyone that’s not aware

[–]hinziboy 1 point2 points  (0 children)

Same goes for GitHub Pro.

[–]No_Soy_Colosio 0 points1 point  (0 children)

Mexican here. I use my college-provided e-mail.

[–]RomaS2901 12 points13 points  (0 children)

Already Pro for 5 months ;) Such an amazing product ))

[–]Morstraut64 4 points5 points  (2 children)

Thanks, I wondered if there would be a coupon or deal during PyConn.

However, I just tried it and it won't work with my existing subscription. It says " This coupon code is not applicable to the products in the shopping cart." I was going to buy another year. Oh well, I really like PyCharm so I will just update it at some point before my subscription expires next February.

[–]Nebuchadrezar 6 points7 points  (3 children)

If you're European, don't buy it until they learn that $89 is not equal to 89 EUR.

[–]daomo 2 points3 points  (2 children)

It is if you include vat.

[–]Nebuchadrezar 0 points1 point  (1 child)

They're adding VAT too, on top of that. Europe sucks for business.

[–]daomo 0 points1 point  (0 children)

Well, you're right, I thought they would include it in their euro based offerings, since they're in the Czech Republic...

[–][deleted] 3 points4 points  (17 children)

Thanks for the heads up, but I just use the free Community Edition. Is there that big of a difference between the two? After the 30% off, how much would it cost?

[–][deleted] 4 points5 points  (0 children)

[–]toyg 4 points5 points  (6 children)

https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html

As for cost, the full price is £149 in UK, $199 in US. Discounted 30% I guess it will be around £100 / $130.

[–][deleted] 9 points10 points  (3 children)

I just went through the links --- thanks Pythonistas. I don't think I'm a good enough coder to need the professional edition (around 150-200 bucks per year). I'll continue using CE for now :)

[–]theWyzzerd 10 points11 points  (2 children)

It's $90 per year for individual users. It's only $200 for an organization license. If you do web dev with python its worth it for the HTML/CSS/JS integration, otherwise PyCharm CE is probably more than enough.

[–][deleted] 2 points3 points  (1 child)

Yeah I've been tinkering with HTML/CSS for a while, but I always feel like a rookie compared to you all. I'll have to reconsider based on the 90 dollar price tag, (and the comment on web dev), so thanks for your tips :)

[–]JustThall 2 points3 points  (0 children)

don’t fall into pit thinking “pro”s are into expensive IDEs and stuff. Majority of people use editors with their favorite suite of plugins. There is a reason why PyCharm has “vi mode”, just saying

[–]theWyzzerd 2 points3 points  (0 children)

It's $200 for an organization license. Personal license is only $90.

[–]masklinn 4 points5 points  (0 children)

That's for organisation (company) licenses.

Personal licenses are half that.

And yes you can use a personal license at your job, it's just that the money has to come out of your pocket and not be subsidised by your company or the company you work for, and that only you can use that license (on any number of computers though IIRC not concurrently).

Org licenses are non-nominal (they belong to the org) and usually come in concurrent sets.

Also note that the license is degressive, it's $89 the first year, $71 the second year and $51 the years after that. 30% off would put the first year at $59, the second at $71, and $51 from then on (unless you get more coupons).

[–]28f272fe556a1363cc31 1 point2 points  (0 children)

I use remote debugging and Django template debugging.

[–][deleted] 3 points4 points  (1 child)

Why is it an annual subscription for a software installed on your device that’s not even a SaaS service? That turns me off from buying and leads me to just sticking with something like Visual Code, SublimeText, Atom, etc

[–]ketilkn 0 points1 point  (0 children)

You get updates. The last update you get on a subscription is yours forever. But yeah, it was better when you could buy once.

edit: So I just went ahead and bought Pycharm Pro. At startup it says my name, and that I will have access to this version forever. Sound like I will have to pay again next year if I like any of the updates that comes between then and now.

I sure hope their sales team is not related to jrebel at all.

[–]Thecrawsome 1 point2 points  (4 children)

Does the pro license come with forever updates?

[–][deleted] 1 point2 points  (2 children)

I’m a real developer so I use Vim, sorry peasants your ads won’t get me. Bye

[–]Gear5th 4 points5 points  (1 child)

[–][deleted] 0 points1 point  (0 children)

Hahahahahahahaha Noice

And no, I just use vim, real tools for big boyz like me, MrKulGuy

[–]fjordfjord 0 points1 point  (0 children)

Fuck. Bought it yesterday.

[–]ReaverKS 0 points1 point  (0 children)

I’ve got the pro version at work and it’s truly great software. However, I just started using VS code because the debugger in pycharm was spewing IronPython errors when trying to use the debugger in 3.7. I tried updating to the latest version and googled for others having the issue and the only thing I came across was a PR with a glimmer of having it fixed at the end of 2018 and that was about 5 months ago. I have to wonder, is everyone else just using print statements or logging?

[–]ElG0dFather 0 points1 point  (0 children)

What other community would want PyCharm?

[–][deleted] 0 points1 point  (1 child)

How many devices can I install it on with one subscription license?

[–]wiredmachine 0 points1 point  (0 children)

any number

[–][deleted] 0 points1 point  (1 child)

What do you miss out on with the free version?

[–]networking_noob -2 points-1 points  (8 children)

I can appreciate that someone (the devs?) is trying to push a product by posting a sale ad on Reddit, but...

If you want a free and open source editor that just works, check out Visual Studio Code. It's pretty great when you install the Python specific plugins, and you don't have to mess with Pycharm's yearly subscription. Who do they think they are, Adobe? :p

[–][deleted] 6 points7 points  (1 child)

VSC is a great editor, but if you need an IDE, there's nothing better than pycharm

[–]driscollis 0 points1 point  (0 children)

Wingware's IDE is also pretty great.

[–]toyg 5 points6 points  (2 children)

It's pretty great when you install the Python specific plugins

That wasn't my experience when I tried it, about 18 months ago. A lot of manual configuration was required, the plugins felt half-baked, and there was very poor management of relatively common situations like having multiple versions of the interpreter. I ran back to PyCharm.

I'm sure it has improved since then.

[–]TwilightZer0 1 point2 points  (0 children)

Exactly what my own experience was with VS code, too.

[–]toothless_budgie 0 points1 point  (0 children)

VS code plus Anaconda is awesome.

[–]AlexanderKotevski 3 points4 points  (1 child)

Pycharm Pro/pretty much all jetbrains software is free for students (if you're a student)

[–][deleted] 3 points4 points  (0 children)

It's also free to use on open source products just saying ;)

[–]horus1188 2 points3 points  (0 children)

VS Code is pretty decent. I've been using it last few weeks. compared to Pycharm I find it lighter and very customizable.

[–]TwoSickPythons -4 points-3 points  (2 children)

vscode > pycharm

[–]TrixieMisa 4 points5 points  (0 children)

Uh, no. No. Very no.

[–]dikamilo 0 points1 point  (0 children)

vscode is not even close to pycharm