Coding in Python 01 - Introduction
Jump to navigation
Jump to search
Overview
This video serves as an introduction to the Python series. Basic concepts are explored, relative to getting started.
Relevant Links |
---|
Original Video |
Process
Below is a list of steps used. See the video for more detailed information.
- Install Ubuntu 18.04 using the minimal install image (DON'T choose to install GNOME when asked)
- Update the package repositories: sudo apt update
- Install the required packages: sudo apt install gdm3 gnome-session gnome-icon-theme --no-install-recommends
- Install Xorg: sudo apt install xserver-xorg
- If you want Wayland, run: sudo apt install wayland-protocols weston xwayland