⚡ Learn With Kingsuk - Complete Engineering Education
👨🏫 Your Instructor: Kingsuk Majumdar, PhD (EE)
💻 Expertise: Electrical Machines, Power Systems, Power Electronics, Programming & IoT
📋 This Series: Python Programming - Complete Course from Zero to Expert
Video #00.01: Installing Python 3.13 on Manjaro Linux
🐍 What You'll Master in This Video:
✅ Complete Python 3.13 installation on Manjaro Linux
✅ Package manager setup and configuration
✅ Virtual environment preparation
✅ Path configuration and verification
🔧 Commands Used in This Video:
```bash
Check current Python version
python --version
python3 --version
Install Python 3.13 if needed
sudo pacman -S python python-pip python-virtualenv
Verify installation
python3 --version
pip --version
Navigate to your project directory
cd ~/EE_Projects/Lab01
Create virtual environment
python3 -m venv ee_lab_env
Activate virtual environment
source ee_lab_env/bin/activate
Your prompt should change to show (ee_lab_env)
Install packages specific to this project
pip install numpy matplotlib jupyter
Deactivate when done
deactivate
To delete a virtual environment use
rm -rf ee_lab_env
⚠️ Caution*: `rm -rf` is *dangerous
trash ee_lab_env
trash is safer ; to install in Arch/Manjaro use #sudo pacman -S trash-cli
#under virtual environment
pip install numpy matplotlib scipy pandas jupyter notebook ipykernel
```
🎯 Next Video: Learn Python with Kingsuk #00.02: Fixing Jupyter in VS code
• Learn Python with Kingsuk #00 02: Fixing J...
Hashtags:
#LearnWithKingsuk #134rnW17hK1N65uk #ElectricalEngineering #python #Engineering
#BCREC #TechnicalEducation #EngineeringStudent #PowerSystems #Tutorial
На этой странице сайта вы можете посмотреть видео онлайн Learn Python with Kingsuk #00.01: Installing Python 3 13 on Manjaro Linux длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Learn With Kingsuk 26 Июль 2025, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 131 раз и оно понравилось 4 зрителям. Приятного просмотра!