My Go-To Python Setup! 🐍 WSL + Conda Miniforge Step By Step Installation βš™οΈ

Python Simplified β€’ May 11, 2025
Video Thumbnail
Python Simplified Logo

Python Simplified

@pythonsimplified

About

Hi everyone! My name is Mariya and I'm a software developer from Sofia, Bulgaria. I film programming tutorials about Computer Science Concepts, GUI Applications, Machine Learning and Artificial Intelligence, Automation and Web Scraping, Data Science and even Math! πŸ€“ I'm here to help you with your programming journey (in particular - your Python programming journey πŸ˜‰) and show you how many beautiful and powerful things we can do with code! πŸ’ͺπŸ’ͺπŸ’ͺ

Video Description

Learn how to properly set up Python for beginners with this step-by-step WSL and Miniforge Tutorial! If so far, you've been using Command Prompt or PowerShell for Python projects -you're gonna love the new Linux terminal that we will set up together on your WINDOWS machine!!! πŸš€πŸš€πŸš€ Running Python using a Windows Subsystem for Linux (WSL) and Miniforge -a lightweight alternative to Anaconda - will get you coding like a pro! πŸ’»πŸ πŸ’‘What You’ll Learn: - How to install WSL on Windows with a simple PowerShell command - Setting up a Linux environment with Ubuntu and a root user - Navigating the WSL file system and terminal - Downloading and installing Miniforge from the official GitHub release page - Configuring your Python environment with conda - Troubleshooting the most common WSL and Conda installation errors (for example: resetting your conda base environment with source ~/.bashrc) πŸ“š Related Video: - My Anaconda Beginners Guide: https://youtu.be/MUZtVEDKXsk πŸ› οΈ Commands Used: $$ wsl --install $$ wget [URL of the most recent Miniforge release] $$ bash [name of the newly downloaded Miniforge release file] $$ source ~/.bashrc πŸ” Why This Setup? This WSL + Miniforge combo is lightweight, fast, and perfect for Python development, AI, data science, and following along with advanced tutorials (especially if your GPU is involved!). Whether you're a beginner or levelling up, this setup will streamline your coding workflow! πŸ“’ Subscribe for more Python tutorials, coding tips, and data science tricks! Hit the bell πŸ”” to never miss an update, and let me know in the comments πŸ’Œ if you run into any issues or have questions about this setup! #Python #WSL #Miniforge #PythonTutorial #CodingForBeginners #DataScience #PythonSetup #Programming #TechTutorials #pythonprogramming #tutorial #coding

You May Also Like