Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Python for Beginners 2017
Getting Started
About the Instructor
Writing Your First Python Program-- A Quick Start
Using the Shell Window
Writing Code in the Editor Window
Executing Python on the Command Line
Coding Exercise: Writing, Running and Debugging
Output
Section Welcome
The print() Function
Separators and Newlines
Coding Exercise: Using the print() Function
Variables
Section Welcome
Variable Assignment
Number Variables (int, float and complex)
String Variables
Substrings and Concatenation
Variables with Lists, Tuples and Dictionaries
Coding Exercise: Using Variables
Operators
Section Welcome
Python Mathematical Operators
Order of Operations
Python Comparison Operators
Python Logical Operators
Coding Exercise: Operators Practice
Code Branching
Section Welcome
Simple If Statements
If... Else Statements
Nested If Statements
Ternary Operator
Coding Exercise: Conditionals
Loops
Section Welcome
While Loops
For Loops
Nested Loops
Break and Continue Statements
Coding Exercise: Loops
Math Functions
Section Welcome
Casting Functions
Mathematical Functions
Random Functions
Coding Exercise: Math Functions
Python String Functions
Section Introduction
capitalize(), center() and count()
find(), isalpha(), isdigit()
join(), len(), split()
Coding Exercise: String Functions
Tuples and Dictionaries
Section Introduction
Creating Tuples
Accessing Values in Tuples
Tuple Functions
Declaring a Dictionary
Accessing and Editing Values in Dictionaries
Dictionary Functions
Coding Exercise: Dictionaries
Time and Date
Section Introduction
The Time Tuple
The Calendar
Time and Calendar Functions
Coding Exercise: Functions
Python Functions
Section Introduction
Defining and Calling a Simple Function
Required Argument Functions
Keyword Argument Functions
Default Function Arguments
Return Statement
Creating and Consuming Python Modules
Coding Exercise: Functions
Input/Output
Section Introduction
Reading Keyboard Input
Reading an External Text File
Writing an External Text File
Coding Exercise: File I/O
More with Python
Section Introduction
Handling Exceptions
Web Server Coding with Python
Processing Form Data in Python
Wrap up and Goodbye
Random Functions
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock