Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Python for Everyone
Section 1. Introduction
How to Use LMS & Start Learning? (6:19)
1 : Python Overview and Installation (8:06)
2 : Its all about EnvironmentsIDE (12:27)
Rersouce
Assessment Exercise- 01
Section 2: Python Overview and Installation and Datatypes The Material For Code
3. First code and IDE (7:21)
4. IDE walk through (5:24)
5. What is Virtual Environment (5:44)
6. Installing and creating Virtual Environment (4:45)
7. Activating Virtual Environment (5:26)
8. Run Code and Key Board Short Cuts (5:01)
Resources
Assessment Exercise- 02
Section 3: Basics of Python and Numeric Data Type
9: Print and Comments (9:17)
10: What is Indentation (5:44)
11: Variable and Variable Assignment (12:11)
12: Numeric Data (10:32)
13: Arithmetic Operations (11:53)
14: PEDMAS What the heck (5:58)
15: Augumented Assignments (4:58)
Resources
Assessment Exercise- 03
Section 4: String Data Type
16: String Data Type Introduction (8:55)
17: What is Indexing and String Indexing (13:23)
18: String Concatenation (9:36)
19: String Formatting (8:51)
20: String Formatting Advance (12:45)
21: Most used Built in Methods for Strings (8:45)
Resources
Assessment Exercise- 04
Section 5: List and Tuple Data Type
22: List Data Type Intro (4:58)
23: How to define List (6:23)
24: List and List Indexing (5:04)
25: Most used Built in Methods for List (15:19)
26: Tuple and Concept of Mutability (13:37)
27: Range Sequence Type (9:11)
28: Range Exercise (6:25)
Resources
Assessment Exercise- 05
Section 6: Boolean Data Type
29: Boolean Datatype (3:53)
30: Comparison Operators in Boolean Datatype (10:36)
31: Logical Operators in Boolean Datatype (6:51)
32: Identity Operators in Boolean Datatype (8:05)
33: Membership Operators in Boolean Datatype (7:18)
Resources
Assessment Exercise- 06
Section 7: Dictionaries and Sets Data type
34: Dictionaries Datatype (4:39)
35: Retrieving Values from Dictionaries (7:46)
36: Retrieving Values from Dictionaries Part 2 (6:19)
37: Most used Builtin Methods for Dictionaries (15:47)
38: Sets Datatypes (10:48)
Resources
Assessment Exercise- 07
Section 8: For Loops
39: Iterator and Iterable (8:30)
40: Loop a Stupid Servant (10:06)
41: Nested For Loop (7:21)
42: Applications of For loop Exercises and Challenges (16:09)
43: Tuple Unpacking using For Loop (4:48)
Resources
Assessment Exercise- 08
Section 9: IF Statement
44: Program FLow Control and IF Statement (6:51)
45: Syntax of IF statement Easy Way (8:24)
46: Find IF CAT or DOG Person Exercise (8:07)
47: Exercise on ELIF Statement (6:56)
48: Nested IF (8:04)
49: Logical Operators with IF statement (8:47)
50: Rare IF conditions (4:48)
51: For and IF together Exercise (5:53)
52: Continue and Break Statement (6:50)
53: For and IF Together Exercise 1 (4:21)
54: Prime Number Challenge (7:14)
55: Word Counter Challenge (4:33)
Resources
Assessment Exercise- 09
Section 10: WHILE Loops
56: While Loop Syntax (3:57)
57: While Loop Condition (5:22)
58: Jungle Rescuer Challenge (5:45)
59: Jungle Rescuer Challenge (6:55)
Resources
Assessment Exercise- 10
Section 11: File Input and Output
60: Reading Data from Files (5:32)
61: Reading Data with ReadLine Exercise (8:09)
62 : Making Which Craft Book Exercise (7:20)
63 : Writing File (3:48)
64 : Appending Files (3:41)
Resources
Assessment Exercise- 11
Section 12: Functions in Python
65: Why the Heck we need Function (5:19)
66: Function Definition (6:18)
67: Return and Print are different (6:12)
68: Parameter vs Argument (7:55)
69: what is Star args (8:14)
70: Star args Exercise (6:27)
71: Star args In Nut Shell (7:11)
72: Key Word Arguments (7:18)
73: Local Scope in Function (7:07)
74: Global Scope (5:11)
75: Global Scope Exercise (5:42)
76: Non Local Scope and Keyword (9:20)
77: Summarizing it all (3:28)
78: Global Variable across Modules (9:34)
79 : Calculate Factorial Using Functions (6:45)
80: Recursive Function (7:28)
81: Fabanucci Sequence, Skull Crawler Exercise (5:31)
82: Os Read file and folder Exercise 1 using Walk Generator (7:31)
83: Read file and folder Exercise 2 using Recursive Function Part 1 (8:45)
84: Read file and folder Exercise 2 using Recursive Function Part 2 (7:15)
85: Recursive Function Understand 2nd way (7:07)
Resources
Assessment Exercise- 12
Section 13: Advanced Topics
86: Standard Libraries and Modules (6:58)
87: Using Imported Libraries (3:59)
88: Some Famous Modules (10:27)
89: Generators Part 1 (11:19)
90: Generators Part 2 (4:15)
91: Decorators (8:52)
92: List Comprehension (4:37)
93: Condition in List Comprehension (3:46)
94: Nested FOR and IF in List Comprehension (4:49)
95: Else In Comprehension Expression (5:38)
Resouces
Assessment Exercise- 13
Section 14: Object Oriented Programming(OOP)---
96: Introduction to Object Oriented Programming (6:27)
97: Class Definition (7:10)
98: Attributes and Methods (6:45)
99: Initialization Function (5:28)
100: Class Exercise with initialization function (6:31)
101: Name Spaces in Classes Advance (8:34)
102: Phokat Bank Project (12:50)
103: Balance Show using Nested Function (2:37)
104: Balance Check using Logical Operator (4:05)
105: Datetime Module and Transactions (8:46)
106: Static Method (7:09)
107: Bank Account Creation Message (2:48)
108: PEP8 and Meaning of Undescores (4:58)
109: Meaning of Undescores Part 2 (3:21)
110: Name Mangling and Non Local (10:21)
111: Magic Methods or Dundder Methods (3:27)
112: How to Document Your Code (10:03)
113: Zombie Game Project (13:49)
114: Getter and setter for score (6:06)
115: Enemy Class (11:01)
116: Inheritance in Action (9:04)
117: Method Overloading in Action (8:42)
118: Killing Mechanism of Zombie Enemy (4:46)
119: Accessing Method in super Class, Ducking (8:44)
120: Final Battle King Zombie Vampire (7:00)
121: Polymorphism in Action (7:32)
122: Lets Summarize it All (4:27)
Resources
Assessment Exercise- 14
Section 15: WEB DEVELOPMENT WITH PYTHON DJANGO
123: Method 1 Creating Django Project (8:15)
124: Method 2 Creating Virtual Environment part 1 (4:44)
125: Method 2 Activating Virtual Environments Part 2 (5:26)
126: Method 2 Creating Django Project Manually Part 3 (6:38)
127: How Does Web Browsing Works (7:21)
128: Url Pattrens (10:53)
129: How to Connect HTML Pages (8:31)
130: How to Make Multiple Pages Web App (12:26)
131: Django User Input (10:01)
132: Django Article Analyzer WebApp Version 1 (22:24)
133: Laying Foundation for Machine Learning Integration (8:17)
134: Git and Git Hub (16:02)
Resources
Assessment Exercise- 15
Section 16: Introduction to Machine Learning and Artificial Intelligence
135: Introduction to AI and ML (12:01)
Section 17:Final Exam
Final Exam
How to Use LMS & Start Learning?
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock