Visual Studio Code and Miniconda (Python)
Click here for Windows - VS Code and Miniconda (Python) Installation Instructions
Click here for macOS - VS Code & Miniconda (Python) Installation Instructions
(WFU Google Login Required)
- Download Time: 3-5 minutes
- Installation Time: 5-10 minutes
Visual Studio Code (commonly known as VS Code) is a free, lightweight, and highly extensible source code editor developed by Microsoft. It combines the simplicity of a fast text editor with powerful developer tools, making it one of the most popular code editors globally.
Miniconda is a free, lightweight, and minimal installer for the Conda package manager. Unlike the full Anaconda distribution, it includes only Conda, Python, and a small number of essential packages, giving you total control to build and customize your development environment from scratch.
Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability, and the syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale.