Section 1 : Introduction to Project Based Python Programming

Lecture 1 Introduction to the Course & Me 00:06:45 Duration
Lecture 2 Scripts Used in the Course
Lecture 3 Python Installation for Windows 00:07:20 Duration
Lecture 4 Python Installation for Other OS 00:03:16 Duration
Lecture 5 Online Python IDLE
Lecture 6 Hello World in Python 00:08:11 Duration
Lecture 7 Python Coding with Visual Studio 00:08:11 Duration
Lecture 8 Some Common Python Terms 00:03:12 Duration
Lecture 9 Conclusion to Section 1 00:02:24 Duration

Section 2 : Diving into the Python Basics

Lecture 1 Basic Arithmetic in Python 00:08:35 Duration
Lecture 2 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS
Lecture 3 Random Number Generation 00:05:09 Duration
Lecture 4 Working With Strings 00:18:56 Duration
Lecture 5 Get User Inputs 00:05:53 Duration
Lecture 6 Different Python Data Structures
Lecture 7 Tuples
Lecture 8 Lists
Lecture 9 Dictionaries 00:10:33 Duration
Lecture 10 Defining our Own Functions in Python-Basic 00:07:44 Duration
Lecture 11 Some More On Functions 00:05:54 Duration
Lecture 12 Conclusions to Section 2 00:02:09 Duration

Section 3 : Decision Making with Programming

Lecture 1 Rationale for this section 00:03:40 Duration
Lecture 2 if-else loops 00:08:03 Duration
Lecture 3 elif in if-else loops 00:08:53 Duration
Lecture 4 while loop 00:04:13 Duration
Lecture 5 for loop 00:05:28 Duration
Lecture 6 More on Loops 00:11:58 Duration
Lecture 7 Nested For Loop 00:03:26 Duration
Lecture 8 Build a Number Guessing Game!!-Basic 00:06:22 Duration
Lecture 9 Build a Number Guessing Game!!-Advanced 00:12:38 Duration
Lecture 10 OPTIONAL-Build a Number Guessing 00:03:54 Duration
Lecture 11 Conclusion to Section 3 00:01:52 Duration

Section 4 : Graphics with Python

Lecture 1 Working With Graphics in Python 00:04:19 Duration
Lecture 2 Draw a Square 00:05:17 Duration
Lecture 3 The Idea Behind Angles 00:03:34 Duration
Lecture 4 Draw a Rectangle Using Loops 00:03:02 Duration
Lecture 5 Create a Rectangle Function 00:04:50 Duration
Lecture 6 Code Along1- Draw an Equilateral Triangle 00:04:16 Duration
Lecture 7 Code Along2- Draw an Equilateral Triangle With LOO
Lecture 8 Code an Irregular Shape - Start a Snowflake 00:04:25 Duration
Lecture 9 Snowflakes!! 00:03:37 Duration

Section 5 : GUI Programming with Python

Lecture 1 Conclusions to Section 4 00:01:44 Duration
Lecture 2 About Certification
Lecture 3 Start with GUIs in Python 00:03:29 Duration
Lecture 4 Create a Simple Button With tkinter 00:03:06 Duration
Lecture 5 Add Functionality to the Button 00:05:48 Duration
Lecture 6 The Tkinter Grid 00:03:02 Duration
Lecture 7 Common Tkinter GUI Widgets 00:12:46 Duration
Lecture 8 Canvas for Drawing-part1 00:03:59 Duration
Lecture 9 Canvas for Drawing-part2 00:03:33 Duration
Lecture 10 Simple Expression Evaluator
Lecture 11 Start With the Temperature Conversion App 00:14:32 Duration
Lecture 12 Complete the App-1 00:06:02 Duration
Lecture 13 Complete the App-2 00:03:53 Duration
Lecture 14 A Conclusions to Section 5