Posts

Showing posts from February, 2025

Python | Django

Image
  How to Install Python and Set Up the PATH Variable on Windows Step 1: Download and Install Python 1. Visit the official Python website:  Download Python 2. Choose the latest stable version and download the installer. 3. Run the installer and  check the box  that says  Add Python to PATH  before proceeding. 4. Follow the installation prompts to complete the setup. Step 2: Manually Set the PATH Variable (If Not Added During Installation) If you didn’t check the  Add Python to PATH  option during installation, follow these steps: 1. Open the  Run  dialog by pressing  Win + R . 2. Type  sysdm.cpl  and press  Enter  to open  System Properties . 3. Go to the  Advanced  tab and click on  Environment Variables . 4. Under  System Variables , find and select  Path , then click  Edit . 5. Click  New , then enter the path to your Python installation (e.g.,  C:\PythonXX\  or...