2
rocktim
5y

Which IDE are you guys using to code in python ?

Comments
  • 2
  • 3
    @sergiolarosa89 I see. I am just starting out with python.And as a web dev i am very confortable with vscode. would you recommend vscode for coding in python ?
  • 2
    PyCharm, Jupyter Notebooks and VS Code.

    If I'm playing with data, then Jupyter.
  • 1
    Also Pycharm, works like... ehm, a charm?
  • 1
    I just use vscode tbh for most stuff it's super versatile but then I haven't worked on that big boi a project
  • 1
    PyCharm if I have a choice.

    Am currently forced to use eclipse with pydev. Even though eclipse is actually my favorite java IDE ( Yeah, bring the hate guys) but doing Python with it is pure torture.
  • 1
    Jetbrains makes great IDEs so you’re good to go with PyCharm, I’ve been using PHPStorm and nothing beats it when it comes to debugging and code recovery.
  • 0
    thank you all for your suggestions . So ultimately i think i will work with pycharm as most of you are already using it 💻
Add Comment