Author thumbnail

Caleb Curry

Python Programming

228,404 views
101 items
Last updated on Aug 30, 2020
public playlist
Python Programming 1 - Get Started with Python
4:01
Python Programming 2 - Intro to Lists
7:33
Python Programming 3 - Check if Item in List
3:19
Python Programming 4 - Working with Lists
2:20
Python Programming 5 - Removing from Lists using List Comprehension
2:55
Python Programming 6 - Intro to List Comprehension
5:11
Python Programming 7 - Length of List with len
4:23
Python Programming 8 - Count - Counting an Element in List
3:19
Python Programming Tutorial 9 - Intro to Sets
2:38
Python Programming Tutorial 10 - Count Each Element in List - List Comprehension
3:46
Python Programming Tutorial 11 - Counter (from collections)
2:01
Python Programming Tutorial 12 - Basic Collections Review
7:12
Python Programming Tutorial 13 - Insert into List
3:14
Python Programming 14 - Remove Item by Index from List with del
2:46
Python Programming 15 - Remove Item from List with pop
2:47
Python Programming 16 - Slicing with del Operator
3:41
Python Programming 17 - Removing all Occurrences of Item in List
3:39
Python Programming 18 - Slicing a list and [:] Explained
4:22
Python Programming 19 - Remove Elements From List within for Loop
3:26
Python Programming 20 - Remove Elements using List Comprehension
1:59
Python Programming 21 - How to Use reverse Method with Lists
3:12
Python Programming 22 - How to Swap Variables and List Elements
4:49
Python Programming 23 - Reverse list Algorithm (O(n))
3:58
Python Programming 24 - Reverse Iterator
3:05
Python Programming 25 - Reverse List with Slice
3:17
Python Programming 26 - Manipulating Lists Review
6:52
Python Programming 27 - Sort List with sort Method
1:51
Python Programming 28 - Sort with the Sorted Method
2:02
Python Programming 29 - Sort Data in Reverse Order
1:58
Python Programming 30 - Case Insensitive Sort
2:49
Python Programming 31 - Sort by String Length (len)
1:22
Python Programming 32 - Lexicographic Number Sort (Sort Numbers as Strings)
3:24
Python Programming 33 - Compare and Sort Various Types
2:56
Python Programming 34 - Sorting Lists and Data Review
3:36
Python Programming 35 - How to Convert String to List using split
3:28
Python Programming 36 - Split String by New Line
2:16
Python Programming 37 - Fill List from User Input
3:37
Python Programming 38 - Loop to Fill List From User Input
4:31
Python Programming 39 - Create a Stack - Use a List as a Stack
8:52
Python Programming 40 - Create a Queue - Use a List as a Queue
4:02
Python Programming 41 - User Input, Stacks, Queues Review
4:12
Python Programming 42 - Working with List of Lists (2D Lists)
4:16
Python Programming 43 - Create Function to print 2D List
2:08
Python Programming 44 - Combining List Elements with join Method
4:23
Python Programming 45 - Sort List of Lists
4:37
Python Programming 46 - Custom key Function with 2D Lists
7:28
Python Programming 47 - Review of 2D Lists
5:39
Python Programming 48 - Intro to Modules
7:46
Python Programming 49 - from module import Explained
4:40
Python Programming 50 - How to Alias an Import (import as)
2:37
Python Programming 51 - Why you should NEVER import *
4:10
Python Programming 52 - How to Create a Module
5:30
Python Programming 53 - Sys.path and Changing Module Paths
5:21
Python Programming 54 - Modules - What You Need to Know
8:25
Python Programming 55 - Intro to Dictionaries
6:15
Python Programming 56 - Properly Retrieve Data from Dictionary
2:56
Python Programming 57 - Add Items to Dictionary (3 Ways)
2:21
Python Programming 58 - Loop through Dictionary
1:26
Python Programming 59 - Looping through Key Value Pairs + Counting Words
4:24
Python Programming 60 - Working with Sets
4:46
Python Programming 61 - Remove Duplicates in a List using Sets
4:30
Python Programming 62 - Union and Intersection - Set Operations
3:47
Python Programming 63 - Difference and Symmetric Difference - Set Operations
3:14
Python Programming 64 - Dictionary and Set Crash Course
9:12
Python Programming 65 - Intro to Object Oriented Programming - Classes, __init__, Objects
6:39
Python Programming 66 - Creating and Invoking Methods
3:44
Python Programming 67 - Class Level Variables
3:38
Python Programming 68 - Intro to Method Overrides - __str__
2:25
Python Programming 69 - __eq__ Method Override
3:29
Python Programming 70 - __hash__ and Collections
7:20
Python Programming 71 - Passing by Object Reference
5:49
Python Programming 72 - File IO - Reading and Writing to .txt File
10:34
Python Programming 73 - Intro to Exception Handling
5:52
Python Programming 74 - Exception Handling using with
4:31
Python Programming 75 - OOP and File IO in 10 Minutes
10:47
Python Programming 76 - Intro to SQLite and Creating a Database
5:47
Python Programming 77 - Create a SQLite Table in SQLite
3:54
Python Programming 78 - Insert Data to Database in Python
2:45
Python Programming 79 - Retrieve Database Data in Python
4:42
Python Programming 80 - Delete Database Data in Python
3:33
Python Programming 81 - Update SQLite Data in Python
2:28
Python Programming 82 - Create an SDK - Part 1
10:40
Python Programming 83 - Create an SDK - Part 2
4:53
Python Programming 84 - Creating a Library Console App
8:17
Python Programming 85 - Updating and Deleting Books through Console App
8:36
Python Programming 86 - SQL and SQLite with Python (12 Minute Review)
12:37
Python Programming 87 - Intro to Tkinter GUI Development
6:36
Python Programming 88 - Complete Guessing Game in Tkinter
11:49
Python Programming 89 - Tkinter Listbox - Display a List of Data
3:46
Python Programming 90 - Button to Add / Remove Tkinter Listbox Items
7:43
Python Programming 91 - Working with SQLite in Tkinter - Adding Books to Database
7:13
Python Programming 92 - Working with SQLite in Tkinter - Removing Books from Database
4:54
Python Programming 93 - Review of Tkinter
5:57
Python Programming 94 - Intro to Django Web Development
5:45
Python Programming 95 - Creating a Django Hello World App
5:29
Python Programming 96 - Django Database Migrations
4:09
Python Programming 97 - Working with Django Database in Shell
5:36
Python Programming 98 - Displaying Database Data in HTML - Django
8:27
Python Programming 99 - Parameter URLs and Dynamic Links
4:29
Python Programming 100 - What’s Next?
2:56