top of page

Platforms & Tools

1 Sept 2022

I use Jupyter, PyCharm, and Visual Studio Code (VS Code), each enhancing different aspects of my workflow


  • Jupyter:

    • Interactive environment ideal for data analysis and visualization.

    • Allows real-time code execution and iterative testing, improving analysis accuracy.

    • Supports rich media (charts, graphs, text) for clear and dynamic presentations.

  • PyCharm:

    • Advanced debugging and intelligent code completion streamline Python development.

    • Integrated tools for testing, version control, and virtual environments improve project management.

    • Built-in support for frameworks like Flask, Django, and TensorFlow enhances productivity.

  • Visual Studio Code:

    • Lightweight and fast, with a customizable interface suited for diverse projects.

    • Extensive extensions library for supporting multiple languages and frameworks.

    • Integrated terminal and version control features boost efficiency in development and deployment.

bottom of page