-
Introduction and Setup 5
-
Introduction 03 minLecture1.1
-
Why is Python worth learning? 05 minLecture1.2
-
Installing Python 3 on Windows 08 minLecture1.3
-
Installing Python 3 on Linux and Mac 08 minLecture1.4
-
Taking a closer look at Python 3 IDLE 05 minLecture1.5
-
-
Python Programming Basics 14
-
Math operators 12 minLecture2.1
-
Strings 09 minLecture2.2
-
Variables and variable naming rules 11 minLecture2.3
-
Our first program 12 minLecture2.4
-
Type, len, str, int, float, functions 09 minLecture2.5
-
True or false boolean 10 minLecture2.6
-
If-statement 05 minLecture2.7
-
If and else 13 minLecture2.8
-
Using elif for multiple statements 10 minLecture2.9
-
While loop 16 minLecture2.10
-
Infinite loops with break 07 minLecture2.11
-
Using continue in a loop 06 minLecture2.12
-
For loop 10 minLecture2.13
-
Importing Python libraries 12 minLecture2.14
-
-
Functions - Coding Exercise 8
-
Defining functions in Python 16 minLecture3.1
-
Local and global variables 10 minLecture3.2
-
Coding guess the number program 17 minLecture3.3
-
Reverse a string function 07 minLecture3.4
-
Calculate the area of a circle program 11 minLecture3.5
-
Simple Python calculator 16 minLecture3.6
-
Removing vowels from a string program 13 minLecture3.7
-
Find the largest number out of three 16 minLecture3.8
-
-
Lists, Tuples and Dictionaries 12
-
Python lists 15 minLecture4.1
-
Creating smaller lists out of a bigger one 09 minLecture4.2
-
Manipulating lists and elements 08 minLecture4.3
-
Append, insert, remove, sort 11 minLecture4.4
-
Tuples 13 minLecture4.5
-
Introduction to dictionaries 11 minLecture4.6
-
Values, keys, items, get 08 minLecture4.7
-
Dictionary comprehension part 1 08 minLecture4.8
-
Dictionary comprehension part 2 07 minLecture4.9
-
Advanced string manipulation 12 minLecture4.10
-
Upper, lower, isupper, islower 09 minLecture4.11
-
Split, strip, join, startswith, endswith 14 minLecture4.12
-
-
Files in Python 3 3
-
Navigating through system with OS library 30 minLecture5.1
-
Reading and writing to files 16 minLecture5.2
-
Reversing text from a file 18 minLecture5.3
-
-
Error Handling 2
-
Try and except 13 minLecture6.1
-
Try and finally 16 minLecture6.2
-
-
Object Oriented Programming 8
-
Classes 22 minLecture7.1
-
Changing class attributes 10 minLecture7.2
-
Built in class attributes 08 minLecture7.3
-
Using your class in a different program 05 minLecture7.4
-
Using your class in a program 26 minLecture7.5
-
Implementing students count option 05 minLecture7.6
-
Class inheritance 13 minLecture7.7
-
Overriding methods in a class 08 minLecture7.8
-
-
Date & Time 2
-
Printing and calculating date and time 30 minLecture8.1
-
Different date formats 09 minLecture8.2
-
-
Regular Expressions 3
-
Extracting useful data 23 minLecture9.1
-
Regex part 1 24 minLecture9.2
-
Regex part 2 17 minLecture9.3
-
-
Interacting with HTTP 8
-
Performing HTTP GET requests 20 minLecture10.1
-
Performing POST requests 04 minLecture10.2
-
Handling website re-directions 09 minLecture10.3
-
Beautiful Soup 30 minLecture10.4
-
Encoding in requests 12 minLecture10.5
-
Session objects and cookies 21 minLecture10.6
-
SSL certificates, authentication, etc. 21 minLecture10.7
-
JSON library and proxies 22 minLecture10.8
-
-
Networking in Python 3
-
Socket terminology 10 minLecture11.1
-
Connecting two machines 22 minLecture11.2
-
Coding a chat program 13 minLecture11.3
-
This content is protected, please login and enroll course to view this content!
Next
If and else
