Project Docs
  • 👋Welcome to End2End Data Science Project Documentation
  • About us
    • 💡Who we are
  • Project Guides
    • 📪Project Pipeline Overview
    • 📎Understanding Projects
  • Fundamentals
    • 🛠️Getting started
      • 💻Step 1: Github
        • Working with Git & Github
          • Setting up your repository & project
          • Git Branching
          • Push & Pull
          • Pull Request
        • Resources
        • Exercise
      • 💻Step 2: Python Setup
      • 💻Step 3: Conda Environment
        • Working with Conda Environment
        • Resources
      • 💻Step 4: MySQL, Postgres & Oracle DB
        • Quick review on SQL
        • Exercises (Under development)
      • 💻Step 5: Project Setup
      • 💻Step 6: AWS & GCP
        • Automation
      • 📉Step 7: Final Presentation
      • 🚀Step 8: Docker
        • Creating Docker Image
        • Useful Docker commands
  • 📔Interesting articles
    • Data Engineering
    • Data Science
    • ML & MLOps
  • 📔Resources
Powered by GitBook
On this page
  • Extensions for VSCode
  • Helpful extensions to install
  1. Fundamentals
  2. Getting started

Step 2: Python Setup

PreviousExerciseNextStep 3: Conda Environment

Last updated 11 months ago

Choose between or IDE depending on your preference and install it.

Extensions for VSCode

  1. Go to Extensions tab on the left sidebar

  1. Search for extensions in the search bar as show in the image belown

Helpful extensions to install

  • autoDocstring

  • Better Comments

  • Code Runner

  • Excel Viewer

  • IntelliCode

  • isort

  • markdownlint

  • Material Icon Theme

  • Path Autocomplete

  • Path Intellisense

  • Pylance

  • Python

  • Python environment manager

  • Python extension pack

  • Python Indent

  • vscode-icons

  • YAML

  • Pylint

🛠️
💻
VSCode
Spyder