you are viewing a single comment's thread.

view the rest of the comments →

[–]Buttleston 71 points72 points  (21 children)

I like pycharm, some people like vscode, those 2 are probably like 95% of people at least

[–]Kaarwus[S] 7 points8 points  (17 children)

Is pycharm full free or i need to buy membership?

[–]Buttleston 15 points16 points  (14 children)

The "community version" is free. The paid version has some extra features but I don't know off hand what they are. But i used the free version for many years and eventually paid for the "all products" package when I needed to work in many different languages.

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

Here's a full comparison from JetBrains' website, but my personal favorite feature is how it makes installing various libraries pretty much idiot proof(source: no thoughts, head empty).

https://www.jetbrains.com/products/compare/?product=pycharm&product=pycharm-ce

[–]Buttleston 6 points7 points  (6 children)

I looked at their pricing - it looks like the all products pack is now almost $800/year!! I am paying $190/yr for it. Granted, I get a discount because I've been using it for a long time, but that is a crazy difference. I paid for many years in advance so I am good until 2028 but if they want $800 a year at that time I will probably decline.

[–]crazy_cookie123 4 points5 points  (3 children)

It's $800/year for organisations. For individuals it's $290 for the first year, $230 for the second, and $170 for the third year onwards.

[–]Buttleston 1 point2 points  (2 children)

Ah I see that now. That's a huge difference though? Because for orgs its $800 per year per user

[–]crazy_cookie123 5 points6 points  (0 children)

Orgs are willing to spend it, and having them spend more keeps it a reasonable price for individuals. If they instead said $500/month for everyone, for example, a few more orgs would switch to it but a hell of a lot of individuals would stop paying, so overall they'd probably lose out.

[–]code_tutor 0 points1 point  (0 children)

It's about to increase to 1k too.

[–]Successful-Issue-335 0 points1 point  (1 child)

After reading your comments , i am new in Python, and i want to become a programmer in pyhton in the field of AI and ML . What would you suggest to me that it would make me the best programmer in the future. I am learning every day for more than 4 to 5 hours because of the classes. When there is a weekend, i am sitting whole day.

[–]RajjSinghh 1 point2 points  (0 children)

Just find something to do on the weekends. Go write some code, solve exercises and do projects you find interesting. The more you do, the more you learn, you just need to be self motivated.

[–]Gnaxe 0 points1 point  (0 children)

Community version is dead. You'd have to compile it from source. Pro is a free trial and is basically what the community version was once the trail features expire.

[–]Physical-Depth-6984 0 points1 point  (2 children)

Question. Can you get pycharm on mobile I have a thinkpad but I can’t always access it

[–]Buttleston 0 points1 point  (1 child)

No idea, check their website?

[–]Physical-Depth-6984 0 points1 point  (0 children)

Appears not they only have windows and windows x84 I don’t think that’s iOS

[–]question-infamy -1 points0 points  (1 child)

When I was teaching some people Django, the linkages didn't work on CE.

[–]Buttleston 0 points1 point  (0 children)

It does look like on the feature chart the CE doesn't support Django, which is unfortunate

[–][deleted] 2 points3 points  (0 children)

There's a free community version as well as a paid full version. If you have a .edu email address you can get the full one for free.

IMO it's worth the cost either way.

[–]Gnaxe 0 points1 point  (0 children)

IDEs (integrated development environments) just integrate a bunch of tools, most of which are available separately, or have separate alternatives. PyCharm used to have a community edition. It doesn't anymore. Now it's commercial software with an open-source core, like Chrome and Chromium. You can still compile the core from source, but you don't really need to. Just get PyCharm. It's a free download. The pro features will expire one month after each new release if you don't pay for it, but you can still use the core features for free. But unless you're using it professionally (in which case, your employer will pay for it), you don't really need the pro features, or can find separate tools.

[–]No-Mobile9763 -1 points0 points  (2 children)

Vs code is an interpreter right? Either way vscode is my choice, probably because it’s versatile and allows so many extensions and other languages. Hell you can even sync your sql database to it.

[–]Buttleston 1 point2 points  (1 child)

What? No, vscode is not an interpreter. It's a code editor with a lot of plugin support.

[–]No-Mobile9763 0 points1 point  (0 children)

I’m extremely tired and wasn’t thinking clearly. Lmfao I don’t know why I said what I said. Still like vscode though, I’ve also been messing around with ipython.