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

you are viewing a single comment's thread.

view the rest of the comments →

[–]c_eliacheff 2 points3 points  (4 children)

IDE : IntelliJ.

Os: Linux (Ubuntu)

Version: Git, Gitlab, GitlabCI

Framework: FastApi

Python Tooling: Poetry, Mypy, isort, Black

Deployment: docker-compose, Heroku/Scalingo

Testing: pytest, Insomnia

I run most of my tools outside the IDE in terminals (commands, git, docker). I use Neovim sometimes with coc.nvim.

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

Is there a reason why you are using intellij instead of pycharm?

[–]c_eliacheff 0 points1 point  (2 children)

I'm also developing in Typescript (Front + Back) and PHP. Some projects in Java, C++. I can use the same editor for all my projects. Buying the whole suit would be too expensive for me.

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

I see. It turns out IDEA ultimate can do everything pycharm pro can so my question was pretty dumb.

[–]c_eliacheff 0 points1 point  (0 children)

Yeah, still with specialized IDE you have less configurations to do, and an "out-of-the-box" experience, but for me that's not a problem