How to Install Python and Jupyter notebook on Windows Machine





Installing Python on a Windows machine is straightforward! Here’s a step-by-step guide to get you started:

  1. Download Python Installer:

    • Go to the Official python page : python

    • Navigate to the "Downloads" section and choose the latest Python release for Windows.

  1. Run the Installer:

    • Once the installer is downloaded, double-click it to run.

    • On the setup screen, ensure that you check the box that says "Add Python to PATH" before proceeding. This will make it easier to run Python from the command line.

  2. Choose Install Options:

    • Select either "Install Now" for default settings or "Customize Installation" if you want to configure advanced settings (like the installation directory).

  3. Wait for Installation to Complete:

    • After clicking "Install," the installer will do its job and set up Python on your machine.

  4. Verify Installation:

    • Open a Command Prompt (press Win + R, type cmd, and hit Enter).

    • Type python --version or py --version to check that Python is installed successfully. You should see the installed version number.

    • Validate python installation: 



  5. Install a Code Editor (Optional):

    • While Python comes with IDLE as a basic code editor, you might want to download a more powerful editor like Visual Studio Code or PyCharm to enhance your coding experience.

  6. Youtube Link: How to install python and Jupyter on Windows Machine

Popular posts from this blog

How to Install Oracle SQL Developer on Windows

How to Install pyspark on Windows

Database Constraints