com.jetbrains.PyCharm-Community

The most intelligent Python IDE
 
  -4
  20 reviews



PyCharm is designed by programmers, for programmers, to provide all the tools you need for productive Python development.

PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities.

PyCharm offers great framework-specific support for modern web development frameworks such as Django, Flask, Google App Engine, Pyramid, and web2py.

PyCharm integrates with IPython Notebook, has an interactive Python console, and supports Anaconda as well as multiple scientific packages including matplotlib and NumPy.

In addition to Python, PyCharm supports JavaScript, CoffeeScript, TypeScript, Cython, SQL, HTML/CSS, template languages, AngularJS, Node.js, and more.

A huge collection of tools out of the box: an integrated debugger and test runner; Python profiler; a built-in terminal; and integration with major VCS and built-in Database Tools.

Latest reviews
1
mmrln 7 months ago

Não é a primeira vez que acontece. A qualquer momento ele trava com a mensagem "Cannot connect to already running IDE instance. Exception: Process 2 is still running". O que faço para resolver? ;; It's not the first time it's happened. At any time it crashes with the message "Cannot connect to already running IDE instance. Exception: Process 2 is still running". What do I do to resolve it?

5
joao-gs 1 year ago

so far pycharm is perfect here on linux mint.

4
CDM_ 1 year ago

For anyone who couldn't get it to launch, run "flatpak run com.jetbrains.PyCharm-Community" and check if there is any error. If there is search for a solution.

1
luck-code 2 years ago

doesn't work "import turtle", https://stackoverflow.com/questions/71635171/pycharm-doesnt-see-module

5
arisisme 2 years ago

I am using this apps for running odoo and develop module. Its running perfect. I am running 3 instance odoo in single time and pycharm no crash or force closed. I think this perfect.

1
suplstfdo 2 years ago

I had Problems with python not finding pip packages inside a venv. Tried for hours to fix it, just to find out that it works flawlessly if i 'source venv/bin/activate' into the venv without pycharm in the middle. Problem did non appear with Pycharm Package from JetBrains Website. I recommend to install it from there.

1
akovals 2 years ago

Don't install flatpak shit - go to jetbrains web site and download comunity edition there. Otherwise you will spend hours trying to figure out why you can't launch program that runs perfectly (with the same settings and interpreter) outside of PyCharm.

2
Vnikolayev 3 years ago

If something screwed up your venv - delete this one and install deb package from pycharm website. I was dancing around it for a week to get to core reason. Would not recommend. In my case venv would not get right version of Python. I needed 3.6, and it kept feeding me with default one: I could not apply lower version installed on my machine.

2
TubbsTeryxTacular 3 years ago

Worked great at first, then after taking a month off I came back to Error:Cannot run program "/home/user/PycharmProjects/HelloWorld/venv/bin/python" (in directory "/home/user/PycharmProjects/HelloWorld"): error=2, No such file or directory. Funny, since I could browse directly to the file in question.

2
EuphCat 3 years ago

Mint 20 provides Python 3.8, while this PyCharm package provides Python 3.7. It messes up venv setup, and makes it impossible to get libraries properly work.

5
ritik 3 years ago

Very Usefull and highly customizable

4
gokalpdev 3 years ago

download jetbrains toolbox instead.

1
rdlf4 3 years ago

I couldn't get this to LAUNCH on Linux Mint 19.1 Tessa 64-bit, updated and all.

2
rdebrock 3 years ago

Impossible to use module like python turtle with this flatpak ... its ok with manual install

2
Rabbit 4 years ago

PyCharm looks like a really great IDE. However, if you want to go deeper into coding, you need to purchase the Professional edition (yearly subscription). The downside (and why I gave only 2 stars) is, that the flatpak doesn't recognise the system python interpreters!!!

5
wolkoduff 5 years ago

Хорошая IDEшка, стоящая, если не получается найти ярлык в привычной папке программирование, то стоит пошерстить форумы

5
petrus_ 5 years ago

Pycharm is the best working python IDE I know. This (unofficial?) flatpak version worked flawless for me so far. Don't get confused by people disliking flatpak on principle. It is 1Gb if this is the only flatpak app you install. If you already installed another flatpak app that uses the same environment it might be much less because also flatpak apps share their environment. Also: pycharm allows you to use your own python environment. So you can use your system, or pre-installed anaconda environment even when you install pycharm as a flatpak application.

2
platipus 5 years ago

Sorry, again flatpack? Painful. The IDE taking 1Gb and impossible to find binaries since using Java? For Python the vi editor is just fine.

5
saurabh2804 5 years ago

I use this with Anaconda. And I choose the Anaconda version of Python in the interpreter. The IDE works perfectly even though I am not really using all available functionality.

1
mvanorder 5 years ago

For someone just getting started, this might work. However since it's installed using flatpak it's unable to see the python binaries that are installed on linux mint, so while linux mint has python 3.5 the flatpak installation has 3.7. Additionally pip is not installed in the flatpak installation, so even if 3.7 works for your project you can't install any packages.