2:49
Provided to YouTube by TuneCore Sinnerella · Yvng Eli Sinnerella ℗ 2026 Yvng Eli Released on: 2026-02-26 Producer: Yvng Eli ...
2:22
According to Wikipedia, "Mad Libs is a phrasal template word game where one player prompts others for a list of words to ...
1:40
Python Tutorial | How to use a docstring
In this video you will learn how to use a docstring in your python code and the difference between this with the comments.
4:31
Thank Erick for his great help recording the video. More details, please visit: http://fastarray.appspot.com.
2:00
How to create a database - SQLite
In this video you will learn how to create a table in SQLite using the browser. It's really easy, you only need to install the program.
2:07
Python Tutorial | How to import a module
Python modules can get access to code from another module by importing the file/function using import, in this video you will learn ...
4:18
Thank Erick for his great help recording the video. More details, please visit: http://fastarray.appspot.com.
1:39
Create a database using code - SQLite
In this video you will learn how to create a table in SQLite using the browser. It's really easy, you only need to install the program.
3:23
Python basics - Types / User input / Comments
In this video you will learn some basic things that you need to know before start. 0:09 - Types matters 1:23 - User input 2:39 ...
6:03
Thank Erick for his great help recording the video. More details, please visit: http://fastarray.appspot.com.
5:53
ELI Studio - Main Window (Chinese)
More details, please visit: http://fastarray.appspot.com.
2:44
How to use Tuples - Python beginner tutorial
0:05 - How to use 0.53 - Length 1:12 - One item 1:41 - Tuple Constructor 2:06 - Data types.
4:03
Python project for beginners 🪨🧻✂️/ Rock-Paper-Scissors
In this video you will learn a easy way to create a game with python. This could be your first project is you didn't try before any, ...
2:49
Dictionary - How to start?, add new items, change values, length and no duplication
In this video you will learn the following: 0:15 - How to start 1:10 - Add new items 1:37 - Change Values 2:01 - No duplication 2:23 ...
1:25
Provided to YouTube by FMDistro Release Your Vibes · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: ...
2:13
Provided to YouTube by FMDistro Finally free · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
1:54
Provided to YouTube by FMDistro Nice time · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
1:49
Provided to YouTube by FMDistro Happy life · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
2:10
Provided to YouTube by FMDistro Get with it · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
1:32
Provided to YouTube by FMDistro Hype it up · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
1:32
Python strings - Check in / Check not in
0:22 - String in a variable 0:38 - Check in 0:56 - Check not in.
1:19
Provided to YouTube by FMDistro Don't stress · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
1:35
Provided to YouTube by FMDistro Alone · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 Remixer: ...
1:36
How to add columns to a data base - SQLite Browser
In this video you will learn how to add columns to a existing table using code, in the last minutes you will learn how to do it with the ...
3:20
Python Dictionary - Part II (Update, copy, check the key,for loop, items, values, nested)
In this video you will learn the following: 0.08 - Update Dictionary 0.50 - Copy Dictionary 1.11 - Check the key 1.36 - For loop 1.46 ...
3:13
0:11 - Integer 0:40 - Float 1:25 - Complex 2:00 - Convert from Int to Float 2:24 - Convert to Float to Int.
2:41
PYTHON - How to start with SETS
What you will learn? 0:07 - Remove 0:35 - Discard 1:09 - Clear 1:30 - Data types 2:06 - Set constructor.
1:52
Provided to YouTube by FMDistro It'll be fine · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
4:08
ELI Studio - Code Editor (Chinese)
More details, please visit: http://fastarray.appspot.com.
36:39
This is me learning Rust, From the basics. In this episode I continue chapter 10 and learn about lifetimes ...
32:50
This is me learning Rust, From basics. In this episode I set up my environment and compile and run a hello world.
3:06
Python for loop - How to use / Break / Continue / Looping /Range
What you will learn? 0:09 - How to use 0: 53 - Break 1:22 - Continue 1:48 - Looping through a string 2:12 - Range.
1:18:22
This is me learning Rust, From the basics. In this episode I Do the exercises for the end of chapter 8 https://doc.rust-lang.org/book/
54:13
This is me learning Rust, From the basics. In this episode I learn about generics and traits https://doc.rust-lang.org/book/
1:36
Provided to YouTube by FMDistro Good day · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
3:15
Write better Python Code - Pep8
In this video you will learn some good practices that you need to know when you are starting. This are recommendations from ...
3:00
Provided to YouTube by TuneCore Designer Tears (Slowed) · Yvng Eli Designer Tears ℗ 2026 Yvng Eli Released on: 2026-01-27 ...
2:01
Provided to YouTube by FMDistro Bein wonderful · Chill Eli · Steen Elijah Release Your Vibes ℗ Elijah Released on: 2025-07-03 ...
1:16:18
This is me learning Rust, From the basics. In this episode I learn about ownership https://doc.rust-lang.org/book/
1:11:08
This is me learning Rust, From the basics. In this episode I go over the simple example in chapter 2 of the Rust book ...
1:52
How to remove an item from a tuple?
Remove a item from a tuple is not always the best option because in general is more complex and you need to use more lines of ...
2:43
Python for Loop - Else / Break / Pass /Nested
What you will learn? 0:10 - Else 0:36 - Else + Break 1:09 - Pass 1:41 - Nested.
1:41
In this video I will show you how to comment your Python code to make it easy to understand. You will find in this video the ...
3:30
Python Sets - How to use / add / copy / update / in and not in
What you will learn? 0.07 - How to use sets 0:34 - In and not in operators 1:28 - Duplication not allowed 1:53 - Add new items 2:18 ...
18:14
Meta AI is Failing - Mark Zuckerberg is Coding "All Day Long"
LinkedIn at - https://www.linkedin.com/in/eli-etherton-a15362211/
1:00:45
This is me learning Rust, From the basics. In this episode I start chapter 8 and learn about vectors and strings in rust ...
33:14
This is me learning Rust, From the basics. In this episode I finish the 7th chapter and learned about use and pub use ...
3:43
0:01 - Boolean Values 0:55 - Boolean Type 1:18 - Boolean as a keyword 2:11 - Most values are TRUE 2:36 - In Boolean some ...
58:33
This is me learning Rust, From the basics. In this episode I learn about Rust enums, match and let if https://doc.rust-lang.org/book/
2:12
How to Find the Index of a Python List Item? | Python tutorial
In this video you will learn about python index (positive and negative) in a simple way.
3:19
Provided to YouTube by TuneCore Sinnerella (Slowed) · Yvng Eli Sinnerella ℗ 2026 Yvng Eli Released on: 2026-02-26 Remixer: ...
1:32
How to install SQLite on Linux
In this video you will learn how to install SQLite on Linux (using terminal). It's easy and simple!