Skip to content

tclupper/PythonInstallGuide

Repository files navigation

Installation instructions for a Python environment on a Microsoft Windows-based computer

Rev 08/03/2025


NOTE: The official URL for this guide is: https://github.com/tclupper/PythonInstallGuide


This is a step-by-step guide to install software on your computer for the development of Python programs and Jupyter notebooks. I put this guide together mostly to document the process that I use. Your mileage may vary.

You will need the following 4 software titles. I recommend installing them in the following order:

  1. Notepad++ (ver 8.8.3) (This is the text editor that I use)
  2. Git (ver 2.50.1 (This is used for version control of text based files, i.e. source code, jupyter notebooks, static files, etc.)
  3. Miniforge3 (ver 25.3.1-0) (Stripped down version of Anaconda)
  4. VScode (ver 1.102.3) (This is the development IDE that I use)

NOTE: Jupyter notebooks are best edited using JupyterLab (installed via the Miniforge distribution). However, with the proper extensions installed, you can use VScode to edit Jupyter notebooks, Latex documents, CSS/HTML/Flask apps, as well as Python programs that use tkinter UI.

Just as an FYI, Here is a list of other free software that I recommend

About

Install guide for Python and Jupyter Lab on a Microsoft Windows computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published