Skip to content

Instantly share code, notes, and snippets.

View brodycritchlow's full-sized avatar
🦬

Brody Critchlow brodycritchlow

🦬
View GitHub Profile

Logo

Python Vanilla Databases (VDA)

Basics

  1. Create A "Database" Variable d= []
  2. Create A Table within the variable d=[ [ ] ]
  3. Create A Datachunk, and data
local partsWithId = {}
local awaitRef = {}
local root = {
ID = 0;
Type = "ScreenGui";
Properties = {};
Children = {
{
ID = 1;
--[[
DEX Main Script
Created by: Moon and Courtney
RASPBERRY PI IS A SKIDDY SKID AF
--]]
-- Metas
local Services = setmetatable({},{
@brodycritchlow
brodycritchlow / Lesson1-4.md
Last active May 19, 2020 20:01
This is about python and how to get started learning.

Image

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.

Github Gists

The github gist webpage, is a page where you can make files. Share them or seceretly upload them.

Code Of Conduct