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
@jarle86
jarle86 / PY0101EN-1-1-Write_your_first_python_code.ipynb
Created April 29, 2021 18:13
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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.