Companies Home Search Profile

[NEW] Python Bootcamp: Master Python Programming in 2024

Focused View

in28Minutes Official,Deb | Python Programming Bootcamp

20:46:43

17 View
  • 1. Python Bootcamp - Course Introduction.mp4
    04:47
  • 2. Course Downloads - Course Presentation.html
  • 1. Getting Started with Python Programming - Objectives.mp4
    01:27
  • 2. Getting Started with Learning Labs.mp4
    02:27
  • 3. Learning Lab - Getting Started with Printing Text.mp4
    05:54
  • 4. Learning Lab Getting Started with Printing Text.html
  • 5. Python Coding Exercise - Hello Coding Exercises.mp4
    04:20
  • 6. Python Coding Exercise Hello Coding Exercises.html
  • 7. Python Coding Exercise Hello World.html
  • 8. Python Coding Exercise - Hello World.mp4
    01:55
  • 9. Learning Lab - Playing with Operators And Expressions.mp4
    16:20
  • 10. Learning Lab Playing with Operators And Expressions.html
  • 11. Python Coding Exercise Print Number of Minutes in a Day.html
  • 12. Python Coding Exercise - Print Number of Minutes in a Day.mp4
    05:21
  • 13. Python Coding Exercise Print Number of Seconds in a Day.html
  • 14. Python Coding Exercise - Print Number of Seconds in a Day.mp4
    01:28
  • 15. Learning Lab Exploring Python Built-in Functions.html
  • 16. Learning Lab - Exploring Python Built in Functions.mp4
    12:42
  • 17. Python Coding Exercise Calculate Absolute Value.html
  • 18. Python Coding Exercise - Calculate Absolute Value.mp4
    02:01
  • 19. Python Coding Exercise Calculate Power of a Number.html
  • 20. Python Coding Exercise - Calculate Power of a Number.mp4
    01:27
  • 21. Puzzles - Playing with Builtin Functions.mp4
    07:17
  • 22. Puzzles Playing with Builtin Functions.html
  • 23. Python Coding Exercise Finding the Maximum Number.html
  • 24. Python Coding Exercise - Finding the Maximum Number.mp4
    01:11
  • 25. Getting Started with Python Programming - Summary.mp4
    02:36
  • 1. Introduction to Variables & Assignment - Objectives.mp4
    00:49
  • 2. Learning Lab - Introduction to Variables.mp4
    15:42
  • 3. Learning Lab Introduction to Variables.html
  • 4. Coding Exercise Creating and Printing Variables.html
  • 5. Coding Exercise - Creating and Printing Variables.mp4
    01:58
  • 6. Coding Exercise Understanding Case Sensitivity in Python Variables.html
  • 7. Coding Exercise - Understanding Case Sensitivity in Python Variables.mp4
    01:22
  • 8. Coding Exercise Variable Names Starting with an Underscore in Python.html
  • 9. Coding Exercise - Variable Names Starting with an Underscore in Python.mp4
    01:12
  • 10. Learning Lab - Playing with Assignment in Python.mp4
    17:17
  • 11. Learning Lab Playing with Assignment in Python.html
  • 12. Puzzles - Playing with Assignment.mp4
    06:01
  • 13. Puzzles Playing with Assignment.html
  • 14. Coding Exercise Variable Assignment and Mathematical Operations.html
  • 15. Coding Exercise - Variable Assignment and Mathematical Operations.mp4
    03:06
  • 16. Coding Exercise Updating Variable Values.html
  • 17. Coding Exercise - Updating Variable Values.mp4
    01:19
  • 18. Coding Exercise Variable Assignment and Expression Evaluation.html
  • 19. Coding Exercise - Variable Assignment and Expression Evaluation.mp4
    03:19
  • 20. Make the Best Use of Coding Exercises.mp4
    00:52
  • 21. My 10 Rules for Happy Programmers.mp4
    03:33
  • 22. Introduction to Variables & Assignment - Summary.mp4
    02:06
  • 1. Introduction to For Loop - Objectives.mp4
    00:52
  • 2. Learning Lab - Introduction to For Loop in Python 01.mp4
    19:48
  • 3. Learning Lab - Introduction to For Loop in Python 02.mp4
    14:05
  • 4. Learning Lab Introduction to For Loop in Python.html
  • 5. Coding Exercise Print Sum of Squares Of First 10 Numbers.html
  • 6. Coding Exercise - Print Sum of Squares Of First 10 Numbers.mp4
    06:41
  • 7. Coding Exercise Print Sum of Cubes Of First 10 Numbers.html
  • 8. Coding Exercise - Print Sum of Cubes Of First 10 Numbers.mp4
    03:31
  • 9. Coding Exercise Print Factorial Of 6.html
  • 10. Coding Exercise - Print Factorial Of 6.mp4
    03:15
  • 11. Puzzles - Playing with For Loop and range function.mp4
    02:53
  • 12. Puzzles Playing with For Loop and range function.html
  • 13. Learning Lab Printing Left-Angled Triangle with Nested For Loops.html
  • 14. Learning Lab - Introduction to Nested For Loops in Python.mp4
    07:32
  • 15. Learning Lab Introduction to Nested For Loops in Python.html
  • 16. Learning Lab - Printing Right Angled Triangle with Nested For Loops.mp4
    03:23
  • 17. Learning Lab - Printing a Square Pattern with Nested For Loops.mp4
    08:11
  • 18. Learning Lab Printing a Square Pattern with Nested For Loops.html
  • 19. Learning Lab Printing a Pyramid Pattern with Nested For Loops.html
  • 20. Learning Lab - Printing Right Angled Triangle with Nested For Loops.mp4
    06:58
  • 21. Learning Lab Printing Right-Angled Triangle with Nested For Loops.html
  • 22. High Level vs Low Level Programming Languages.mp4
    02:10
  • 23. Introduction to For Loop - Summary.mp4
    02:09
  • 1. Getting Started with Functions - Objectives.mp4
    00:37
  • 2. Learning Lab - Getting Started with Functions in Python.mp4
    17:46
  • 3. Learning Lab Getting Started with Functions in Python.html
  • 4. Learning Lab - Python Functions Can Return Values 01.mp4
    15:31
  • 5. Learning Lab - Python Functions Can Return Values 02.mp4
    05:59
  • 6. Learning Lab Python Functions Can Return Values.html
  • 7. Coding Exercise Calculate the Cube of a Number.html
  • 8. Coding Exercise - Calculate the Cube of a Number.mp4
    03:23
  • 9. Coding Exercise Calculate Product of Four Numbers.html
  • 10. Coding Exercise - Calculate Product of Four Numbers.mp4
    02:32
  • 11. Coding Exercise Calculate Average of Five Numbers.html
  • 12. Coding Exercise - Calculate Average of Five Numbers.mp4
    02:59
  • 13. Coding Exercise Calculate the Third Angle of a Triangle.html
  • 14. Coding Exercise Reverse Even Number Counting.html
  • 15. Coding Exercise - Calculate the Third Angle of a Triangle.mp4
    03:11
  • 16. Coding Exercise Calculate the Sum of Squares of First n Even Numbers.html
  • 17. Coding Exercise - Calculate the Sum of Squares of First n Even Numbers.mp4
    05:27
  • 18. Learning Lab - Default Function Arguments in Python.mp4
    04:28
  • 19. Learning Lab Default Function Arguments in Python.html
  • 20. Puzzles - Playing with Functions.mp4
    10:25
  • 21. Puzzles Playing with Functions.html
  • 22. Coding Exercise Calculate Factorial.html
  • 23. Coding Exercise - Calculate Factorial.mp4
    03:34
  • 24. Getting Started with Functions - Summary.mp4
    02:56
  • 1. Introducing Data Types - Objectives.mp4
    00:46
  • 2. Learning Lab - Numeric Data Types.mp4
    08:34
  • 3. Learning Lab Numeric Data Types.html
  • 4. Coding Exercise Calculate Simple Interest.html
  • 5. Coding Exercise - Calculate Simple Interest.mp4
    03:35
  • 6. Learning Lab - Numeric Types and Operations in Python.mp4
    15:26
  • 7. Learning Lab Numeric Types and Operations in Python.html
  • 8. Learning Lab - Playing with Decimal.mp4
    02:25
  • 9. Learning Lab Playing with Decimal.html
  • 10. Learning Lab - Boolean Types in Python.mp4
    09:52
  • 11. Learning Lab Boolean Types in Python.html
  • 12. Puzzles - Playing with Data Types and more.mp4
    05:18
  • 13. Puzzles Playing with Data Types and more.html
  • 14. Coding Exercise Library Access Permission.html
  • 15. Coding Exercise - Library Access Permission.mp4
    03:43
  • 16. Coding Exercise Vehicle Eligibility for Race.html
  • 17. Coding Exercise - Vehicle Eligibility for Race.mp4
    03:07
  • 18. Introducing Data Types - Summary.mp4
    02:47
  • 1. Exploring Conditionals in Python - Objectives.mp4
    01:17
  • 2. Learning Lab - Introduction to Conditionals in Python.mp4
    11:14
  • 3. Learning Lab Introduction to Conditionals in Python.html
  • 4. Learning Lab - Comparing Values with if Statements.mp4
    02:43
  • 5. Learning Lab Comparing Values with if Statements.html
  • 6. Coding Exercise Check for a Valid Triangle.html
  • 7. Coding Exercise - Check for a Valid Triangle.mp4
    05:45
  • 8. Coding Exercise Calculate the Sum of Divisors.html
  • 9. Coding Exercise - Calculate the Sum of Divisors.mp4
    06:47
  • 10. Coding Exercise Check if a Number is a Perfect Number.html
  • 11. Coding Exercise - Check if a Number is a Perfect Number.mp4
    06:51
  • 12. Coding Exercise Find Last Digit of a Number.html
  • 13. Coding Exercise - Find Last Digit of a Number.mp4
    01:48
  • 14. Learning Lab - Logical Operators - and, or, not, Logical ^ (XOR).mp4
    07:48
  • 15. Learning Lab Logical Operators - and, or, not, Logical ^ (XOR).html
  • 16. Coding Exercise Are Both Numbers Even.html
  • 17. Coding Exercise - Are Both Numbers Even.mp4
    03:09
  • 18. Coding Exercise Check if a Year is a Leap Year.html
  • 19. Coding Exercise - Check if a Year is a Leap Year.mp4
    11:02
  • 20. Learning Lab - Logical Operations - NOT and NOT EQUAL TO.mp4
    05:21
  • 21. Learning Lab Logical Operations - NOT and NOT EQUAL TO.html
  • 22. Coding Exercise Is it a Right Angled Triangle.html
  • 23. Coding Exercise - Is it a Right Angled Triangle.mp4
    05:43
  • 24. Learning Lab - If, Else, and Elif in Python.mp4
    08:58
  • 25. Learning Lab If, Else, and Elif in Python.html
  • 26. Puzzles - Playing with Conditionals.mp4
    08:02
  • 27. Puzzles Playing with Conditionals.html
  • 28. Coding Exercise Student Grades A to F based on Marks.html
  • 29. Coding Exercise - Student Grades A to F based on Marks.mp4
    06:49
  • 30. Learning Lab - Understanding Python Keywords.mp4
    02:44
  • 31. Learning Lab Understanding Python Keywords.html
  • 32. Coding Exercise Weather Advisor.html
  • 33. Coding Exercise - Weather Advisor.mp4
    05:00
  • 34. Exploring Conditionals in Python - Summary.mp4
    02:33
  • 1. Exploring While Loop in Python - Objectives.mp4
    00:50
  • 2. Learning Lab - For Loop Recap.mp4
    02:13
  • 3. Learning Lab For Loop Recap.html
  • 4. Coding Exercise Is the Number Prime.html
  • 5. Coding Exercise - Is the Number Prime.mp4
    07:27
  • 6. Learning Lab - Introducing The While Loop.mp4
    05:19
  • 7. Learning Lab Introducing The While Loop.html
  • 8. Learning Lab - Calculate the Sum of Squares Up to a Limit.mp4
    05:30
  • 9. Learning Lab Calculate the Sum of Squares Up to a Limit.html
  • 10. Coding Exercise Calculate the Sum of Cubes Up to a Limit.html
  • 11. Coding Exercise - Calculate the Sum of Cubes Up to a Limit.mp4
    02:32
  • 12. Coding Exercise Find the Number of Digits in a Number.html
  • 13. Coding Exercise - Find the Number of Digits in a Number.mp4
    06:14
  • 14. Learning Lab - Loops - Break and Continue.mp4
    06:41
  • 15. Learning Lab - Loops - Break and Continue.html
  • 16. Learning Lab - Break and Continue with While Loops.mp4
    06:49
  • 17. Learning Lab - Break and Continue with While Loops.html
  • 18. Puzzles - Playing with While Loop in Python.mp4
    04:18
  • 19. Puzzles Playing with While Loop in Python.html
  • 20. Coding Exercise Finding the Next Fibonacci Number Exceeding a Threshold.html
  • 21. Coding Exercise - Finding the Next Fibonacci Number Exceeding a Threshold.mp4
    14:22
  • 22. Exploring While Loop in Python - Summary.mp4
    01:55
  • 1. Lets Play with String - Objectives.mp4
    01:11
  • 2. Learning Lab - The Python Type To Denote Text (str).mp4
    13:26
  • 3. Learning Lab The Python Type To Denote Text (str).html
  • 4. Learning Lab - Python Has No Separate Character Type.mp4
    08:15
  • 5. Learning Lab Python Has No Separate Character Type.html
  • 6. Learning Lab - The String Module in Python.mp4
    05:31
  • 7. Learning Lab The String Module in Python.html
  • 8. Learning Lab - Comparing Strings in Python.mp4
    07:48
  • 9. Learning Lab Comparing Strings in Python.html
  • 10. Coding Exercise Is it a Vowel.html
  • 11. Coding Exercise - Is it a Vowel.mp4
    04:28
  • 12. Coding Exercise Count Uppercase Letters.html
  • 13. Coding Exercise - Count Uppercase Letters.mp4
    05:20
  • 14. Coding Exercise Check Consecutive Identical Characters.html
  • 15. Coding Exercise - Check Consecutive Identical Characters.mp4
    09:26
  • 16. Coding Exercise Find the Right-most Digit.html
  • 17. Coding Exercise - Find the Right most Digit.mp4
    05:48
  • 18. Coding Exercise Find the Longest Word.html
  • 19. Coding Exercise - Find the Longest Word.mp4
    08:13
  • 20. Coding Exercise Anagram Checker.html
  • 21. Coding Exercise - Anagram Checker.mp4
    03:51
  • 22. Coding Exercise Is Hex String.html
  • 23. Coding Exercise - Is Hex String.mp4
    06:17
  • 24. Coding Exercise Word Reverser using For Loop.html
  • 25. Coding Exercise - Word Reverser using For Loop.mp4
    04:40
  • 26. Puzzles - Playing with String in Python.mp4
    03:40
  • 27. Puzzles Playing with String in Python.html
  • 28. Learning Lab - Repeating Strings in Python.mp4
    02:33
  • 29. Learning Lab Repeating Strings in Python.html
  • 30. Lets Play with String - Summary.mp4
    01:38
  • 1. Introduction to Object Oriented Programming - Objectives.mp4
    01:01
  • 2. Learning Lab - Introduction To Object Oriented Programming (OOP) with Python.mp4
    08:44
  • 3. Learning Lab Introduction To Object-Oriented Programming (OOP) with Python.html
  • 4. Learning Lab - Introduction To Classes and Objects in Python.mp4
    08:13
  • 5. Learning Lab Introduction To Classes and Objects in Python.html
  • 6. Learning Lab - The MotorBike and Book Classes in Python.mp4
    05:44
  • 7. Learning Lab The MotorBike and Book Classes in Python.html
  • 8. Learning Lab - Class and Objects - Puzzles and Quirks.mp4
    06:48
  • 9. Learning Lab Class and Objects - Puzzles and Quirks.html
  • 10. Learning Lab - Constructors in Python Classes.mp4
    08:27
  • 11. Learning Lab Constructors in Python Classes.html
  • 12. Learning Lab - Exploring Constructors in Python.mp4
    13:24
  • 13. Learning Lab Exploring Constructors in Python.html
  • 14. Coding Exercise Inches to Object.html
  • 15. Coding Exercise - Inches to Object.mp4
    02:44
  • 16. Learning Lab - Introducing Methods and Encapsulation in a Python Class.mp4
    09:14
  • 17. Learning Lab Introducing Methods and Encapsulation in a Python Class.html
  • 18. Learning Lab - Extending the Book Class with a copies Attribute and Associated M.mp4
    05:47
  • 19. Learning Lab Extending the Book Class with a copies Attribute and Associated Methods.html
  • 20. Learning Lab - Understanding Role of self in Instance Methods.mp4
    05:02
  • 21. Learning Lab Understanding Role of self in Instance Methods.html
  • 22. Coding Exercise Create Square with Area and Perimeter Methods.html
  • 23. Coding Exercise - Create Square with Area and Perimeter Methods.mp4
    03:00
  • 24. Coding Exercise Create a Point class with 2 d co-ordinates x,y.html
  • 25. Coding Exercise - Create a Point class with 2 d co ordinates x,y.mp4
    03:17
  • 26. Learning Lab - Exploring Advantages of Encapsulation.mp4
    05:19
  • 27. Learning Lab Exploring Advantages of Encapsulation.html
  • 28. Learning Lab - Everything is an Object in Python.mp4
    05:09
  • 29. Learning Lab Everything is an Object in Python.html
  • 30. Puzzles - Playing with Object Oriented Programming.mp4
    02:46
  • 31. Puzzles Playing with Object Oriented Programming.html
  • 32. Coding Exercise RGB Color Class.html
  • 33. Coding Exercise - RGB Color Class.mp4
    02:06
  • 34. Introduction to Object Oriented Programming - Summary.mp4
    03:03
  • 1. Getting Started with Data Structures - List - Objectives.mp4
    00:40
  • 2. Learning Lab - Why We Need Data Structures.mp4
    05:42
  • 3. Learning Lab Why We Need Data Structures.html
  • 4. Learning Lab - Operations On List Data Structure.mp4
    11:07
  • 5. Learning Lab Operations On List Data Structure.html
  • 6. Coding Exercise Is There a Greater Element.html
  • 7. Coding Exercise - Is There a Greater Element.mp4
    03:11
  • 8. Learning Lab - Puzzles With List Of Strings.mp4
    10:10
  • 9. Learning Lab Puzzles With List Of Strings.html
  • 10. Coding Exercise Are Sum of Two Lists Equal.html
  • 11. Coding Exercise - Are Sum of Two Lists Equal.mp4
    03:20
  • 12. Learning Lab - Sorting, Looping, and Reversing Lists.mp4
    09:12
  • 13. Learning Lab Sorting, Looping, and Reversing Lists.html
  • 14. Coding Exercise Check if List is Sorted.html
  • 15. Coding Exercise - Check if List is Sorted.mp4
    09:19
  • 16. Coding Exercise Reverse a List Using Two-Pointer Approach.html
  • 17. Coding Exercise - Reverse a List Using Two Pointer Approach.mp4
    10:07
  • 18. Coding Exercise Find All Factors of a Number.html
  • 19. Coding Exercise - Find All Factors of a Number.mp4
    04:37
  • 20. Coding Exercise List of Multiples.html
  • 21. Coding Exercise - List of Multiples.mp4
    04:28
  • 22. Getting Started with Data Structures - List - Summary.mp4
    02:01
  • 1. Data Structures - 2D Lists in Python - Objectives.mp4
    00:47
  • 2. Learning Lab - Implementing 2D List in Python.mp4
    16:34
  • 3. Learning Lab Implementing 2D List in Python.html
  • 4. Coding Exercise Search for an Element in a 2D List and Return Its Index.html
  • 5. Coding Exercise - Search for an Element in a 2D List and Return Its Index.mp4
    05:38
  • 6. Coding Exercise Find the Sum of Each Row in a 2D List.html
  • 7. Coding Exercise - Find the Sum of Each Row in a 2D List.mp4
    07:14
  • 8. Coding Exercise Add Two Matrices of the Same Size.html
  • 9. Coding Exercise - Add Two Matrices of the Same Size.mp4
    07:17
  • 10. Data Structures - 2D Lists in Python - Summary.mp4
    01:08
  • 1. Playing With a List Of Strings in Python - Objectives.mp4
    00:46
  • 2. Coding Exercise Rotate List of Strings n Times.html
  • 3. Coding Exercise - Rotate List of Strings n Times.mp4
    10:24
  • 4. Learning Lab - Playing with ASCII Values in Python.mp4
    07:06
  • 5. Learning Lab Playing with ASCII Values in Python.html
  • 6. Coding Exercise Encode List of Strings.html
  • 7. Coding Exercise - Encode List of Strings.mp4
    08:04
  • 8. Coding Exercise Alternate Merge of Two Lists.html
  • 9. Coding Exercise - Alternate Merge of Two Lists.mp4
    05:58
  • 10. Learning Lab - Working with Lists of Custom Types.mp4
    05:42
  • 11. Learning Lab Working with Lists of Custom Types.html
  • 12. Learning Lab - Exploring Variable Arguments.mp4
    05:22
  • 13. Learning Lab Exploring Variable Arguments.html
  • 14. Coding Exercise Anagram Checker using List.html
  • 15. Coding Exercise - Anagram Checker using List.mp4
    10:06
  • 16. Playing With a List Of Strings in Python - Summary.mp4
    01:30
  • 1. Advanced Object Oriented Programming - Objectives.mp4
    01:08
  • 2. Learning Lab - Object Oriented Programming Basics Revisited.mp4
    10:39
  • 3. Learning Lab Object-Oriented Programming Basics Revisited.html
  • 4. Learning Lab - Exploring Object Composition in Object Oriented Programming (OOP).mp4
    09:20
  • 5. Learning Lab Exploring Object Composition in Object-Oriented Programming (OOP).html
  • 6. Learning Lab - Exploring Inheritance in Object Oriented Programming (OOP).mp4
    05:17
  • 7. Learning Lab Exploring Inheritance in Object-Oriented Programming (OOP).html
  • 8. Coding Exercise - Implementing Car with Multiple Inheritance.mp4
    05:24
  • 9. Learning Lab - Exploring object Class in Python 3.mp4
    04:20
  • 10. Learning Lab Exploring object Class in Python 3.html
  • 11. Learning Lab - Exploring Multiple Inheritance in Python.mp4
    06:21
  • 12. Learning Lab Exploring Multiple Inheritance in Python.html
  • 13. Coding Exercise Implementing Car with Multiple Inheritance.html
  • 14. Coding Exercise - Implementing Car with Multiple Inheritance.mp4
    03:24
  • 15. Learning Lab - Understanding Abstract Classes in Python.mp4
    06:00
  • 16. Learning Lab Understanding Abstract Classes in Python.html
  • 17. Learning Lab - Using Template Method Pattern in Object Oriented Programming (OOP.mp4
    06:38
  • 18. Learning Lab Using Template Method Pattern in Object-Oriented Programming (OOP).html
  • 19. Learning Lab - Understanding Polymorphism in Python.mp4
    05:13
  • 20. Learning Lab Understanding Polymorphism in Python.html
  • 21. Coding Exercise Create Abstract Class Shape Implementations.html
  • 22. Coding Exercise - Create Abstract Class Shape Implementations.mp4
    03:26
  • 23. Advanced Object Oriented Programming - Summary.mp4
    02:27
  • 1. Learning Lab - Introduction To List Slicing.mp4
    10:39
  • 2. Learning Lab Introduction To List Slicing.html
  • 3. Puzzles - Playing with List Slicing.mp4
    04:16
  • 4. Puzzles Playing with List Slicing.html
  • 5. Coding Exercise Slice Alternate Elements.html
  • 6. Coding Exercise - Slice Alternate Elements.mp4
    02:09
  • 7. Coding Exercise Reverse Each Chunk.html
  • 8. Coding Exercise - Reverse Each Chunk.mp4
    03:57
  • 9. Coding Exercise Reorder and Eliminate Middle.html
  • 10. Coding Exercise - Reorder and Eliminate Middle.mp4
    07:57
  • 1. Data Structures - Implementing Stack & Queue - Objectives.mp4
    00:56
  • 2. Learning Lab Introduction To Stack as a List.html
  • 3. Learning Lab - Introduction To Stack as a List.mp4
    06:56
  • 4. Learning Lab - Implementing Stack in Python.mp4
    07:26
  • 5. Learning Lab Implementing Stack in Python.html
  • 6. Learning Lab - Introduction to Queue as a List.mp4
    05:25
  • 7. Learning Lab Introduction to Queue as a List.html
  • 8. Learning Lab - Implementing Queue in Python.mp4
    05:54
  • 9. Learning Lab Implementing Queue in Python.html
  • 10. Data Structures - Implementing Stack & Queue - Summary.mp4
    01:55
  • 1. Learning Lab - Introduction To List Comprehension.mp4
    05:07
  • 2. Learning Lab Introduction To List Comprehension.html
  • 3. Puzzles - Playing with List Comprehension.mp4
    04:02
  • 4. Puzzles Playing with List Comprehension.html
  • 5. Coding Exercise Slice and Double.html
  • 6. Coding Exercise - Slice and Double.mp4
    07:09
  • 7. Coding Exercise Extract Odd Numbers from a List.html
  • 8. Coding Exercise - Extract Odd Numbers from a List.mp4
    02:20
  • 1. Exploring Time Complexity & Recursion - Objectives.mp4
    01:33
  • 2. Learning Lab - Time Complexity Made Easy.mp4
    10:29
  • 3. Learning Lab Time Complexity Made Easy.html
  • 4. Learning Lab - Introduction to Recursion in Python.mp4
    06:17
  • 5. Learning Lab Introduction to Recursion in Python.html
  • 6. Learning Lab - Sum of a List using Recursion in Python.mp4
    04:11
  • 7. Learning Lab Sum of a List using Recursion in Python.html
  • 8. Learning Lab - Linear Search in Python.mp4
    05:53
  • 9. Learning Lab Linear Search in Python.html
  • 10. Learning Lab - Binary Search in Python using an Iterative Approach.mp4
    13:12
  • 11. Learning Lab Binary Search in Python using an Iterative Approach.html
  • 12. Learning Lab - Binary Search using a Recursive Approach.mp4
    06:28
  • 13. Learning Lab Binary Search using a Recursive Approach.html
  • 14. Learning Lab LinkedList Implementation in Python.html
  • 15. Learning Lab Binary Tree Implementation in Python.html
  • 16. Exploring Time Complexity & Recursion - Summary.mp4
    03:14
  • 1. Introduction To Exception Handling - Objectives.mp4
    01:01
  • 2. Learning Lab - Understanding Error Handling in Python.mp4
    09:19
  • 3. Learning Lab Understanding Error Handling in Python.html
  • 4. Learning Lab - Basics of Error Handling - try and except.mp4
    04:20
  • 5. Learning Lab Basics of Error Handling - try and except.html
  • 6. Learning Lab - Handling Multiple Errors With Multiple except Blocks.mp4
    06:43
  • 7. Learning Lab Handling Multiple Errors With Multiple except Blocks.html
  • 8. Learning Lab - Error Handling Puzzles and Exception Details.mp4
    10:22
  • 9. Learning Lab Error Handling Puzzles and Exception Details.html
  • 10. Learning Lab - Error Handling - finally and else.mp4
    03:44
  • 11. Learning Lab Error Handling - finally and else.html
  • 12. Learning Lab - Allowed Combinations in Error Handling.mp4
    05:09
  • 13. Learning Lab Allowed Combinations in Error Handling.html
  • 14. Learning Lab - Raising Exceptions - Solve Real Life Problem with Exception Handl.mp4
    06:21
  • 15. Learning Lab Raising Exceptions - Solve Real-Life Problem with Exception Handling.html
  • 16. Learning Lab - Creating a Custom Exception Class.mp4
    05:11
  • 17. Learning Lab Creating a Custom Exception Class.html
  • 18. Introduction To Exception Handling - Summary.mp4
    01:17
  • 1. Getting Started with Sets - Objectives.mp4
    00:39
  • 2. Learning Lab - Introduction To Set in Python.mp4
    17:04
  • 3. Learning Lab Introduction To Set in Python.html
  • 4. Learning Lab - Unpacking Lists and Sets.mp4
    01:53
  • 5. Learning Lab Unpacking Lists and Sets.html
  • 6. Puzzles - Playing with Sets.mp4
    13:00
  • 7. Puzzles Playing with Sets.html
  • 8. Puzzles - Playing with Sets.mp4
    03:17
  • 9. Coding Exercise Find Intersection Between Multiples of Two Numbers.html
  • 10. Coding Exercise - Find Intersection Between Multiples of Two Numbers.mp4
    06:30
  • 11. Coding Exercise Identify Unique Colors.html
  • 12. Coding Exercise - Identify Unique Colors.mp4
    05:06
  • 13. Coding Exercise Merge Multiple Shopping Lists.html
  • 14. Coding Exercise - Merge Multiple Shopping Lists.mp4
    04:47
  • 15. Getting Started with Sets - Summary.mp4
    01:40
  • 1. Getting Started with Dictionary - Objectives.mp4
    00:52
  • 2. Learning Lab - Introduction To dict in Python.mp4
    10:04
  • 3. Learning Lab Introduction To dict in Python.html
  • 4. Puzzles - Playing with dict.mp4
    06:24
  • 5. Puzzles Playing with dict.html
  • 6. Coding Exercise Counting Character Occurrences.html
  • 7. Coding Exercise - Counting Character Occurrences.mp4
    04:50
  • 8. Coding Exercise Counting Word Occurrences.html
  • 9. Coding Exercise - Counting Word Occurrences.mp4
    03:12
  • 10. Coding Exercise Map with Squares of First n Numbers.html
  • 11. Coding Exercise - Map with Squares of First n Numbers.mp4
    02:51
  • 12. Coding Exercise Find Common Subjects.html
  • 13. Coding Exercise - Find Common Subjects.mp4
    07:35
  • 14. Getting Started with Dictionary - Summary.mp4
    02:15
  • 1. Getting Started with Tuples - Objectives.mp4
    00:32
  • 2. Learning Lab - Discovering Tuples in Python.mp4
    05:52
  • 3. Learning Lab Discovering Tuples in Python.html
  • 4. Puzzles - Playing with Tuples.mp4
    05:00
  • 5. Puzzles Playing with Tuples.html
  • 6. Coding Exercise Tuple Swapping.html
  • 7. Coding Exercise - Tuple Swapping.mp4
    04:47
  • 8. Learning Lab - Tuple vs List.mp4
    03:39
  • 9. Learning Lab Tuple vs List.html
  • 10. Coding Exercise Count Occurrences in Tuple.html
  • 11. Coding Exercise - Count Occurrences in Tuple.mp4
    01:46
  • 12. Coding Exercise Student Grade Summary.html
  • 13. Coding Exercise - Student Grade Summary.mp4
    02:39
  • 14. Coding Exercise Distance Between Points.html
  • 15. Coding Exercise - Distance Between Points.mp4
    04:24
  • 16. Getting Started with Tuples - Summary.mp4
    01:35
  • 1. Python Bootcamp - Congratulations.mp4
    01:16
  • Description


    Learn Python Programming with 200 Labs and Exercises

    What You'll Learn?


    • You will learn to program with Python
    • You will solve hundreds of Python Exercises
    • You will solve hundreds of Python Puzzles
    • You will become proficient with Python Programming

    Who is this for?


  • You are beginner to programming
  • You want to learn programming with Python
  • You want to solve a number of Python programming exercises
  • You want to learn Python Fundamentals
  • What You Need to Know?


  • No programming experience is needed
  • This course is designed for absolute beginners to Python
  • More details


    Description

    LEARN PYTHON PROGRAMMING WRITING 200+ PYTHON PROGRAMS, PUZZLES & EXERCISES.

    RECOMMENDED for absolute beginners to Python and Programming!

    Python is one of the top programming languages today. Python is used to build web applications, machine learning applications, data engineering apps and a lot more.

    In this course, you will learn Python programming from ZERO.


    5 THINGS YOU NEED TO KNOW ABOUT THIS COURSE

    #1: Designed for absolute beginners. ZERO Python Programming knowledge is expected.

    #2: You will solve 200+ Python labs and coding exercises.

    #3: You will also solve 100s of Python puzzles.

    #4: You will learn Python right in the browser - You do NOT need an IDE. You don't need to install Python on your local machine.

    #5: This is the ONLY COURSE you need to start your Python journey!


    I'm Ranga Karanam. I'm the founder of in28minutes and creator of some of the worlds most popular courses on Programming, Cloud and DevOps. I'm certified on multiple clouds - Azure, GCP and AWS and I've helped a MILLION learners around the world acquire new tech skills. Rest assured you are in great hands.

    I'm a great believer that the best way to learn is by doing and we designed this course to be hands-on. You will learn Python with more than 150 learning labs and coding exercises.

    We will be using the Udemy Python Coding Exercise Platform to write and execute Python code. So, you don't need anything other than a browser installed on your machine to learn from this course.

    Programming is a lot easier to learn if you see it as a fun activity, and that's what we would want to enable during this course. Help you have fun with programming.

    We will take a hands on, step by step approach.

    By the end of the course, you will know everything to start your journey to a great Python Programmer.


    Are you ready to become an expert on Python? What are you waiting for?

    Join me on this exciting journey right now.

    I will see you in the course!

    Who this course is for:

    • You are beginner to programming
    • You want to learn programming with Python
    • You want to solve a number of Python programming exercises
    • You want to learn Python Fundamentals

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    in28Minutes Official
    in28Minutes Official
    Instructor's Courses
    Ranga Karanam, the founder of in28minutes, has 2 decades of experience with technology - architecture, design, and programming.  We are helping learners take their first steps into modern cloud native technology and gain expertise on AWS, Azure, Google Cloud, Docker, Kubernetes amongst others.Our happiest moments are when learners tag us on LinkedIn or reach out to us with their stories of getting their first job, getting a promotion, or a big raise.----------------------Ranga is multi-cloud certified -  Google Cloud Certified Professional Cloud Architect, AWS Certified Solutions Architect Associate, Google Cloud Certified Associate Cloud Engineer, AWS Certified Developer Associate, AWS Certified Cloud Practitioner,  Azure Fundamentals Certified AZ-900, DP-900 and AI-900.Our courses are focused on Cloud Certifications (AWS, Azure, Google Cloud Platform - GCP), DevOps, Full Stack (  React, Angular ), Serverless, Programming, and Microservice Development with Java and Spring Boot.Our Top Courses include:1) Master Microservices with Spring Boot and Spring Cloud2) Java Programming for Complete Beginners3) Google Cloud Certification - Associate Cloud Engineer - 20214) DevOps For Beginners - Docker, Kubernetes, and Azure DevOps5) Spring Framework Master Class - Java Spring the Modern Way6) Master Java Web Services and RESTful API with Spring Boot7) Go Serverless with AWS Lambda and Azure FunctionsWe have courses focused on Java Frameworks ( Spring, Spring Boot, Spring MVC,  Hibernate ). [LEARNING PATHS 00 to 06 for DevOps, Full Stack, Cloud,  Spring Boot and Java in the FAQ below]We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real-World Application Examples.We have a wide range of courses focused on Spring Boot -  Creating APIs and Microservices, Deploying to Cloud ( AWS, Azure, Docker, Kubernetes, Azure ), and Integrating with Full Stack Front end frameworks ( React & Angular ).[LEARNING PATHS][LEARNING PATH 00] - DevOps  Master DevOps with Docker, Kubernetes and Azure DevOps[LEARNING PATH 01] - Spring and Spring Boot Web Applications & API DeveloperSpring Framework Master Class - Learn Spring the Modern Way!Learn Spring Boot in 100 Steps - Beginner to ExpertMaster Java Web Services and RESTful API with Spring BootMaster Hibernate and JPA with Spring Boot in 100 StepsMaster Java Unit Testing with Spring Boot & Mockito[LEARNING PATH 02] - Full Stack Developer with Spring Boot, React and AngularGo Java Full Stack with Spring Boot and ReactGo Java Full Stack with Spring Boot and Angular[LEARNING PATH 03] - Cloud Microservices with Spring Boot, Docker & KubernetesMaster Microservices with Spring Boot and Spring CloudMaster Docker with Java - DevOps for Spring MicroservicesMaster Kubernetes with Docker on Google Cloud, AWS & Azure[LEARNING PATH 04] - Cloud Developer with Spring Boot, AWS, Azure, and PCFLearn AWS - Deploy Java Spring Boot to AWS Elastic BeanstalkMaster Azure Web Apps - Take Java Spring Boot Apps to AzureMaster Pivotal Cloud Foundry with Spring Boot Microservices[LEARNING PATH 05] - Learn AWS with Microservices, Docker, and KubernetesLearn AWS - Deploy Java Spring Boot to AWS Elastic BeanstalkMaster AWS Fargate & ECS with Java Spring Boot MicroservicesMaster Kubernetes with Docker on Google Cloud, AWS & Azure[LEARNING PATH 06] - GET AWS CERTIFIEDAWS Certified Cloud Practitioner - Step By StepAWS Certified Developer Associate  - Step By StepAWS Certified Solutions Architect Associate - Step By Step[OUR BELIEFS]Best Courses are interactive and fun.Foundations for building high-quality applications are best laid down while learning.[OUR APPROACH]We use the 80-20 Rule. We discuss 20% of things used 80% of the time in depth. We touch upon other things briefly equipping you with enough knowledge to find out more on your own.Problem Solution based Step by Step Hands-on Learning.
    Deb | Python Programming Bootcamp
    Deb | Python Programming Bootcamp
    Instructor's Courses
    Deb, part of the in28minutes Team, has 5+ years of experience with technology - architecture, design, and programming. We are helping learners take their first steps into Python Programming, Java, Spring Boot, Microservices, and modern cloud-native technology and gain expertise in AWS, Azure, Google Cloud, Docker, and Kubernetes amongst others.Our happiest moments are when learners tag us on LinkedIn or reach out to us with their stories of getting their first job, getting a promotion, or a big raise.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 228
    • duration 20:46:43
    • Release Date 2023/12/16