وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

[NEW] Python Bootcamp: Master Python Programming in 2024

سرفصل های دوره

Learn Python Programming with 200 Labs and Exercises


1. Introduction to Course - Python Programming
  • 1. Python Bootcamp - Course Introduction
  • 2. Course Downloads - Course Presentation.html

  • 2. Getting Started with Python Programming
  • 1. Getting Started with Python Programming - Objectives
  • 2. Getting Started with Learning Labs
  • 3. Learning Lab - Getting Started with Printing Text
  • 4. Learning Lab Getting Started with Printing Text.html
  • 5. Python Coding Exercise - Hello Coding Exercises
  • 6. Python Coding Exercise Hello Coding Exercises.html
  • 7. Python Coding Exercise Hello World.html
  • 8. Python Coding Exercise - Hello World
  • 9. Learning Lab - Playing with Operators And Expressions
  • 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
  • 13. Python Coding Exercise Print Number of Seconds in a Day.html
  • 14. Python Coding Exercise - Print Number of Seconds in a Day
  • 15. Learning Lab Exploring Python Built-in Functions.html
  • 16. Learning Lab - Exploring Python Built in Functions
  • 17. Python Coding Exercise Calculate Absolute Value.html
  • 18. Python Coding Exercise - Calculate Absolute Value
  • 19. Python Coding Exercise Calculate Power of a Number.html
  • 20. Python Coding Exercise - Calculate Power of a Number
  • 21. Puzzles - Playing with Builtin Functions
  • 22. Puzzles Playing with Builtin Functions.html
  • 23. Python Coding Exercise Finding the Maximum Number.html
  • 24. Python Coding Exercise - Finding the Maximum Number
  • 25. Getting Started with Python Programming - Summary

  • 3. Introduction to Variables & Assignment in Python
  • 1. Introduction to Variables & Assignment - Objectives
  • 2. Learning Lab - Introduction to Variables
  • 3. Learning Lab Introduction to Variables.html
  • 4. Coding Exercise Creating and Printing Variables.html
  • 5. Coding Exercise - Creating and Printing Variables
  • 6. Coding Exercise Understanding Case Sensitivity in Python Variables.html
  • 7. Coding Exercise - Understanding Case Sensitivity in Python Variables
  • 8. Coding Exercise Variable Names Starting with an Underscore in Python.html
  • 9. Coding Exercise - Variable Names Starting with an Underscore in Python
  • 10. Learning Lab - Playing with Assignment in Python
  • 11. Learning Lab Playing with Assignment in Python.html
  • 12. Puzzles - Playing with Assignment
  • 13. Puzzles Playing with Assignment.html
  • 14. Coding Exercise Variable Assignment and Mathematical Operations.html
  • 15. Coding Exercise - Variable Assignment and Mathematical Operations
  • 16. Coding Exercise Updating Variable Values.html
  • 17. Coding Exercise - Updating Variable Values
  • 18. Coding Exercise Variable Assignment and Expression Evaluation.html
  • 19. Coding Exercise - Variable Assignment and Expression Evaluation
  • 20. Make the Best Use of Coding Exercises
  • 21. My 10 Rules for Happy Programmers
  • 22. Introduction to Variables & Assignment - Summary

  • 4. Introduction to For Loop in Python
  • 1. Introduction to For Loop - Objectives
  • 2. Learning Lab - Introduction to For Loop in Python 01
  • 3. Learning Lab - Introduction to For Loop in Python 02
  • 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
  • 7. Coding Exercise Print Sum of Cubes Of First 10 Numbers.html
  • 8. Coding Exercise - Print Sum of Cubes Of First 10 Numbers
  • 9. Coding Exercise Print Factorial Of 6.html
  • 10. Coding Exercise - Print Factorial Of 6
  • 11. Puzzles - Playing with For Loop and range function
  • 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
  • 15. Learning Lab Introduction to Nested For Loops in Python.html
  • 16. Learning Lab - Printing Right Angled Triangle with Nested For Loops
  • 17. Learning Lab - Printing a Square Pattern with Nested For Loops
  • 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
  • 21. Learning Lab Printing Right-Angled Triangle with Nested For Loops.html
  • 22. High Level vs Low Level Programming Languages
  • 23. Introduction to For Loop - Summary

  • 5. Getting Started with Functions in Python
  • 1. Getting Started with Functions - Objectives
  • 2. Learning Lab - Getting Started with Functions in Python
  • 3. Learning Lab Getting Started with Functions in Python.html
  • 4. Learning Lab - Python Functions Can Return Values 01
  • 5. Learning Lab - Python Functions Can Return Values 02
  • 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
  • 9. Coding Exercise Calculate Product of Four Numbers.html
  • 10. Coding Exercise - Calculate Product of Four Numbers
  • 11. Coding Exercise Calculate Average of Five Numbers.html
  • 12. Coding Exercise - Calculate Average of Five Numbers
  • 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
  • 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
  • 18. Learning Lab - Default Function Arguments in Python
  • 19. Learning Lab Default Function Arguments in Python.html
  • 20. Puzzles - Playing with Functions
  • 21. Puzzles Playing with Functions.html
  • 22. Coding Exercise Calculate Factorial.html
  • 23. Coding Exercise - Calculate Factorial
  • 24. Getting Started with Functions - Summary

  • 6. Introducing Data Types in Python
  • 1. Introducing Data Types - Objectives
  • 2. Learning Lab - Numeric Data Types
  • 3. Learning Lab Numeric Data Types.html
  • 4. Coding Exercise Calculate Simple Interest.html
  • 5. Coding Exercise - Calculate Simple Interest
  • 6. Learning Lab - Numeric Types and Operations in Python
  • 7. Learning Lab Numeric Types and Operations in Python.html
  • 8. Learning Lab - Playing with Decimal
  • 9. Learning Lab Playing with Decimal.html
  • 10. Learning Lab - Boolean Types in Python
  • 11. Learning Lab Boolean Types in Python.html
  • 12. Puzzles - Playing with Data Types and more
  • 13. Puzzles Playing with Data Types and more.html
  • 14. Coding Exercise Library Access Permission.html
  • 15. Coding Exercise - Library Access Permission
  • 16. Coding Exercise Vehicle Eligibility for Race.html
  • 17. Coding Exercise - Vehicle Eligibility for Race
  • 18. Introducing Data Types - Summary

  • 7. Exploring Conditionals in Python
  • 1. Exploring Conditionals in Python - Objectives
  • 2. Learning Lab - Introduction to Conditionals in Python
  • 3. Learning Lab Introduction to Conditionals in Python.html
  • 4. Learning Lab - Comparing Values with if Statements
  • 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
  • 8. Coding Exercise Calculate the Sum of Divisors.html
  • 9. Coding Exercise - Calculate the Sum of Divisors
  • 10. Coding Exercise Check if a Number is a Perfect Number.html
  • 11. Coding Exercise - Check if a Number is a Perfect Number
  • 12. Coding Exercise Find Last Digit of a Number.html
  • 13. Coding Exercise - Find Last Digit of a Number
  • 14. Learning Lab - Logical Operators - and, or, not, Logical ^ (XOR)
  • 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
  • 18. Coding Exercise Check if a Year is a Leap Year.html
  • 19. Coding Exercise - Check if a Year is a Leap Year
  • 20. Learning Lab - Logical Operations - NOT and NOT EQUAL TO
  • 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
  • 24. Learning Lab - If, Else, and Elif in Python
  • 25. Learning Lab If, Else, and Elif in Python.html
  • 26. Puzzles - Playing with Conditionals
  • 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
  • 30. Learning Lab - Understanding Python Keywords
  • 31. Learning Lab Understanding Python Keywords.html
  • 32. Coding Exercise Weather Advisor.html
  • 33. Coding Exercise - Weather Advisor
  • 34. Exploring Conditionals in Python - Summary

  • 8. Exploring While Loop in Python with Break and Continue
  • 1. Exploring While Loop in Python - Objectives
  • 2. Learning Lab - For Loop Recap
  • 3. Learning Lab For Loop Recap.html
  • 4. Coding Exercise Is the Number Prime.html
  • 5. Coding Exercise - Is the Number Prime
  • 6. Learning Lab - Introducing The While Loop
  • 7. Learning Lab Introducing The While Loop.html
  • 8. Learning Lab - Calculate the Sum of Squares Up to a Limit
  • 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
  • 12. Coding Exercise Find the Number of Digits in a Number.html
  • 13. Coding Exercise - Find the Number of Digits in a Number
  • 14. Learning Lab - Loops - Break and Continue
  • 15. Learning Lab - Loops - Break and Continue.html
  • 16. Learning Lab - Break and Continue with While Loops
  • 17. Learning Lab - Break and Continue with While Loops.html
  • 18. Puzzles - Playing with While Loop in Python
  • 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
  • 22. Exploring While Loop in Python - Summary

  • 9. Lets Play with String in Python
  • 1. Lets Play with String - Objectives
  • 2. Learning Lab - The Python Type To Denote Text (str)
  • 3. Learning Lab The Python Type To Denote Text (str).html
  • 4. Learning Lab - Python Has No Separate Character Type
  • 5. Learning Lab Python Has No Separate Character Type.html
  • 6. Learning Lab - The String Module in Python
  • 7. Learning Lab The String Module in Python.html
  • 8. Learning Lab - Comparing Strings in Python
  • 9. Learning Lab Comparing Strings in Python.html
  • 10. Coding Exercise Is it a Vowel.html
  • 11. Coding Exercise - Is it a Vowel
  • 12. Coding Exercise Count Uppercase Letters.html
  • 13. Coding Exercise - Count Uppercase Letters
  • 14. Coding Exercise Check Consecutive Identical Characters.html
  • 15. Coding Exercise - Check Consecutive Identical Characters
  • 16. Coding Exercise Find the Right-most Digit.html
  • 17. Coding Exercise - Find the Right most Digit
  • 18. Coding Exercise Find the Longest Word.html
  • 19. Coding Exercise - Find the Longest Word
  • 20. Coding Exercise Anagram Checker.html
  • 21. Coding Exercise - Anagram Checker
  • 22. Coding Exercise Is Hex String.html
  • 23. Coding Exercise - Is Hex String
  • 24. Coding Exercise Word Reverser using For Loop.html
  • 25. Coding Exercise - Word Reverser using For Loop
  • 26. Puzzles - Playing with String in Python
  • 27. Puzzles Playing with String in Python.html
  • 28. Learning Lab - Repeating Strings in Python
  • 29. Learning Lab Repeating Strings in Python.html
  • 30. Lets Play with String - Summary

  • 10. Introduction to Object Oriented Programming in Python
  • 1. Introduction to Object Oriented Programming - Objectives
  • 2. Learning Lab - Introduction To Object Oriented Programming (OOP) with Python
  • 3. Learning Lab Introduction To Object-Oriented Programming (OOP) with Python.html
  • 4. Learning Lab - Introduction To Classes and Objects in Python
  • 5. Learning Lab Introduction To Classes and Objects in Python.html
  • 6. Learning Lab - The MotorBike and Book Classes in Python
  • 7. Learning Lab The MotorBike and Book Classes in Python.html
  • 8. Learning Lab - Class and Objects - Puzzles and Quirks
  • 9. Learning Lab Class and Objects - Puzzles and Quirks.html
  • 10. Learning Lab - Constructors in Python Classes
  • 11. Learning Lab Constructors in Python Classes.html
  • 12. Learning Lab - Exploring Constructors in Python
  • 13. Learning Lab Exploring Constructors in Python.html
  • 14. Coding Exercise Inches to Object.html
  • 15. Coding Exercise - Inches to Object
  • 16. Learning Lab - Introducing Methods and Encapsulation in a Python Class
  • 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
  • 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
  • 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
  • 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
  • 26. Learning Lab - Exploring Advantages of Encapsulation
  • 27. Learning Lab Exploring Advantages of Encapsulation.html
  • 28. Learning Lab - Everything is an Object in Python
  • 29. Learning Lab Everything is an Object in Python.html
  • 30. Puzzles - Playing with Object Oriented Programming
  • 31. Puzzles Playing with Object Oriented Programming.html
  • 32. Coding Exercise RGB Color Class.html
  • 33. Coding Exercise - RGB Color Class
  • 34. Introduction to Object Oriented Programming - Summary

  • 11. Getting Started with Data Structures - List in Python
  • 1. Getting Started with Data Structures - List - Objectives
  • 2. Learning Lab - Why We Need Data Structures
  • 3. Learning Lab Why We Need Data Structures.html
  • 4. Learning Lab - Operations On List Data Structure
  • 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
  • 8. Learning Lab - Puzzles With List Of Strings
  • 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
  • 12. Learning Lab - Sorting, Looping, and Reversing Lists
  • 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
  • 16. Coding Exercise Reverse a List Using Two-Pointer Approach.html
  • 17. Coding Exercise - Reverse a List Using Two Pointer Approach
  • 18. Coding Exercise Find All Factors of a Number.html
  • 19. Coding Exercise - Find All Factors of a Number
  • 20. Coding Exercise List of Multiples.html
  • 21. Coding Exercise - List of Multiples
  • 22. Getting Started with Data Structures - List - Summary

  • 12. Data Structures 2D Lists in Python
  • 1. Data Structures - 2D Lists in Python - Objectives
  • 2. Learning Lab - Implementing 2D List in Python
  • 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
  • 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
  • 8. Coding Exercise Add Two Matrices of the Same Size.html
  • 9. Coding Exercise - Add Two Matrices of the Same Size
  • 10. Data Structures - 2D Lists in Python - Summary

  • 13. Playing With a List Of Strings in Python
  • 1. Playing With a List Of Strings in Python - Objectives
  • 2. Coding Exercise Rotate List of Strings n Times.html
  • 3. Coding Exercise - Rotate List of Strings n Times
  • 4. Learning Lab - Playing with ASCII Values in Python
  • 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
  • 8. Coding Exercise Alternate Merge of Two Lists.html
  • 9. Coding Exercise - Alternate Merge of Two Lists
  • 10. Learning Lab - Working with Lists of Custom Types
  • 11. Learning Lab Working with Lists of Custom Types.html
  • 12. Learning Lab - Exploring Variable Arguments
  • 13. Learning Lab Exploring Variable Arguments.html
  • 14. Coding Exercise Anagram Checker using List.html
  • 15. Coding Exercise - Anagram Checker using List
  • 16. Playing With a List Of Strings in Python - Summary

  • 14. Advanced Object Oriented Programming in Python
  • 1. Advanced Object Oriented Programming - Objectives
  • 2. Learning Lab - Object Oriented Programming Basics Revisited
  • 3. Learning Lab Object-Oriented Programming Basics Revisited.html
  • 4. Learning Lab - Exploring Object Composition in Object Oriented Programming (OOP)
  • 5. Learning Lab Exploring Object Composition in Object-Oriented Programming (OOP).html
  • 6. Learning Lab - Exploring Inheritance in Object Oriented Programming (OOP)
  • 7. Learning Lab Exploring Inheritance in Object-Oriented Programming (OOP).html
  • 8. Coding Exercise - Implementing Car with Multiple Inheritance
  • 9. Learning Lab - Exploring object Class in Python 3
  • 10. Learning Lab Exploring object Class in Python 3.html
  • 11. Learning Lab - Exploring Multiple Inheritance in Python
  • 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
  • 15. Learning Lab - Understanding Abstract Classes in Python
  • 16. Learning Lab Understanding Abstract Classes in Python.html
  • 17. Learning Lab - Using Template Method Pattern in Object Oriented Programming (OOP
  • 18. Learning Lab Using Template Method Pattern in Object-Oriented Programming (OOP).html
  • 19. Learning Lab - Understanding Polymorphism in Python
  • 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
  • 23. Advanced Object Oriented Programming - Summary

  • 15. More on List - Slicing, Sorting, Looping, and Reversing
  • 1. Learning Lab - Introduction To List Slicing
  • 2. Learning Lab Introduction To List Slicing.html
  • 3. Puzzles - Playing with List Slicing
  • 4. Puzzles Playing with List Slicing.html
  • 5. Coding Exercise Slice Alternate Elements.html
  • 6. Coding Exercise - Slice Alternate Elements
  • 7. Coding Exercise Reverse Each Chunk.html
  • 8. Coding Exercise - Reverse Each Chunk
  • 9. Coding Exercise Reorder and Eliminate Middle.html
  • 10. Coding Exercise - Reorder and Eliminate Middle

  • 16. Data Structures - Implementing Stack & Queue
  • 1. Data Structures - Implementing Stack & Queue - Objectives
  • 2. Learning Lab Introduction To Stack as a List.html
  • 3. Learning Lab - Introduction To Stack as a List
  • 4. Learning Lab - Implementing Stack in Python
  • 5. Learning Lab Implementing Stack in Python.html
  • 6. Learning Lab - Introduction to Queue as a List
  • 7. Learning Lab Introduction to Queue as a List.html
  • 8. Learning Lab - Implementing Queue in Python
  • 9. Learning Lab Implementing Queue in Python.html
  • 10. Data Structures - Implementing Stack & Queue - Summary

  • 17. List Comprehension in Python
  • 1. Learning Lab - Introduction To List Comprehension
  • 2. Learning Lab Introduction To List Comprehension.html
  • 3. Puzzles - Playing with List Comprehension
  • 4. Puzzles Playing with List Comprehension.html
  • 5. Coding Exercise Slice and Double.html
  • 6. Coding Exercise - Slice and Double
  • 7. Coding Exercise Extract Odd Numbers from a List.html
  • 8. Coding Exercise - Extract Odd Numbers from a List

  • 18. Exploring Time Complexity & Recursion with Searching Algorithms in Python
  • 1. Exploring Time Complexity & Recursion - Objectives
  • 2. Learning Lab - Time Complexity Made Easy
  • 3. Learning Lab Time Complexity Made Easy.html
  • 4. Learning Lab - Introduction to Recursion in Python
  • 5. Learning Lab Introduction to Recursion in Python.html
  • 6. Learning Lab - Sum of a List using Recursion in Python
  • 7. Learning Lab Sum of a List using Recursion in Python.html
  • 8. Learning Lab - Linear Search in Python
  • 9. Learning Lab Linear Search in Python.html
  • 10. Learning Lab - Binary Search in Python using an Iterative Approach
  • 11. Learning Lab Binary Search in Python using an Iterative Approach.html
  • 12. Learning Lab - Binary Search using a Recursive Approach
  • 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

  • 19. Introduction To Exception Handling in Python
  • 1. Introduction To Exception Handling - Objectives
  • 2. Learning Lab - Understanding Error Handling in Python
  • 3. Learning Lab Understanding Error Handling in Python.html
  • 4. Learning Lab - Basics of Error Handling - try and except
  • 5. Learning Lab Basics of Error Handling - try and except.html
  • 6. Learning Lab - Handling Multiple Errors With Multiple except Blocks
  • 7. Learning Lab Handling Multiple Errors With Multiple except Blocks.html
  • 8. Learning Lab - Error Handling Puzzles and Exception Details
  • 9. Learning Lab Error Handling Puzzles and Exception Details.html
  • 10. Learning Lab - Error Handling - finally and else
  • 11. Learning Lab Error Handling - finally and else.html
  • 12. Learning Lab - Allowed Combinations in Error Handling
  • 13. Learning Lab Allowed Combinations in Error Handling.html
  • 14. Learning Lab - Raising Exceptions - Solve Real Life Problem with Exception Handl
  • 15. Learning Lab Raising Exceptions - Solve Real-Life Problem with Exception Handling.html
  • 16. Learning Lab - Creating a Custom Exception Class
  • 17. Learning Lab Creating a Custom Exception Class.html
  • 18. Introduction To Exception Handling - Summary

  • 20. Getting Started with Sets in Python Programming
  • 1. Getting Started with Sets - Objectives
  • 2. Learning Lab - Introduction To Set in Python
  • 3. Learning Lab Introduction To Set in Python.html
  • 4. Learning Lab - Unpacking Lists and Sets
  • 5. Learning Lab Unpacking Lists and Sets.html
  • 6. Puzzles - Playing with Sets
  • 7. Puzzles Playing with Sets.html
  • 8. Puzzles - Playing with Sets
  • 9. Coding Exercise Find Intersection Between Multiples of Two Numbers.html
  • 10. Coding Exercise - Find Intersection Between Multiples of Two Numbers
  • 11. Coding Exercise Identify Unique Colors.html
  • 12. Coding Exercise - Identify Unique Colors
  • 13. Coding Exercise Merge Multiple Shopping Lists.html
  • 14. Coding Exercise - Merge Multiple Shopping Lists
  • 15. Getting Started with Sets - Summary

  • 21. Getting Started with Dictionary in Python Programming
  • 1. Getting Started with Dictionary - Objectives
  • 2. Learning Lab - Introduction To dict in Python
  • 3. Learning Lab Introduction To dict in Python.html
  • 4. Puzzles - Playing with dict
  • 5. Puzzles Playing with dict.html
  • 6. Coding Exercise Counting Character Occurrences.html
  • 7. Coding Exercise - Counting Character Occurrences
  • 8. Coding Exercise Counting Word Occurrences.html
  • 9. Coding Exercise - Counting Word Occurrences
  • 10. Coding Exercise Map with Squares of First n Numbers.html
  • 11. Coding Exercise - Map with Squares of First n Numbers
  • 12. Coding Exercise Find Common Subjects.html
  • 13. Coding Exercise - Find Common Subjects
  • 14. Getting Started with Dictionary - Summary

  • 22. Getting Started with Tuples in Python Programming
  • 1. Getting Started with Tuples - Objectives
  • 2. Learning Lab - Discovering Tuples in Python
  • 3. Learning Lab Discovering Tuples in Python.html
  • 4. Puzzles - Playing with Tuples
  • 5. Puzzles Playing with Tuples.html
  • 6. Coding Exercise Tuple Swapping.html
  • 7. Coding Exercise - Tuple Swapping
  • 8. Learning Lab - Tuple vs List
  • 9. Learning Lab Tuple vs List.html
  • 10. Coding Exercise Count Occurrences in Tuple.html
  • 11. Coding Exercise - Count Occurrences in Tuple
  • 12. Coding Exercise Student Grade Summary.html
  • 13. Coding Exercise - Student Grade Summary
  • 14. Coding Exercise Distance Between Points.html
  • 15. Coding Exercise - Distance Between Points
  • 16. Getting Started with Tuples - Summary

  • 23. Python Bootcamp - Congratulations
  • 1. Python Bootcamp - Congratulations
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 27719
    حجم: 8036 مگابایت
    مدت زمان: 1247 دقیقه
    تاریخ انتشار: 28 آذر 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید