The github gist webpage, is a page where you can make files. Share them or seceretly upload them.
Hello, and welcome to how to learn Python! Python is a simple language you can download from python.org. There will be multiple steps along the way. And multiple gists! So follow me to keep up with the Python tutorials. Feel free to ask comments, I will be trying to look at them.
Table of Contents
Lesson 1. Installation
The first lesson is the easiest, the installation of the python coding language. I will have tutorials for Windows, MacOS, and Linux. If you are on CentOs or something other than Ubuntu or Debian, I do not 100% guaruntee the linux commands to work.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
DEX Main Script | |
Created by: Moon and Courtney | |
RASPBERRY PI IS A SKIDDY SKID AF | |
--]] | |
-- Metas | |
local Services = setmetatable({},{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local partsWithId = {} | |
local awaitRef = {} | |
local root = { | |
ID = 0; | |
Type = "ScreenGui"; | |
Properties = {}; | |
Children = { | |
{ | |
ID = 1; |