Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    2023 Complete Python Masterclass™ | Zero To Hero Bootcamp

    Posted By: ELK1nG
    2023 Complete Python Masterclass™ | Zero To Hero Bootcamp

    2023 Complete Python Masterclass™ | Zero To Hero Bootcamp
    Last updated 1/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 6.09 GB | Duration: 19h 19m

    This modern Python 3 mega course takes you from basic to advanced Python programming with tones of exercises & projects

    What you'll learn

    Go from absolute beginner to become a confident Python Programmer

    Be grounded in the fundamental of Python programming to help you go from zero to hero

    Go deeper to understand complex topics in Python

    Learn Python programming through several exercises and solutions with the source codes

    Acquire the required Python knowledge you will need to go for Data Science, Machine learning, Ai and Deep learning

    Learn to use Python Object-Oriented Programming (OOP) in your program

    Learn to use Python GUI and create your own GUI projects

    Learn to to create your own Python applications.

    Learn Python from ardent Python programmer.

    Requirements

    No experience required - I will teach you from scratch

    You only need a computer internet access

    Description

    Welcome to the - 2022 Complete Python Masterclass™ | Zero to Hero Bootcamp, the very course you will learn to code with Python. With tones of challenges and solutions, projects, this Python course is without a doubt one of the most comprehensive Python programming courses you will ever find. It doesn't matter if you don't have any experience in programming because this course will take you from absolute beginner level to a true Python professional. See:WHY THIS COURSE?  This course is not rushed over. It starts from the very basics of Python programming to advanced Python - the course was developed over a year.This course is taught by an active Python programmer with several years of experienceThis course is taught by examples, challenges with solutions, and projectsYou will not only know the theory but learn to build your own projects using PythonsAll the students taught by the instructor have moved higher in their careersNo question asked by students is not answered with 48 hours. There is no too simple question or too hard question. All questions are taken very seriously by the instructorThe course is continuously updated to make sure everything topic is up to dateYou don't need to take my words for it. See what existing students have to say concerning my courses:"Mr. Donatus is indeed a great teacher! You can tell that he has mastered Python to a native level, and he knows how to transmit this knowledge in an incredibly efficient and effective way. I absolutely recommend this course to anyone looking for a Python course, being it that you want to learn from scratch, or being it that you want to refresh and improve your skills." - Ignacio Castro"This is a great course!  It is deep. The instructor didn't leave any stone unturned. It gave me a better understanding of the more advanced concept. Above all, I love the style of teaching with challenges and solutions." - Paul Min"It's been an amazing time having to learn and understand how python works." - Ana Gil"This was an awesome match for me! I have been wanting to learn Python for a long time. I have taken other courses of this instructor, immediately when I saw this Python course I quickly dived into it because I know it will be awesome. I was not disappointed. I say Kudos to the Teacher. I recommend this course!" - Binta Abdulsalam"Well explained and easy to understand. This is indeed commendable and I appreciate your efforts." - Joanita AndersonI am not only confident you will love this course, but I am also confident you will spread the love to others. Hence, we are offering you 30 days' FULL money-back. What are you waiting for? Click Buy now and let's get started.WHO IS THIS COURSE FOR?  This course is for you if you want to learn python for the first time or you want to advance your understanding of Python programming.This course is for you if you are coming from other programming languages and want to learn Python fast and know it really well.This course is for you if you are tired of Python courses that are too brief, too simple, or too complicated.This course is for you if you want to build real-world applications using Python.This course is for you if you have to get the prerequisite knowledge to understand Data Science and Machine Learning using Python.This course is for you if you want to master the in and out of Python.This course is for you if you want to learn Python by doing exciting real-life challenges that will distinguish you from the crowd.This course is for you if plan to pass a Python interview soon.By the end of this course, you will be very fluent in Python programming, you will be able to build your own project and get promoted or get a new job.

    Overview

    Section 1: Introduction, Setup, Variable, Operators, Comment, Data Type

    Lecture 1 Course Content Walkthrough

    Lecture 2 Setup - Introduction

    Lecture 3 Setup - Making Python3 the Default

    Lecture 4 Setup - Python Installation

    Lecture 5 Setup - Python Shell

    Lecture 6 Setup - Sublime Text Installation & Build System

    Lecture 7 Setup - Anaconda/Jupiter Notebook Installation

    Lecture 8 Python Variables

    Lecture 9 Python Operator - Arithmetic

    Lecture 10 Python Operator - Assignment

    Lecture 11 Python Operator - Left & Right Shift (Bitwise)

    Lecture 12 Python Operator - Bitwise

    Lecture 13 Python Operator - Logical

    Lecture 14 Python Operator - Comparison

    Lecture 15 Python Operator - Identity

    Lecture 16 Python Operator - Membership

    Lecture 17 Python Comments

    Lecture 18 Python Data Types

    Section 2: Beginner to Intermediate - Python List

    Lecture 19 Python List - What is List?

    Lecture 20 Python List - Arbitrary Objects

    Lecture 21 Python List - Number of Objects

    Lecture 22 Python List - Ordered or Unordered?

    Lecture 23 Python List - List Indexing

    Lecture 24 Python List - Slicing with Positive and Negative indexing

    Lecture 25 Python List - Omitting First & Second Indices

    Lecture 26 Python List - Using Stride to Access Elements of List

    Lecture 27 Python List - Reversing

    Lecture 28 Python List - The difference between [:] in List & String

    Lecture 29 Python List - Operators and Built-In Structure

    Lecture 30 Python List - Mutable or Immutable

    Lecture 31 Python List - Modification

    Lecture 32 Python List - Appending & Prepending

    Lecture 33 Python List - Ways to Delete Elements of a List

    Lecture 34 Python List - Append Method

    Lecture 35 Python List - Extend Method

    Lecture 36 Python List - Insert Method

    Lecture 37 Python List - Index Method

    Lecture 38 Python List - Copy Method

    Lecture 39 Python List - Count Method

    Lecture 40 Python List - Reverse Method

    Lecture 41 Python List - Sort Method & Sorted Function

    Lecture 42 Python List - Emptying a List with Clear and Del

    Lecture 43 Python List Challenge - 1 - List Reversal

    Lecture 44 Python List Challenge - 1 - List Reversal - Solution

    Lecture 45 Python List Challenge - 1 - List Reversal - Code

    Lecture 46 Python List Challenge - 2 - Insert

    Lecture 47 Python List Challenge - 2 - Insert -Solution

    Lecture 48 Python List Challenge - 2 - Insert - Code

    Lecture 49 Python List Challenge - 3 - Append

    Lecture 50 Python List Challenge - 3 - Append - Solution

    Lecture 51 Python List Challenge - 3 - Append - Code

    Lecture 52 Python List Challenge - 4 - Extend

    Lecture 53 Python List Challenge - 4 - Extend - Solution

    Lecture 54 Python List Challenge - 4 Extend - Code

    Lecture 55 Python List Challenge - 5 - Index

    Lecture 56 Python List Challenge - 5 - Index - Solution

    Lecture 57 Python List Challenge - 5 - Index - Code

    Lecture 58 Python List Challenge & Solution - 6 - Len, Max & Min

    Lecture 59 Python List Challenge & Solution - 6 - Len, Max & Min - Code

    Lecture 60 Python List Challenge & Solution - 7 - Plus Operator

    Lecture 61 Python List Challenge & Solution - 7 - Plus Operator - Code

    Lecture 62 Python List Challenge & Solution - 8 - Emptying a List

    Lecture 63 Python List Challenge & Solution - 8 - Emptying a List - Code

    Lecture 64 Python List Challenge & Solution - 9 - Reverse

    Lecture 65 Python List Challenge & Solution - 9 - Reverse - Code

    Lecture 66 Python List Challenge & Solution - 10 - Count, pop, sort, and sorted

    Lecture 67 Python List Challenge & Solution - 10 - Count, pop, sort, and sorted - Code

    Lecture 68 Python List Challenge & Solution - 11 - Unpack

    Lecture 69 Python List Challenge & Solution - 11 - Unpack - Code

    Section 3: Beginner to Intermediate - Python Tuple

    Lecture 70 Python Tuple - What is Tuple?

    Lecture 71 Python Tuple - Creating a Tuple

    Lecture 72 Python Tuple - Immutable

    Lecture 73 Python Tuple - Ordered

    Lecture 74 Python Tuple - Indexing

    Lecture 75 Python Tuple - Slicing

    Lecture 76 Python Tuple - Stride

    Lecture 77 Python Tuple - One Item

    Lecture 78 Python Tuple - Packing and Unpacking

    Lecture 79 Python Tuple - Values Swapping

    Lecture 80 Python Tuple - Count Method

    Lecture 81 Python Tuple - Index Method

    Lecture 82 Python Tuple - Join Method

    Lecture 83 Python Tuple Challenge & Solution- 1 - Empty Tuple

    Lecture 84 Python Tuple Challenge & Solution - 2- Assigning Elements

    Lecture 85 Python Tuple Challenge & Solution - 3 - Printing Last Element

    Lecture 86 Python Tuple Challenge & Solution - 4 - Index of Element

    Lecture 87 Python Tuple Challenge & Solution - 5 - Count

    Lecture 88 Python Tuple Challenge & Solution - 6 - Mixed Data

    Lecture 89 Python Tuple Challenge & Solution - 7 - Sum

    Lecture 90 Python Tuple Challenge & Solution - 8 - Max and Min

    Lecture 91 Python Tuple Challenge & Solution - 9 - Unpack

    Lecture 92 Python Tuple Challenge & Solution - 10 - Add value fo Tuple

    Lecture 93 Python Tuple Challenge & Solution - 11 - Add Elements

    Lecture 94 Python Tuple Challenge & Solution - 12 - Join Method

    Lecture 95 Python Tuple Challenge & Solution - 13 - Elements

    Lecture 96 Python Tuple Challenge & Solution - 14 - Remove Element

    Lecture 97 Python Tuple Challenge & Solution - 15 - Length

    Lecture 98 Python Tuple Challenge & Solution - 16 - Stride

    Lecture 99 Python Tuple Challenge & Solution - 17 - Join

    Section 4: Beginner to Intermediate - Dictionary

    Lecture 100 Python Dictionary - What is Dictionary?

    Lecture 101 Python Dictionary - Defining a Dictionary

    Lecture 102 Python Dictionary - Defining a Dictionary with Arbitrary Entries

    Lecture 103 Python Dictionary - Accessing Values in Dictionary

    Lecture 104 Python Dictionary - Adding to Existing Dictionary

    Lecture 105 Python Dictionary - Deleting Records

    Lecture 106 Python Dictionary - Incremental Building

    Lecture 107 Python Dictionary - Accessing SubDictionary

    Lecture 108 Python Dictionary - Key Restriction

    Lecture 109 Python Dictionary - IN and NOT Operators

    Lecture 110 Python Dictionary - Len Function

    Lecture 111 Python Dictionary - Keys Method

    Lecture 112 Dictionary - Values Method

    Lecture 113 Dictionary - Items Method

    Lecture 114 Python Dictionary - Get Method

    Lecture 115 Python Dictionary - Update Method

    Lecture 116 Python Dictionary - Popitem, Pop and Clear Method

    Lecture 117 Python Dictionary Challenge & Solution - 1 - Key-Value

    Lecture 118 Python Dictionary Challenge & Solution -1-Key-Value-Code

    Lecture 119 Python Dictionary Challenge & Solution - 2- Data Structure

    Lecture 120 Python Dictionary Challenge & Solution - 2 - Data Structure - Code

    Lecture 121 Python Dictionary Challenge & Solution - 3- Next

    Lecture 122 Python Dictionary Challenge & Solution - 3- Next - Code

    Lecture 123 Python Dictionary Challenge & Solution - 4- Next

    Lecture 124 Python Dictionary Challenge & Solution - 4- Sorted

    Lecture 125 Python Dictionary Challenge & Solution - 4 - Sorted - Code

    Lecture 126 Python Dictionary Challenge & Solution -5-Update

    Lecture 127 Python Dictionary Challenge & Solution - 7 - Len

    Lecture 128 Python Dictionary Challenge & Solution - 7 - Len - Code

    Lecture 129 Python Dictionary Challenge & Solution - 8 - Merging Two Dicts

    Lecture 130 Python Dictionary Challenge & Solution - 9 - Sum

    Section 5: Beginner to Intermediate - Python Set

    Lecture 131 Python Set - What is Set?

    Lecture 132 Python Set - Defining Set

    Lecture 133 Python Set - Initialising a Set

    Lecture 134 Python Set - Supports Arbitrary Immutable Objects

    Lecture 135 Python Set - IN and NOT IN

    Lecture 136 Python Set - Len

    Lecture 137 Python Set - Understanding Set Venn Diagram & Operations - Union

    Lecture 138 Python Set - Understanding Set Venn Diagram & Operations - Intersection

    Lecture 139 Python Set - Understanding Set Venn Diagram & Operations - Intersection_update

    Lecture 140 Python Set - Understanding Set Venn Diagram & Operations - Difference

    Lecture 141 Python Set - Understanding Set Venn Diagram & Operations - Difference_update

    Lecture 142 Python Set - Understanding Set Venn Diagram & Operations - Symmetric_difference

    Lecture 143 Python Set - Symmetric_difference_update

    Lecture 144 Python Set - isSubset Method

    Lecture 145 Python Set - isSuperset Method

    Lecture 146 Python Set - Proper Subset | Proper Superset

    Lecture 147 Python Set - isDisjoint Method

    Lecture 148 Python Set - Add Method

    Lecture 149 Python Set - Clear Method

    Lecture 150 Python Set - Pop Method

    Lecture 151 Python Set - Discard Method

    Lecture 152 Python Set - Remove Method

    Lecture 153 Python Set - Update Method

    Lecture 154 Python Set Challenge & Solution - 1 - Empty Set

    Lecture 155 Python Set Challenge & Solution - 2 - Empty Set

    Lecture 156 Python Set Challenge & Solution - 2 - Empty Set - Code

    Lecture 157 Python Set Challenge & Solution - 3 - Add

    Lecture 158 Python Set Challenge & Solution - 3 - Add - Code

    Lecture 159 Python Set Challenge & Solution - 4 - Update

    Lecture 160 Python Set Challenge & Solution - 4 - Update - Code

    Lecture 161 Python Set Challenge & Solution - 5 - Pop

    Lecture 162 Python Set Challenge & Solution - 5 - Pop - Code

    Lecture 163 Python Set Challenge & Solution - 6 - Discard

    Lecture 164 Python Set Challenge & Solution - 6 - Discard - Code

    Lecture 165 Python Set Challenge & Solution - 7 - Remove or Discard

    Lecture 166 Python Set Challenge & Solution - 7 - Remove or Discard - Code

    Lecture 167 Python Set Challenge & Solution - 8 - Remove

    Lecture 168 Python Set Challenge & Solution - 8 - Remove - Code

    Lecture 169 Python Set Challenge & Solution - 9 - Intersection

    Lecture 170 Challenge - 9 - Intersection - Code

    Lecture 171 Python Set Challenge & Solution - 10 - List

    Lecture 172 Python Set Challenge & Solution - 11 - Issuperset

    Lecture 173 Python Set Challenge & Solution - 12 - isSubset

    Lecture 174 Python Set Challenge & Solution - 12 - isSubset - Code

    Lecture 175 Python Set Challenge & Solution - 13 - ProperSubset

    Lecture 176 Python Set Challenge & Solution - 14 - isDisjoint

    Lecture 177 Python Set Challenge & Solution - 15 - Subset & Proper Subset

    Lecture 178 Python Set Challenge & Solution - 15 - Subset & Proper Subset - Code

    Lecture 179 Python Set Challenge & Solution - 16 - Copy

    Lecture 180 Python Set Challenge & Solution - 17 - Unordered

    Lecture 181 Python Set Challenge & Solution - 18 - IN

    Lecture 182 Python Set Challenge & Solution - 19 - Intersection

    Lecture 183 Python Set Challenge & Solution - 19 - Intersection - Code

    Lecture 184 Python Set Challenge & Solution - 20 - Difference

    Lecture 185 Python Set Challenge & Solution - 20 - Difference - Code

    Lecture 186 Python Set Challenge & Solution - 21 - Subset

    Lecture 187 Python Set Challenge & Solution - 22 - SuperSet

    Lecture 188 Python Set Challenge & Solution - 23 - Symmetric Difference

    Lecture 189 Python Set Challenge & Solution - 24 - Difference Update

    Lecture 190 Python Set Challenge & Solution - 25 - Union

    Lecture 191 Python Set Challenge & Solution - 26 - Dictionary to Set

    Lecture 192 Python Set Challenge & Solution - 27 - Max and Min

    Section 6: Beginner to Intermediate - Python FrozenSet

    Lecture 193 Python FrozenSet - What is FrozenSet?

    Lecture 194 Python FrozenSet - Defining a FrozenSet

    Lecture 195 Python FrozenSet - Can't Be Modified

    Lecture 196 Python FrozenSet - Len & List Functions

    Lecture 197 Python FrozenSet - Importance of FrozenSet

    Section 7: Beginner to Intermediate - Python String

    Lecture 198 Python String - What is String?

    Lecture 199 Python String - Capitalise

    Lecture 200 Python String - Accessing Values In Strings

    Lecture 201 Python String - Casefold

    Lecture 202 Python String - Slicing & Stride

    Lecture 203 Python String - Center

    Lecture 204 Python String - Plus Operator

    Lecture 205 Python String - Minus Operator

    Lecture 206 Python String - Multiplication Operator

    Lecture 207 Python String - Upper Method

    Lecture 208 Python String - Lower Method

    Lecture 209 Python String - IN and NOT IN

    Lecture 210 Python String - Title

    Lecture 211 Python String - Swapcase

    Lecture 212 Python String - StartsWith & EndsWith

    Lecture 213 Python String - Find

    Lecture 214 Python String - rFind

    Lecture 215 Python String - Index

    Lecture 216 Python String - rIndex

    Lecture 217 Python String - isAlnum

    Lecture 218 Python String - isDigit

    Lecture 219 Python String - isIdentifier

    Lecture 220 Python String - isAlpha

    Lecture 221 Python String - isLower

    Lecture 222 String -isPrintable

    Lecture 223 Python String - isTitle

    Lecture 224 Python String - isSpace

    Lecture 225 Python String - isUpper

    Lecture 226 Python String - ljust

    Lecture 227 Python String - rJust

    Lecture 228 Python String - replace

    Lecture 229 Python String - strip

    Lecture 230 Python String - rStrip

    Lecture 231 Python String - iStrip

    Lecture 232 Python String - expandtabs

    Lecture 233 Python String - zfill

    Lecture 234 Python String - partition

    Lecture 235 Python String - rPartition

    Lecture 236 Python String - rsplit

    Lecture 237 Python String - split

    Lecture 238 Python String - splitline

    Lecture 239 Python String - format

    Lecture 240 Python String - f-string

    Lecture 241 Python String - isascii

    Lecture 242 Python String Challenge & Solution - 1

    Lecture 243 Python String Challenge & Solution - 2

    Lecture 244 Python String Challenge & Solution - 3

    Lecture 245 Python String Challenge & Solution - 4

    Lecture 246 Python String Challenge & Solution - 5

    Lecture 247 Python String Challenge & Solution - 6

    Lecture 248 Python String Challenge & Solution - 7

    Lecture 249 Python String Challenge & Solution - 8

    Lecture 250 Python String Challenge & Solution - 9

    Lecture 251 Python String Challenge & Solution - 10

    Lecture 252 Python String Challenge & Solution - 11

    Lecture 253 Python String Challenge & Solution - 12

    Lecture 254 Python String Challenge & Solution - 13

    Lecture 255 Python String Challenge & Solution - 14

    Lecture 256 Python String Challenge & Solution - 15

    Lecture 257 Python String Challenge & Solution - 16

    Lecture 258 Python String Challenge & Solution - 17

    Lecture 259 Python String Challenge & Solution - 18

    Lecture 260 Python String Challenge & Solution - 19

    Lecture 261 Python String Challenge & Solution - 20

    Lecture 262 Python String Challenge & Solution - 21

    Lecture 263 Python String Challenge & Solution - 22

    Lecture 264 Python String Challenge & Solution - 23

    Lecture 265 Python String Challenge & Solution - 24

    Lecture 266 Python String Challenge & Solution - 25

    Lecture 267 Python String Challenge & Solution - 26

    Lecture 268 Python String Challenge & Solution - 27

    Lecture 269 Python String Challenge & Solution - 28

    Lecture 270 Python String Challenge & Solution - 29

    Lecture 271 Python String Challenge & Solution - 30

    Lecture 272 Python String Challenge & Solution - 31

    Lecture 273 Python String Challenge & Solution - 32

    Lecture 274 Python String Challenge & Solution - 33

    Lecture 275 Python String Challenge & Solution - 34

    Lecture 276 Python String Challenge & Solution - 35

    Lecture 277 Python String Challenge & Solution - 36

    Lecture 278 Python String Challenge & Solution - 37

    Lecture 279 Python String Challenge & Solution - 38

    Lecture 280 Python String Challenge & Solution - 39

    Lecture 281 Python String Challenge & Solution - 40

    Lecture 282 Python String Challenge & Solution - 41

    Lecture 283 Python String Challenge & Solution - 42

    Section 8: Intermediate - Python Casting

    Lecture 284 Understanding Python Casting

    Section 9: Intermediate - Python Container

    Lecture 285 Meaning of Python Container

    Lecture 286 Python Iterable, Iteration and Iterator

    Lecture 287 Python Iterator Challenge & Solution

    Section 10: Intermediate - Introduction to Python Range Function

    Lecture 288 Introduction to Python Range Function

    Section 11: Intermediate - Introduction to Python For Loop

    Lecture 289 Introduction to Python For Loop?

    Section 12: Intermediate - Revisiting Python Range Function

    Lecture 290 Python Range Function Challenge & Solution - 1

    Lecture 291 Python Range Function Challenge & Solution - 2

    Lecture 292 Python Range Function Challenge & Solution - 2 - Code

    Lecture 293 Python Range Function Challenge & Solution - 3

    Lecture 294 Python Range Function Challenge & Solution - 3 - Code

    Lecture 295 Python Range Function Challenge & Solution - 4

    Lecture 296 Python Range Function Challenge & Solution - 4 - Code

    Lecture 297 Python Range Function Challenge & Solution - 5

    Lecture 298 Python Range Function Challenge & Solution - 5 - Code

    Lecture 299 Python Range Function Challenge & Solution - 6

    Lecture 300 Python Range Function Challenge & Solution - 6 - Code

    Lecture 301 Python Range Function Challenge & Solution - 7

    Lecture 302 Python Range Function Challenge & Solution - 7 - Code

    Lecture 303 Python Range Function Challenge & Solution - 8

    Lecture 304 Python Range Function Challenge & Solution - 8 - Code

    Lecture 305 Python Range Function Challenge & Solution - 9

    Lecture 306 Python Range Function Challenge & Solution - 9 - Code

    Lecture 307 Python Range Function Challenge & Solution - 10

    Lecture 308 Python Range Function Challenge & Solution - 10 - Code

    Section 13: Intermediate - Revisiting Python For Loop

    Lecture 309 Python For Loop Challenge & Solution - 1

    Lecture 310 Python For Loop Challenge & Solution - 1 - Code

    Lecture 311 Python For Loop Challenge & Solution - 2

    Lecture 312 Python For Loop Challenge & Solution - 2 - Code

    Lecture 313 Python For Loop Challenge & Solution - 3

    Lecture 314 Python For Loop Challenge & Solution - 3 - Code

    Lecture 315 Python For Loop Challenge & Solution - 4

    Lecture 316 Python For Loop Challenge & Solution - 4 - Code

    Lecture 317 Python For Loop Challenge & Solution - 5

    Lecture 318 Python For Loop Challenge & Solution - 5 - Code

    Section 14: Intermediate - Python If … Else Statement

    Lecture 319 Python If … Else - Introduction

    Lecture 320 Python If … Else - Nested If Statements

    Lecture 321 Python If … Else - Else Statement

    Lecture 322 Python If … Else - ELIF Statement

    Lecture 323 One Line If Statement

    Lecture 324 Python If … Else - Ternary Operator

    Lecture 325 Python If … Else - From Ternary to Normal Conditional Statement

    Lecture 326 More Conditional Expression / Ternary Operator

    Section 15: Intermediate - Python Input Function

    Lecture 327 How Python Input Function Works

    Lecture 328 Challenge & Solution - 1

    Lecture 329 Challenge & Solution - 2

    Section 16: Intermediate - Python While Loops

    Lecture 330 Python While Loops - Introduction

    Lecture 331 Python While Loops - pop Method

    Lecture 332 Python While Loops - If & break

    Lecture 333 Python While Loops - If & Continue

    Lecture 334 Python While Loops - If, Break & Continue

    Lecture 335 Python While Loops - One-Line While Loop

    Lecture 336 Python While Loops - Challenge - 1

    Lecture 337 Python While Loops - Challenge - 1 - Code

    Lecture 338 Python While Loops - Challenge - 2

    Lecture 339 Python While Loops - Challenge - 2 - Code

    Section 17: Intermediate - Python Print Function

    Lecture 340 Python Print Function - New Line

    Lecture 341 Python Print Function - String

    Lecture 342 Python Print Function - Concatenation

    Lecture 343 Python Print Function - Data Types

    Lecture 344 Python Print Function - Separating Multiple Arguments

    Lecture 345 Python Print Function - Separator Option

    Lecture 346 Python Print Function - Newline

    Lecture 347 Python Print Function - Challenge Separator

    Lecture 348 Python Print Function - Challenge Separator

    Lecture 349 Python Print Function - End Option

    Lecture 350 Python Print Function - Newline

    Lecture 351 Python Print Function - Newline With End Option

    Lecture 352 Python Print Function - Modulo (%) Operator

    Section 18: Intermediate - Python List Comprehension

    Lecture 353 Python List Comprehension - Introduction

    Lecture 354 Python List Comprehension - with IF

    Lecture 355 Python List Comprehension - with IF and ELSE

    Lecture 356 Python List Comprehension - with IF and ELSE - Code

    Lecture 357 Python List Comprehension - Nested List Comprehension

    Lecture 358 Python List Comprehension - More Challenge & Solution - 1

    Lecture 359 Python List Comprehension - More Challenge & Solution - 1 - Code

    Lecture 360 Python List Comprehension - More Challenge & Solution - 2

    Lecture 361 Python List Comprehension - More Challenge & Solution - 2 - Code

    Lecture 362 Python List Comprehension - More Challenge & Solution - 3

    Lecture 363 Python List Comprehension - More Challenge & Solution - 3 - Code

    Lecture 364 Python List Comprehension - More Challenge & Solution - 4

    Lecture 365 Python List Comprehension - More Challenge & Solution - 4 - Code

    Lecture 366 Python List Comprehension - More Challenge & Solution - 5

    Lecture 367 Python List Comprehension - More Challenge & Solution - 5 - Code

    Lecture 368 Python List Comprehension - More Challenge - 6

    Lecture 369 Python List Comprehension - More Challenge - 6 - Code

    Lecture 370 PyPython List Comprehension - More Challenge & Solution - 7

    Lecture 371 PyPython List Comprehension - More Challenge & Solution - 7 - Code

    Lecture 372 Python List Comprehension - More Challenge & Solution - 8

    Lecture 373 Python List Comprehension - More Challenge - 8 - Code

    Lecture 374 Python List Comprehension - More Challenge - 9

    Lecture 375 Python List Comprehension - More Challenge - 9 - Code

    Lecture 376 Python List Comprehension - More Challenge & Solution - 10

    Lecture 377 Python List Comprehension - More Challenge & Solution - 10 - Code

    Lecture 378 Python List Comprehension - More Challenge - 11

    Lecture 379 Python List Comprehension - More Challenge - 11 - Code

    Lecture 380 Python List Comprehension - More Challenge & Solution - 12

    Lecture 381 Python List Comprehension - More Challenge & Solution - 12 - Code

    Lecture 382 Python List Comprehension - More Challenge - 13

    Lecture 383 Python List Comprehension - More Challenge - 13 - Code

    Lecture 384 Python List Comprehension - More Challenge & Solution - 14

    Lecture 385 Python List Comprehension - More Challenge & Solution - 14 - Code

    Lecture 386 Python List Comprehension - More Challenge & Solution - 15

    Lecture 387 Python List Comprehension - More Challenge & Solution - 15 - Code

    Lecture 388 Python List Comprehension - More Challenge & Solution - 16

    Lecture 389 Python List Comprehension - More Challenge & Solution - 16 - Code

    Lecture 390 Python List Comprehension - More Challenge & Solution - 17

    Lecture 391 Python List Comprehension - More Challenge & Solution - 17 - Code

    Lecture 392 Python List Comprehension - More Challenge & Solution - 18

    Lecture 393 Python List Comprehension - More Challenge & Solution - 18 - Code

    Lecture 394 Python List Comprehension - More Challenge & Solution - 19

    Lecture 395 Python List Comprehension - More Challenge & Solution - 19 - Code

    Lecture 396 Python List Comprehension - More Challenge & Solution - 20

    Lecture 397 Python List Comprehension - More Challenge & Solution - 20 - Code

    Section 19: Project - Detecting Vowels & Consonants

    Lecture 398 Project - Detecting Vowels & Consonants

    Lecture 399 Project - Detecting Vowels & Consonants - Code

    Section 20: Project - Number of Days in a Month

    Lecture 400 Project - Number of Days in a Month

    Lecture 401 Project - Number of Days in a Month - Code

    Section 21: Project - Media of Given Numbers

    Lecture 402 Project - Media of Given Numbers

    Lecture 403 Project - Media of Given Numbers - Code

    Section 22: Project - Pattern

    Lecture 404 Project - Pattern

    Lecture 405 Project - Pattern - Code

    Section 23: Project - Number of Digits in Any Given Number

    Lecture 406 Project - Number of Digits in Any Given Number

    Lecture 407 Project - Number of Digits in Any Given Number - Code

    Section 24: Project - Multiplication Table

    Lecture 408 Project - Multiplication Table

    Lecture 409 Project - Multiplication Table - Code

    Section 25: Project - Divisible

    Lecture 410 Project - Divisible

    Lecture 411 Project - Divisible - Code

    Section 26: Project - Divisible Extended

    Lecture 412 Project 8 - Divisible Extended

    Lecture 413 Project 8 - Divisible Extended - Code

    Section 27: Project - Location of the Result of Sum

    Lecture 414 Project - Location of the Result of Sum

    Lecture 415 Project - Location of the Result of Sum - Code

    Section 28: Project - Counting Alphabets and Numbers in a String

    Lecture 416 Project - Counting Alphabets and Numbers in a String

    Lecture 417 Project - Counting Alphabets and Numbers in a String - Code

    Section 29: Project - Sum & Average of Any Given Numbers

    Lecture 418 Project - Sum & Average of Any Given Numbers

    Lecture 419 Project - Sum & Average of Any Given Numbers - Code

    Section 30: Advance - Python Functions

    Lecture 420 Python Functions - What is Function?

    Lecture 421 Python Functions - The Inbuilt Function

    Lecture 422 Python Functions - Defining a Function

    Lecture 423 Python Functions - Understanding Return

    Lecture 424 Python Functions - Understanding Parameters

    Lecture 425 Python Functions - Understanding Flow of Execution

    Lecture 426 Python Functions - Encapsulation and Generalisation

    Lecture 427 Python Functions - Default Argument

    Lecture 428 Python Functions - Default Argument II

    Lecture 429 Python Functions - Default Argument II - Code

    Lecture 430 Python Functions - More Challenge 1

    Lecture 431 Python Functions - More Challenge 1 - Code

    Lecture 432 Python Functions - More Challenge 2

    Lecture 433 Python Functions - More Challenge 2 - Code

    Lecture 434 Python Functions - More Challenge 3

    Lecture 435 Python Functions - More Challenge 3 - Code

    Lecture 436 Python Functions - More Challenge 4

    Lecture 437 Python Functions - More Challenge 4 - Code

    Lecture 438 Python Functions - More Challenge 5

    Lecture 439 Python Functions - More Challenge 5 - Code

    Lecture 440 Python Functions - More Challenge & Solution 6

    Section 31: Advance - Python Nested Functions

    Lecture 441 Python Nested Functions - Introduction

    Lecture 442 Python Nested Functions - Introduction - Code

    Lecture 443 Python Nested Functions - Challenge - I

    Lecture 444 Python Nested Functions - Challenge - I

    Lecture 445 Python Nested Functions - Challenge - II

    Lecture 446 Python Nested Functions - Challenge - II

    Section 32: Advance - Python Variable-Length Arguments

    Lecture 447 Python Variable-Length Arguments - Introduction

    Lecture 448 Python Variable-Length Arguments - 1 Challenge & Solution

    Lecture 449 Python Variable-Length Arguments - 1 Challenge & Solution Code

    Lecture 450 Python Variable-Length Arguments - 2 Challenge & Solution

    Lecture 451 Python Variable-Length Arguments - 2 Challenge & Solution Code

    Lecture 452 Python Variable-Length Arguments - 3 Challenge & Solution

    Lecture 453 Python Variable-Length Arguments - 4 Challenge & Solution

    Lecture 454 Python Variable-Length Arguments - 4 Challenge & Solution Code

    Lecture 455 Python Variable-Length Arguments - 5 Challenge & Solution

    Lecture 456 Python Variable-Length Arguments - 5 Challenge & Solution Code

    Lecture 457 Python Variable-Length Arguments - 6 Challenge & Solution

    Lecture 458 Python Variable-Length Arguments - 6 Challenge & Solution

    Section 33: Advance - Python Keyword Arguments

    Lecture 459 Python Keyword Arguments - Introduction

    Lecture 460 Python Keyword Arguments - Introduction - Code

    Lecture 461 Python Keyword Arguments - Challenge & Solution

    Lecture 462 Python Keyword Arguments - Challenge & Solution Code

    Section 34: Advance - Python Recursive Function

    Lecture 463 Python Recursive Function - Introduction

    Lecture 464 Python Recursive Function - 1 Challenge & Solution

    Lecture 465 Python Recursive Function - 1 Challenge & Solution Code

    Lecture 466 Python Recursive Function - 2 Challenge & Solution

    Lecture 467 Python Recursive Function - 2 Challenge & Solution Code

    Section 35: Advance - Python Global Variables

    Lecture 468 Python Global Variables - Introduction

    Lecture 469 Python Global Variables - Introduction - Code

    Lecture 470 Python Global Variables - Challenge & Solution

    Lecture 471 Python Global Variables - Challenge & Solution Code

    Section 36: Advance - Python Lambda

    Lecture 472 Python Lambda - Introduction

    Lecture 473 Python Lambda - 1 Challenge & Solution

    Lecture 474 Python Lambda - 1 Challenge & Solution Code

    Lecture 475 Python Lambda - 2 Challenge & Solution

    Lecture 476 Python Lambda - 2 Challenge & Solution Code

    Lecture 477 Python Lambda - 3 Challenge & Solution

    Lecture 478 Python Lambda - 3 Challenge & Solution Code

    Section 37: Advance - Python Map Function

    Lecture 479 Python Map Function - Introduction

    Lecture 480 Python Map Function - Challenge - 1

    Lecture 481 Python Map Function - Challenge - 1 - Code

    Lecture 482 Python Map Function - Challenge - 2

    Lecture 483 Python Map Function - Challenge - 2 - Code

    Lecture 484 Python Map Function - Challenge - 3

    Lecture 485 Python Map Function - Challenge - 3 - Code

    Lecture 486 Python Map Function - Challenge - 4

    Lecture 487 Python Map Function - Challenge - 4 - Code

    Lecture 488 Python Map Function - Challenge - 5

    Lecture 489 Python Map Function - Challenge - 5 - Code

    Lecture 490 Python Map Function - Challenge - 6

    Lecture 491 Python Map Function - Challenge - 6 - Code

    Lecture 492 Python Map Function - Challenge - 7

    Lecture 493 Python Map Function - Challenge - 7 - Code

    Lecture 494 Python Map Function - Challenge - 8

    Lecture 495 Python Map Function - Challenge - 8 - Code

    Section 38: Advance - Python Generators

    Lecture 496 Python Generators - Introduction

    Lecture 497 Python Generators - Introduction - Code

    Lecture 498 Python Generators - Challenge 1

    Lecture 499 Python Generators - Challenge 1 - Code

    Lecture 500 Python Generators - Challenge 2

    Lecture 501 Python Generators - Challenge 2 - Code

    Section 39: Advance - Python Modules

    Lecture 502 Python Modules - Introduction

    Lecture 503 Python Modules - Challenge - 1

    Lecture 504 Python Modules - Challenge - 1 - Code

    Lecture 505 Python Modules - Challenge - 2

    Lecture 506 Python Modules - Challenge - 2 - Code

    Lecture 507 Python Modules - Challenge - 3

    Lecture 508 Python Modules - Challenge - 3 - Code

    Lecture 509 Python Modules - Challenge - 4

    Lecture 510 Python Modules - Challenge - 4 - Code

    Lecture 511 Python Modules - Challenge - 5

    Lecture 512 Python Modules - Challenge - 5 - Code

    Lecture 513 Python Modules - Challenge - 6

    Lecture 514 Python Modules - Challenge - 6 - Code

    Lecture 515 Python Modules - Challenge - 7

    Lecture 516 Python Modules - Challenge - 7 - Code

    Lecture 517 Python Modules - Challenge - 8

    Lecture 518 Python Modules - Challenge - 8 - Code

    Lecture 519 Python Modules - Challenge - 9

    Lecture 520 Python Modules - Challenge - 9 - Code

    Section 40: Pro - Python PIP

    Lecture 521 Python PIP - Introduction

    Lecture 522 Python PIP - More

    Section 41: Pro - Python Classes - Python Object Oriented Programming (OOP)

    Lecture 523 Python Classes - Introduction

    Lecture 524 Python Classes - Introduction - Code

    Lecture 525 Python Classes - Understanding __init__ (Self)

    Lecture 526 Python Classes - Understanding __init__ (Self) - Code

    Lecture 527 Python Classes - How to Create Object

    Lecture 528 Python Classes - How to Create Object - Code

    Lecture 529 Python Classes - Another Function After __init__

    Lecture 530 Python Classes - Another Function After __init__ - CODE

    Lecture 531 Python Classes - Self or No Self

    Lecture 532 Python Classes - Self or No Self - Code

    Lecture 533 Python Classes - What is a Python Method?

    Lecture 534 Python Classes - Challenge & Solution on Method - I

    Lecture 535 Python Classes - Challenge & Solution on Method - II

    Lecture 536 Python Classes - Challenge & Solution on Method - II - Code

    Lecture 537 Python Classes - Understanding PASS

    Lecture 538 Python Classes - Deleting a Class Property

    Lecture 539 Python Classes - Deleting an Object or a Class

    Section 42: Pro - Python Inheritance

    Lecture 540 Python Inheritance - Introduction

    Lecture 541 Python Inheritance - Introduction - Code

    Lecture 542 Python Inheritance - __Init__ and Child Class

    Lecture 543 Python Inheritance - __Init__ and Child Class - Code

    Lecture 544 Python Inheritance - When to use "super()"

    Lecture 545 Python Inheritance - When to use "super()" - Code

    Lecture 546 Python Inheritance - Adding A Method to A Child Class.

    Lecture 547 Python Inheritance - Adding A Method to A Child Class. - Code

    Section 43: Pro - Python File Handling: How to Create, Open, Append, Read and Write Files

    Lecture 548 Python File Handling - Introduction

    Lecture 549 Python File Handling - 1 - Challenge & Solution

    Lecture 550 Python File Handling - 1 - Challenge & Solution Code

    Lecture 551 Python File Handling - 2 - Challenge & Solution

    Lecture 552 Python File Handling - 2 - Challenge & Solution

    Lecture 553 Python File Handling - 3 - Challenge & Solution

    Lecture 554 Python File Handling - 4 - Challenge & Solution

    Lecture 555 Python File Handling - 4 - Challenge & Solution Code

    Lecture 556 Python File Handling - 5 - Challenge & Solution

    Lecture 557 Python File Handling - 5 - Challenge & Solution Code

    Lecture 558 Python File Handling - 6 - Challenge & Solution

    Lecture 559 Python File Handling - 7 - Challenge & Solution

    Lecture 560 Python File Handling - 7 - Challenge & Solution Code

    Lecture 561 Python File Handling - 8 - Challenge & Solution

    Lecture 562 Python File Handling - 9 - Challenge & Solution

    Section 44: Pro - Python Exception Handling

    Lecture 563 Python Exception Handling Using try, except and finally statement

    Lecture 564 Python Exception Handling - Using Else

    Lecture 565 Python Exception Handling - Challenge & Solution

    Lecture 566 Python Exception Handling - Challenge & Solution - Code

    Section 45: Pro - Python Zipfile

    Lecture 567 Python Zipfile Module - Introduction

    Lecture 568 Python Zipfile Module - 1. Challenge & Solution

    Lecture 569 Python Zipfile Module - 1. Challenge & Solution Code

    Lecture 570 Python Zipfile Module - 2. Challenge & Solution

    Lecture 571 Python Zipfile Module - 2. Challenge & Solution Code

    Section 46: Pro - Python Pickling

    Lecture 572 Python Zipfile - Introduction

    Lecture 573 Python Zipfile - 1. Challenge & Solution

    Lecture 574 Python Zipfile - 1. Challenge & Solution Code

    Lecture 575 Python Zipfile - 2. Challenge & Solution

    Lecture 576 Python Zipfile - 2. Challenge & Solution Code

    Lecture 577 Python Zipfile - 3. Challenge & Solution

    Lecture 578 Python Zipfile - 3. Challenge & Solution Code

    Lecture 579 Python Zipfile - 4. Challenge & Solution

    Lecture 580 Python Zipfile - 4. Challenge & Solution Code

    Section 47: Pro - Python JSON

    Lecture 581 Python JSON - Introduction

    Lecture 582 Python JSON - From Python To Json

    Lecture 583 Python JSON - From Python To Json - Code

    Lecture 584 Python JSON - From Json to Python

    Lecture 585 Python JSON - From Json to Python - Code

    Lecture 586 Python JSON - Serialisable Data Types

    Lecture 587 Python JSON - Serialisable Data Types - Code

    Lecture 588 Python JSON - Readable with Indentation

    Lecture 589 Python JSON - Readable with Indentation - Code

    Lecture 590 Python JSON - Separator

    Lecture 591 Python JSON - Separator - Code

    Lecture 592 Python JSON - Sort_Keys

    Lecture 593 Python JSON - Sort_Keys - Code

    Lecture 594 Python JSON - 1 Challenge & Solution

    Lecture 595 Python JSON - 1 Challenge & Solution - Code

    Lecture 596 Python JSON - 2 Challenge & Solution

    Lecture 597 Python JSON - 2 Challenge & Solution Code

    Section 48: Pro - Python Regular Expression - Introduction

    Lecture 598 Python RegEx - Introduction

    Section 49: Pro - Python Regular Expression - MetaCharacter

    Lecture 599 Python RegEx - MetaCharacter - Any Character

    Lecture 600 Python RegEx - MetaCharacter - Starts With & Ends With

    Lecture 601 Python RegEx - MetaCharacter - Starts With & Ends With - Code

    Lecture 602 Python RegEx - MetaCharacter - Zero or More Occurrence

    Lecture 603 Python RegEx - MetaCharacter - Zero or More Occurrence - Code

    Lecture 604 Python RegEx - MetaCharacter - One or More Occurrence

    Lecture 605 Python RegEx - MetaCharacter - One or More Occurrence - Code

    Lecture 606 Python RegEx - MetaCharacter - Or

    Lecture 607 Python RegEx - MetaCharacter - Or Code

    Lecture 608 Python RegEx - MetaCharacter - Exact Number of Occurrence

    Lecture 609 Python RegEx - MetaCharacter - Exact Number of Occurrence - Code

    Section 50: Pro - Python RegEx - Special Characters

    Lecture 610 Python RegEx - Special Characters - WhiteSpaces

    Lecture 611 Python RegEx - Special Characters - WhiteSpaces - Code

    Lecture 612 Python RegEx - Special Characters - Word & None Word

    Lecture 613 Python RegEx - Special Characters - Word & None Word Code

    Lecture 614 Python RegEx - Special Characters - Digits & None Digits

    Lecture 615 Python RegEx - Special Characters - Digits & None Digits Code

    Lecture 616 Python RegEx - Special Characters - Beginning or End of Word

    Lecture 617 Python RegEx - Special Characters - Beginning or End of Word Code

    Lecture 618 Python RegEx - Special Characters - Neither Beginning or Nor End of Word

    Lecture 619 Python RegEx - Special Characters - Neither Beginning or Nor End of Word - Code

    Lecture 620 Python RegEx - Special Characters - Beginning or End of String

    Lecture 621 Python RegEx - Special Characters - Beginning or End of String - Code

    Section 51: Pro - Python RegEx - Set of Characters

    Lecture 622 Python RegEx - Set of Characters - Introduction

    Lecture 623 Python RegEx - Set of Characters - Introduction - Code

    Lecture 624 Python RegEx - Set of Characters - 1 Challenge & Solution

    Lecture 625 Python RegEx - Set of Characters - 1 Challenge & Solution Code

    Lecture 626 Python RegEx - Set of Characters - 2 Challenge & Solution

    Lecture 627 Python RegEx - Set of Characters - 2 Challenge & Solution Code

    Lecture 628 Python RegEx - Set of Characters - 3 Challenge & Solution

    Lecture 629 Python RegEx - Set of Characters - 3 Challenge & Solution Code

    Lecture 630 Python RegEx - Set of Characters - 4 Challenge & Solution

    Lecture 631 Python RegEx - Set of Characters - 4 Challenge & Solution Code

    Section 52: Pro - Python Datetime

    Lecture 632 Python Datetime - Introduction

    Lecture 633 Python Datetime - 1 Challenge & Solution

    Lecture 634 Python Datetime - 1 Challenge & Solution Code

    Lecture 635 Python Datetime - 2 Challenge & Solution

    Lecture 636 Python Datetime - 3 Challenge & Solution

    Lecture 637 Python Datetime - 3 Challenge & Solution Code

    Lecture 638 Python Datetime - 4 Challenge & Solution

    Lecture 639 Python Datetime - 4 Challenge & Solution Code

    Lecture 640 Python Datetime - 5 Challenge & Solution

    Lecture 641 Python Datetime - 5 Challenge & Solution Code

    Lecture 642 Python Datetime - 6 Challenge & Solution

    Lecture 643 Python Datetime - 6 Challenge & Solution Code

    Section 53: Pro - Python Graphical User Interface with Tkinter

    Lecture 644 Python GUI - Tkinter - Introduction

    Lecture 645 Python GUI - Tkinter - Tk() & Loop

    Lecture 646 Python GUI - Tkinter - Tk() & Loop - Code

    Lecture 647 Python GUI - Tkinter - Button

    Lecture 648 Python GUI - Tkinter - Button - Code

    Lecture 649 Python GUI - Tkinter - UserName & Password

    Lecture 650 Python GUI - Tkinter - UserName & Password - Code

    Lecture 651 Python GUI - Tkinter - Window Title & Button

    Lecture 652 Python GUI - Tkinter - Window Title & Button - Code

    Lecture 653 Python GUI - Tkinter - Resizable Disabled

    Lecture 654 Python GUI - Tkinter - Resizable Disabled - Code

    Lecture 655 Python GUI - Tkinter - Geometry

    Lecture 656 Python GUI - Tkinter - Geometry - Code

    Lecture 657 Python GUI - Tkinter - Radio

    Lecture 658 Python GUI - Tkinter - Radio - Code

    Lecture 659 Python GUI - Tkinter - Place

    Lecture 660 Python GUI - Tkinter - Place Code

    Lecture 661 Python GUI - Tkinter - ScrolledText

    Lecture 662 Python GUI - Tkinter - ScrolledText - Code

    Lecture 663 Python GUI - Tkinter - SpinBox

    Lecture 664 Python GUI - Tkinter - SpinBox - Code

    Lecture 665 Python GUI - Tkinter - Checkbutton

    Lecture 666 Python GUI - Tkinter - Checkbutton - Code

    Lecture 667 Python GUI - Tkinter - Frame

    Lecture 668 Python GUI - Tkinter - Frame - Code

    Lecture 669 Python GUI - Tkinter Variable Class

    Lecture 670 Python GUI - Tkinter Variable Class - Code

    Lecture 671 Python GUI - Tkinter - Pause to Learn

    Lecture 672 Python GUI - Tkinter - Pause to Learn - Code

    Section 54: Project - Guess Number Game

    Lecture 673 Simple - Guess Number Game

    Lecture 674 Guess Number Game - Thrice Trials

    Lecture 675 Guess Number Game - Range for While

    Lecture 676 Guess Number Game - Including Emoji

    Lecture 677 Guess Number Game - Code

    Section 55: Project - HangMan Game

    Lecture 678 Introduction

    Lecture 679 Hangman Game - 1

    Lecture 680 Hangman Game - 2

    Lecture 681 Hangman Game - 3

    Lecture 682 Hangman Game - 4

    Lecture 683 Hangman Game - 5

    Lecture 684 Hangman Game - 6

    Lecture 685 Hangman Game - 7

    Lecture 686 Hangman Game - 8

    Lecture 687 Hangman Game - 9

    Lecture 688 Hangman Game - Final

    Lecture 689 HangMan Game - Code

    Section 56: Project - YouTube Downloader

    Lecture 690 Introduction

    Lecture 691 Designing the Graphic User Interface (GUI)

    Lecture 692 Designing the Graphic User Interface (GUI) - Code

    Lecture 693 Function, Module and Testing

    Lecture 694 YouTube Downloader - Code

    Section 57: Project - Password Generator

    Lecture 695 Understanding String Module

    Lecture 696 Understanding String Module - Code

    Lecture 697 Understanding Random Module

    Lecture 698 Understanding Random Module - Code

    Lecture 699 Combination of Multiple String Outputs

    Lecture 700 Combination of Multiple String Outputs - Code

    Lecture 701 Random & Range Looping

    Lecture 702 Random & Range Looping - Code

    Lecture 703 Understanding Number of Characters in a Password

    Lecture 704 Understanding Number of Characters in a Password - Code

    Lecture 705 Final - Password Generator

    Lecture 706 Final - Password Generator - Code

    Section 58: Project - Digital Clock

    Lecture 707 Introduction

    Lecture 708 Understanding Label Config

    Lecture 709 Understanding Label Config - Code

    Lecture 710 Final - Digital Clock

    Lecture 711 Final - Digital Clock - Code

    Section 59: Bonus Section

    Lecture 712 Check out my other courses

    All levels