IDE Setup

We recommend using one of the following IDEs for developing with the Digital Employee Pipeline:

Option 1: PyCharm

Professional Python IDE with comprehensive features

Why PyCharm?

  • Excellent Python support with intelligent code completion

  • Built-in debugger and profiler

  • Virtual environment management

  • Database tools

  • Scientific mode for data science

Option 2: Visual Studio Code (and its forks)

Lightweight, extensible editor with Python support

VSCode

Cursor (AI-powered fork)

Windsurf (AI-enhanced fork)

Why VSCode?

  • Lightweight and fast

  • Extensive extension ecosystem

  • Integrated terminal

  • Git integration

  • Free and open-source

For the best development experience, install these extensions:

  • Python — IntelliSense, linting, debugging, formatting

  • Python Docstring Generator — Generate docstrings automatically

  • GitLens — Git supercharged

  • Pylance — Fast Python language server

Next Steps

After installing your IDE, proceed to Python Installation to set up Python 3.12.

Last updated