Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Python Programming for Beginners: Learn Python 3 in One Day
Course Overview
Introduction (1:30)
Why Learn Python (1:41)
Python 2 and Python 3 (0:53)
Download the Python Project Files + Course Study Tracker
List of the most common uses for Python (2:34)
Getting Started
Downloading and Installing Python (1:23)
Using the Python Shell and IDLE (2:43)
Hello World! - Writing our First Program (2:17)
Adding Comments (3:28)
How to Find Help (2:31)
Summary
Exercise:1
Answer of Exercise:1
Variables and Operators
Variables (3:09)
Basic Operators (6:18)
Booleans and Chained Comparison Operators (3:03)
Summary
Exercise:2
Answer of Exercise:2
Simple Data Types
Strings (5:45)
Useful String Methods (7:44)
Working with Strings (7:49)
Numbers- Integers and Floats (1:55)
Integers in Python 2 (2:01)
The Difference Between Strings and Numbers (3:38)
Type Casting (3:10)
Dates and Times (2:04)
Summary
Exercise:3
Answer of Exercise:3
Making your Program Interactive
Input() (4:16)
Using int() to Accept Numerical Input (2:18)
Print() (3:30)
More Print() Formatting Methods (6:14)
How do you write Comments (2:20)
Summary
Exercise:4
Answer of Exercise:4
Lists
What is a List (5:58)
Working with Lists (4:30)
Making Numerical Lists (2:27)
Printing Lists (3:31)
Tuples (2:16)
Working with Dictionaries (3:17)
Dictionaries vs Lists (2:53)
Nesting (2:33)
Summary
Exercise:5
Answer of Exercise:5
Exercise:6
Answer of Exercise:6
Statements and Loops
If Statements (4:36)
EXAMPLES of Using the if Statement in an Application (16:34)
for Loops (3:08)
EXAMPLES of Using the for Statement (9:21)
while Loops (5:12)
Break and Continue (3:28)
Handling Errors with Try and Except (2:46)
Summary
Exercise:7
Answer of Exercise:7
Advanced Methods of Lists & Dictionaries
Using if Statements with Lists (3:29)
Using for Loops with Lists (1:11)
Using a while Loop with Lists and Dictionaries (3:35)
Creating Stacks Using Lists (4:02)
Searching and Sorting Lists (7:11)
Looping Through a Dictionary (3:52)
Replacing the switch statement with a dictionary (5:18)
Working with the Counter Object (5:04)
Functions
Build-In Functions (3:25)
Defining your Own Function (4:14)
Global and Local Scopes (4:08)
Summary
Exercise:8
Answer of Exercise:8
Dealing with Errors
Basic Exception Handling (5:09)
Handling Multiple Exceptions (9:17)
Raising Exceptions (3:38)
Working with Files
Opening and Reading Text Files (4:54)
Writing to a File (3:02)
Organizing Files (2:44)
Deleting and Renaming Files (2:08)
Storing Data (3:30)
Summary
Exercise:9
Answer of Exercise:9
Modules
Modules (2:46)
Creating our Own Module (3:35)
Installing third-party modules (1:53)
Create Graphics & Shapes Using Python’s Turtle Module (9:04)
Summary
Exercise:10
Answer of Exercise:10
Thank you! (0:44)
Raising Exceptions
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock