How to Install Python and VSCodium on Windows

If you’re setting up your programming environment on Windows and want a quick, clean way to install everything you need, Chris Titus Tech’s Windows Utility is a great place to start.

This open-source utility is trusted by developers and power users alike, with millions of installs per month. It helps you configure Windows, install software, and optimize your system — all from one simple interface.

In this quick guide, we’ll show you how to use it to install Python and VSCodium — giving you a fully functional programming setup in just a few clicks.

Step 1: Launch the Windows Utility

First, open PowerShell as Administrator.

Paste the following command and press Enter:

irm "https://christitus.com/win" | iex

This will launch the Chris Titus Windows Utility. It’s completely open-source, and nothing is installed until you choose to install it.

Step 2: Install Python and VSCodium

Once the utility opens:

  1. Go to the Install tab (top navigation).
  2. Scroll down or use Ctrl+F to find Python and VSCodium.
  3. Check both boxes (Python and VSCodium).
  4. Click Install at the bottom.

This will install the latest version of Python and a clean, privacy-respecting version of VS Code called VSCodium — without the Microsoft telemetry.

Step 3: Add Python Support to VSCodium

After installation:

  1. Open VSCodium.
  2. Click on the Extensions icon (or press Ctrl+Shift+X).
  3. Search for Python and install the official Python extension by Microsoft.

Why this is important:
The Python extension adds support for syntax highlighting, debugging, code completion, and running scripts directly in the editor. Without it, VSCodium won’t fully recognize Python files.

You’re Ready to Code!

At this point, you have:

  • Python installed and ready to run scripts
  • VSCodium as your code editor
  • Python support inside your editor

That’s your complete beginner programming setup on Windows!

Now it’s time to dive into your first project by picking something from the top menu that catches your interest. You’ll learn more by building than by reading — so don’t be afraid to jump in and start experimenting.

Leave a Reply

Your email address will not be published. Required fields are marked *