Course Curriculum
Python for Beginners | |||
Course Introduction | |||
Python for Beginners Introduction | 00:01:00 | ||
Module 01: Getting Started with Python | |||
Why Learn Coding | 00:04:00 | ||
Why Learn Python | 00:04:00 | ||
Gearing Up Linux Machine For Python Programming | 00:15:00 | ||
Gearing Up Windows For Python | 00:13:00 | ||
Integrate Python And Git Bash With Vscode | 00:03:00 | ||
Gearing Up The Macos For Python Programming | 00:06:00 | ||
Installing Jupyter Notebook In Windows | 00:06:00 | ||
Hello World In Jupyter Notebook | 00:11:00 | ||
Module 02: Data Types and Operators | |||
Arithmetic Operators | 00:14:00 | ||
Order Of Evaluation | 00:09:00 | ||
Variable And Assignment Operators | 00:12:00 | ||
Correct Variable Names | 00:08:00 | ||
Integer Float And Complex Numbers In Python | 00:11:00 | ||
Boolean Comparison Operator And Logical Operator | 00:20:00 | ||
Strings In Python | 00:07:00 | ||
String Methods In Python | 00:09:00 | ||
Taking Input From User | 00:05:00 | ||
Exercise | 00:09:00 | ||
Module 03: Data Structures | |||
Lists In Python | 00:16:00 | ||
Necessitites In List | 00:14:00 | ||
List Methods | 00:19:00 | ||
Tuples In Python | 00:14:00 | ||
Dictionary, Mutable, Accessing Items | 00:08:00 | ||
Dublicates, Constructor And Data Types In Dictionary | 00:06:00 | ||
Access And Add Items In Dictionaries | 00:06:00 | ||
Nested Dictionaries And Dictionary Methods | 00:10:00 | ||
Exercise | 00:12:00 | ||
Module 04: Control Flow | |||
Introduction | 00:01:00 | ||
Conditional Statements | 00:10:00 | ||
Nested If | 00:05:00 | ||
For Loops | 00:13:00 | ||
While Loops In Python | 00:07:00 | ||
While Vs For Loop | 00:07:00 | ||
Break Continue Statement | 00:07:00 | ||
Try And Except | 00:07:00 | ||
Exercise | 00:08:00 | ||
Module 05: Functions | |||
Intro To Functions | 00:05:00 | ||
Arguments, Parameters And Multiple Arguments | 00:09:00 | ||
Arbitrary Arguments, Keyword Arguments, Arbitrary Keyword Arguments | 00:10:00 | ||
Default Parameter Value And Passing A List As Parameters | 00:09:00 | ||
Return Values And Pass Statements | 00:06:00 | ||
Exercise | 00:09:00 | ||
Module 06: Python Arrays, Iterators and Generators | |||
Array, Length Of Array, Accessing Elements Of Array | 00:10:00 | ||
Adding, Removing Elements In Array, Array Methods | 00:12:00 | ||
Iterator In Python | 00:14:00 | ||
Generators In Python | 00:07:00 | ||
Exercise | 00:07:00 | ||
Module 07: File Manipulation | |||
File Handling And Syntax | 00:05:00 | ||
Reading The File, Line Extraction And Parsing | 00:11:00 | ||
Appending And Writing The Files In Python | 00:06:00 | ||
Create And Delete A File | 00:05:00 |
Review