Filename Size 1. Variables/1. What you will Learn in the Python Course and How.mp4 10.2 MB 1. Variables/1. What you will Learn in the Python Course and How.vtt 3.5 KB 1. Variables/2. Start Python from Zero.mp4 10.6 MB 1. Variables/2. Start Python from Zero.vtt 3.4 KB 1. Variables/3. General about Variables in python language.mp4 8.5 MB 1. Variables/3. General about Variables in python language.vtt 3.7 KB 1. Variables/4. Basic Training in Variables.mp4 7.3 MB 1. Variables/4. Basic Training in Variables.vtt 2.5 KB 1. Variables/5. How to Swap 2 Variables.mp4 5.3 MB 1. Variables/5. How to Swap 2 Variables.vtt 2 KB 1. Variables/6. Better way to Swap 2 Variables.mp4 3.4 MB 1. Variables/6. Better way to Swap 2 Variables.vtt 1.5 KB 1. Variables/7. How to Calculate modulo in python language.mp4 9.3 MB 1. Variables/7. How to Calculate modulo in python language.vtt 4.5 KB 1. Variables/8. Divide a Number into Digits.mp4 10.6 MB 1. Variables/8. Divide a Number into Digits.vtt 4.4 KB 2. If Statement/1. Introduction - If Statement.mp4 4.3 MB 2. If Statement/1. Introduction - If Statement.vtt 522 B 2. If Statement/2. If Statement - Age Restrictions.mp4 12.1 MB 2. If Statement/2. If Statement - Age Restrictions.vtt 5 KB 2. If Statement/3. Is a Number Odd or Even.mp4 12.6 MB 2. If Statement/3. Is a Number Odd or Even.vtt 3.9 KB 2. If Statement/4. What is Algorithmic Thinking and why a Programmer needs it.mp4 16.9 MB 2. If Statement/4. What is Algorithmic Thinking and why a Programmer needs it.vtt 4.2 KB 2. If Statement/5. How to calculate the Discriminant.mp4 13.6 MB 2. If Statement/5. How to calculate the Discriminant.vtt 5.6 KB 2. If Statement/6. Calculate the Maximum of 3 numbers.mp4 8.9 MB 2. If Statement/6. Calculate the Maximum of 3 numbers.vtt 3 KB 2. If Statement/7. What is Optimization in a programming language.mp4 10.5 MB 2. If Statement/7. What is Optimization in a programming language.vtt 3.2 KB 2. If Statement/8. How to use the AND,OR symbols.mp4 8.3 MB 2. If Statement/8. How to use the AND,OR symbols.vtt 3.2 KB 3. For Loop/1. First Introduction to For Loop.mp4 10.4 MB 3. For Loop/1. First Introduction to For Loop.vtt 3 KB 3. For Loop/2. Add N numbers in python language.mp4 8.3 MB 3. For Loop/2. Add N numbers in python language.vtt 2.9 KB 3. For Loop/3. How to calculate the Factorial of a Number.mp4 7.1 MB 3. For Loop/3. How to calculate the Factorial of a Number.vtt 2.7 KB 3. For Loop/4. How to find the Fibonacci Series.mp4 8.3 MB 3. For Loop/4. How to find the Fibonacci Series.vtt 3.2 KB 3. For Loop/5. How to stop Procrastinating During Programming.mp4 11.6 MB 3. For Loop/5. How to stop Procrastinating During Programming.vtt 4.9 KB 3. For Loop/6. Sum a series of Numbers.mp4 6.2 MB 3. For Loop/6. Sum a series of Numbers.vtt 2 KB 4. Arrays and Lists/1. What are Arrays and Lists.mp4 9.1 MB 4. Arrays and Lists/1. What are Arrays and Lists.vtt 3.4 KB 4. Arrays and Lists/2. Theory about Arrays and Lists.mp4 8.8 MB 4. Arrays and Lists/2. Theory about Arrays and Lists.vtt 2.8 KB 4. Arrays and Lists/3. How to create a Random List.mp4 6.4 MB 4. Arrays and Lists/3. How to create a Random List.vtt 1.6 KB 4. Arrays and Lists/4. How to start a big programming project without getting lost.mp4 14.7 MB 4. Arrays and Lists/4. How to start a big programming project without getting lost.vtt 6.2 KB 4. Arrays and Lists/5. Find the Average of an Array in python language.mp4 6.2 MB 4. Arrays and Lists/5. Find the Average of an Array in python language.vtt 1.8 KB 4. Arrays and Lists/6. How to Start Type Faster in your Keyboard without Effort.mp4 15.4 MB 4. Arrays and Lists/6. How to Start Type Faster in your Keyboard without Effort.vtt 4.3 KB 4. Arrays and Lists/7. Find the Maximum of an Array.mp4 8.2 MB 4. Arrays and Lists/7. Find the Maximum of an Array.vtt 2.4 KB 4. Arrays and Lists/8. Dynamic Programming.mp4 18.4 MB 4. Arrays and Lists/8. Dynamic Programming.vtt 5.4 KB 4. Arrays and Lists/9. Fibonacci Series with Dynamic Programming.mp4 7.9 MB 4. Arrays and Lists/9. Fibonacci Series with Dynamic Programming.vtt 2.5 KB 5. How to Sort an Array in Python/1. BubbleSort Analysis - Sort an Array.mp4 23.7 MB 5. How to Sort an Array in Python/1. BubbleSort Analysis - Sort an Array.vtt 8.7 KB 5. How to Sort an Array in Python/2. Sort by Finding the Maximum Number in Python.mp4 16 MB 5. How to Sort an Array in Python/2. Sort by Finding the Maximum Number in Python.vtt 5.8 KB 6. Exercises in Python/1. General System of the Exercises and Rules.mp4 6.9 MB 6. Exercises in Python/1. General System of the Exercises and Rules.vtt 2.2 KB 6. Exercises in Python/2. Save a Series of Number in an Array Part 1.mp4 5.7 MB 6. Exercises in Python/2. Save a Series of Number in an Array Part 1.vtt 1.6 KB 6. Exercises in Python/3. Save a series of numbers in an array Part 2.mp4 6.6 MB 6. Exercises in Python/3. Save a series of numbers in an array Part 2.vtt 2 KB 6. Exercises in Python/4. Convert a number from binary to decimal Part 1.mp4 8.1 MB 6. Exercises in Python/4. Convert a number from binary to decimal Part 1.vtt 2.8 KB 6. Exercises in Python/5. Convert a number from binary to decimal Part 2.mp4 5.7 MB 6. Exercises in Python/5. Convert a number from binary to decimal Part 2.vtt 1.6 KB 7. While Loop in Python/1. Introduction to While loop in Python.mp4 17.3 MB 7. While Loop in Python/1. Introduction to While loop in Python.vtt 8.1 KB 7. While Loop in Python/2. Program that Calculates How many Digits a Number has with Python Programming.mp4 8.4 MB 7. While Loop in Python/2. Program that Calculates How many Digits a Number has with Python Programming.vtt 3.1 KB 7. While Loop in Python/3. Convert a For loop to While loop.mp4 8 MB 7. While Loop in Python/3. Convert a For loop to While loop.vtt 3.1 KB 7. While Loop in Python/4. Add Numbers to an Array Until the User's Signal.mp4 7.3 MB 7. While Loop in Python/4. Add Numbers to an Array Until the User's Signal.vtt 2.6 KB 7. While Loop in Python/5. Separate a number and Save to an Array.mp4 12.8 MB 7. While Loop in Python/5. Separate a number and Save to an Array.vtt 6.1 KB 8. End of the Course Python Course/1. What will we do now.mp4 5.3 MB 8. End of the Course Python Course/1. What will we do now.vtt 682 B 8. End of the Course Python Course/2. Bonus Lecture Special Gift and Social Media Links.html 2.8 KB