Udemy - Learn to Code with Python (11.2024)
File List
- 32. PROJECT Texas Hold'em Poker/16. The Hand Class VII The Straight Rank (Part 2).mp4 266.4 MB
- 32. PROJECT Texas Hold'em Poker/50. Calculating the Winner.mp4 218.4 MB
- 32. PROJECT Texas Hold'em Poker/38. The TwoPairValidator Class.mp4 174.1 MB
- 32. PROJECT Texas Hold'em Poker/24. Catching Two Bugs.mp4 167.3 MB
- 32. PROJECT Texas Hold'em Poker/22. Dependency Injection.mp4 149.0 MB
- 34. Virtual Environments/05. Install Python Packages with pip3.mp4 139.8 MB
- 34. Virtual Environments/03. MacOS - Create, Activate, and Deactivate Virtual Environment.mp4 138.4 MB
- 32. PROJECT Texas Hold'em Poker/30. Manual Testing + Adding Hand Technical Representation and Deck Length.mp4 136.6 MB
- 32. PROJECT Texas Hold'em Poker/47. The StraightFlushValidator Class II.mp4 128.2 MB
- 32. PROJECT Texas Hold'em Poker/48. The RoyalFlushValidator Class.mp4 125.9 MB
- 35. Web Scraping with Scrapy/06. The Scrapy Shell.mp4 120.4 MB
- 35. Web Scraping with Scrapy/09. Scraping Sequential Pages.mp4 119.3 MB
- 32. PROJECT Texas Hold'em Poker/15. The Hand Class VI The Straight Rank (Part 1).mp4 119.2 MB
- 32. PROJECT Texas Hold'em Poker/37. The PairValidator Class.mp4 110.4 MB
- 32. PROJECT Texas Hold'em Poker/35. The HighCardValidator Class.mp4 108.3 MB
- 32. PROJECT Texas Hold'em Poker/01. Introduction to the Section + The Rules of Poker.mp4 105.3 MB
- 32. PROJECT Texas Hold'em Poker/32. Community Cards in Hand, Player and GameRound Classes.mp4 98.8 MB
- 32. PROJECT Texas Hold'em Poker/41. The StraightValidator Class I.mp4 98.0 MB
- 34. Virtual Environments/02. Introduction to pip and Virtual Environments.mp4 98.0 MB
- 02. Welcome to Python/05. The print Function III Parameters and Arguments.mp4 91.1 MB
- 01. Setup & Introduction/13. macOS + Windows - Configuring VSCode Project Settings.mp4 88.5 MB
- 32. PROJECT Texas Hold'em Poker/28. Expanding Player and Hand Classes to Add New Cards.mp4 88.0 MB
- 32. PROJECT Texas Hold'em Poker/09. The Card Class IV Creating 52 Cards.mp4 86.9 MB
- 32. PROJECT Texas Hold'em Poker/25. The GameRound Class I Instantiation and Card Shuffle.mp4 85.5 MB
- 32. PROJECT Texas Hold'em Poker/49. Refactoring the Hand Class.mp4 82.0 MB
- 34. Virtual Environments/01. Introduction to PyPi and Python Packages.mp4 80.8 MB
- 32. PROJECT Texas Hold'em Poker/17. The Hand Class VIII The Flush Rank.mp4 75.4 MB
- 32. PROJECT Texas Hold'em Poker/43. The FlushValidator Class.mp4 69.7 MB
- 32. PROJECT Texas Hold'em Poker/36. TheNoCardsValidator Class.mp4 69.3 MB
- 32. PROJECT Texas Hold'em Poker/40. The ThreeOfAKindValidator Class.mp4 64.5 MB
- 32. PROJECT Texas Hold'em Poker/46. The StraightFlushValidator Class I.mp4 62.7 MB
- 32. PROJECT Texas Hold'em Poker/31. Implementing Fake Betting in the Player and GameRound Classes.mp4 62.3 MB
- 32. PROJECT Texas Hold'em Poker/14. The Hand Class V Refactoring.mp4 61.9 MB
- 32. PROJECT Texas Hold'em Poker/11. The Hand Class II The Pair Rank.mp4 60.9 MB
- 32. PROJECT Texas Hold'em Poker/44. The FullHouseValidator Class.mp4 60.3 MB
- 35. Web Scraping with Scrapy/03. Write First Scrapy Spider.mp4 59.9 MB
- 25. Classes Magic Methods/05. Coding Exercise SOLUTION Equality and String Representation.mp4 58.4 MB
- 31. Testing Code Mocking/09. Patch I The patch Function.mp4 57.8 MB
- 01. Setup & Introduction/07. macOS - Download and Install Python 3.mp4 57.6 MB
- 32. PROJECT Texas Hold'em Poker/45. The FourOfAKindValidator Class.mp4 53.7 MB
- 32. PROJECT Texas Hold'em Poker/33. The GameRound Class IV Finishing Up Community Cards Logic.mp4 53.0 MB
- 35. Web Scraping with Scrapy/05. A Quick Introduction to HTML and CSS.mp4 52.3 MB
- 17. Dictionaries The Basics/05. Add or Modify Key-Value Pair in Dictionary.mp4 51.9 MB
- 18. Dictionaries Iteration/09. Keyword Arguments (kwargs).mp4 51.2 MB
- 32. PROJECT Texas Hold'em Poker/26. The Deck Class II Removing Cards.mp4 51.0 MB
- 32. PROJECT Texas Hold'em Poker/10. The Hand Class I The High Card Rank.mp4 50.1 MB
- 26. Classes Inheritance/14. Multiple Inheritance II Breadth First Search and Depth First Search.mp4 48.8 MB
- 17. Dictionaries The Basics/01. Intro to Dictionaries.mp4 48.0 MB
- 35. Web Scraping with Scrapy/08. CHALLENGE Add Book Prices to File.mp4 47.6 MB
- 01. Setup & Introduction/01. Welcome to the Python Programming Language.mp4 46.9 MB
- 34. Virtual Environments/06. Uninstall Python Packages with pip.mp4 44.2 MB
- 31. Testing Code Mocking/08. Verifying Doubles.mp4 44.0 MB
- 12. Lists Mutation/15. Coding Exercise SOLUTION Removing Elements from a List.mp4 43.4 MB
- 32. PROJECT Texas Hold'em Poker/27. The GameRound Class II Asking the Deck for Cards.mp4 43.1 MB
- 32. PROJECT Texas Hold'em Poker/06. The Card Class III Adding all Ranks and Suits.mp4 42.9 MB
- 20. Modules/02. The Python Standard Library (The string, math and this Modules).mp4 42.7 MB
- 34. Virtual Environments/07. Install Specific Version of Package or Upgrade Package.mp4 42.2 MB
- 32. PROJECT Texas Hold'em Poker/23. The Player Class I Creating a Player with a Hand.mp4 42.0 MB
- 25. Classes Magic Methods/04. Magic Methods for Comparison Operations.mp4 41.7 MB
- 01. Setup & Introduction/10. Windows - Download and Install Python 3.mp4 41.5 MB
- 32. PROJECT Texas Hold'em Poker/42. The StraightValidator Class II.mp4 41.1 MB
- 35. Web Scraping with Scrapy/07. Writing to JSON File.mp4 40.9 MB
- 22. Decorators/06. Scope I Global vs Local Variables.mp4 40.6 MB
- 30. Testing Code The Basics/15. The setUp and tearDown Methods.mp4 39.7 MB
- 24. Classes Attributes and Methods/07. Coding Exercise SOLUTION Properties.mp4 39.1 MB
- 32. PROJECT Texas Hold'em Poker/29. The GameRound Class III Sending Cards to the Players.mp4 38.5 MB
- 17. Dictionaries The Basics/07. Coding Exercise SOLUTION Dictionaries from Lists.mp4 37.4 MB
- 32. PROJECT Texas Hold'em Poker/08. The Deck Class I Storing and Adding Cards.mp4 37.4 MB
- 07. Strings Methods/10. The format Method.mp4 37.2 MB
- 25. Classes Magic Methods/13. Coding Exercise SOLUTION Custom Indexing and Iteration.mp4 37.0 MB
- 32. PROJECT Texas Hold'em Poker/20. The Hand Class XI The Straight Flush Rank.mp4 37.0 MB
- 26. Classes Inheritance/07. The super Function.mp4 36.6 MB
- 32. PROJECT Texas Hold'em Poker/12. The Hand Class III The Two Pair Rank.mp4 36.4 MB
- 09. Lists The Basics/05. Coding Exercise SOLUTION Indexing into List.mp4 36.1 MB
- 34. Virtual Environments/08. Create requirements.txt File.mp4 35.7 MB
- 35. Web Scraping with Scrapy/01. Intro to Web Scraping and Installing Scrapy.mp4 35.6 MB
- 28. Dates and Time/04. The datetime Object I.mp4 35.3 MB
- 31. Testing Code Mocking/07. Putting It All Together.mp4 34.5 MB
- 26. Classes Inheritance/11. Coding Exercise SOLUTION Polymorphism.mp4 34.5 MB
- 23. Classes The Basics/01. Intro to Object-Oriented Programming.mp4 34.4 MB
- 01. Setup & Introduction/16. The Visual Studio Code (VSCode) Interface and Helpful Shortcuts.mp4 34.2 MB
- 13. Lists Methods/03. Coding Exercise SOLUTION Encrypt Message.mp4 33.9 MB
- 32. PROJECT Texas Hold'em Poker/02. Test-Driven Development (TDD).mp4 33.8 MB
- 03. Numbers, Booleans and Equality/03. The Boolean Data Type, The Equality Operator (==) and Inequality Operator (!=).mp4 33.3 MB
- 04. Variables/01. Intro to Variables.mp4 32.9 MB
- 08. Control Flow/16. A Brief Intro to Recursion II.mp4 32.3 MB
- 11. Debugging/04. Working Through a Problem.mp4 32.1 MB
- 26. Classes Inheritance/17. Composition.mp4 31.9 MB
- 31. Testing Code Mocking/11. Patch III What patch Patches.mp4 31.9 MB
- 01. Setup & Introduction/18. OPTIONAL Words of Motivation.mp4 31.6 MB
- 19. Sets/01. Intro to Sets.mp4 30.3 MB
- 08. Control Flow/15. A Brief Intro to Recursion I.mp4 29.9 MB
- 24. Classes Attributes and Methods/08. The getattr and setattr Functions.mp4 29.9 MB
- 22. Decorators/13. Arguments with Decorator Functions (args and kwargs).mp4 29.8 MB
- 20. Modules/07. The __init__.py File I.mp4 29.6 MB
- 25. Classes Magic Methods/12. Indexing with the __getitem__ and __setitem__ Methods.mp4 29.5 MB
- 21. Reading from and Writing to Files/01. Reading a File with the open Function and read Method.mp4 29.5 MB
- 23. Classes The Basics/07. Coding Exercise SOLUTION The __init__ Method.mp4 29.3 MB
- 34. Virtual Environments/04. Windows - Create, Activate, and Deactivate Virtual Environment.mp4 29.2 MB
- 32. PROJECT Texas Hold'em Poker/05. The Card Class II String Representation and Technical Representation.mp4 29.1 MB
- 01. Setup & Introduction/17. The Interactive Prompt (REPL).mp4 29.0 MB
- 08. Control Flow/14. Using the while Loop to Iterate While a Condition is True.mp4 28.9 MB
- 13. Lists Methods/09. Multidimensional Lists.mp4 28.9 MB
- 06. Strings The Basics/06. String Slicing I Slicing by Range.mp4 28.7 MB
- 15. Tuples/03. Lists vs. Tuples.mp4 28.4 MB
- 10. Lists Iteration/03. Iteration with Conditional Logic.mp4 28.3 MB
- 24. Classes Attributes and Methods/05. Define Properties with property Method.mp4 28.2 MB
- 24. Classes Attributes and Methods/01. Instance Methods.mp4 28.0 MB
- 32. PROJECT Texas Hold'em Poker/04. The Card Class I Adding Initial Attributes.mp4 28.0 MB
- 30. Testing Code The Basics/05. The assertEqual Method.mp4 27.6 MB
- 31. Testing Code Mocking/01. Intro to Mocking with the Mock Class.mp4 27.6 MB
- 31. Testing Code Mocking/03. The side_effect Attribute.mp4 27.1 MB
- 12. Lists Mutation/06. Building a List Up from Another List.mp4 27.1 MB
- 32. PROJECT Texas Hold'em Poker/39. Refactoring the Existing Validators.mp4 26.9 MB
- 32. PROJECT Texas Hold'em Poker/03. Setting Up Our Project.mp4 26.7 MB
- 06. Strings The Basics/09. Escape Characters.mp4 26.3 MB
- 31. Testing Code Mocking/04. Coding Exercise SOLUTION Creating Mocks.mp4 25.9 MB
- 15. Tuples/07. Variable Number of Function Arguments with args.mp4 25.9 MB
- 01. Setup & Introduction/09. Windows - Use the Command Prompt to Issue Commands to Your Operating System.mp4 25.8 MB
- 32. PROJECT Texas Hold'em Poker/34. Running the Code Again.mp4 25.5 MB
- 14. Built-in Functions/05. Coding Exercise SOLUTION map, filter and lambda Functions.mp4 25.3 MB
- 17. Dictionaries The Basics/13. Nested Dictionaries.mp4 25.3 MB
- 20. Modules/03. The __name__ Special Variable.mp4 25.2 MB
- 31. Testing Code Mocking/06. Mock Calls.mp4 25.2 MB
- 10. Lists Iteration/06. The enumerate Function.mp4 25.2 MB
- 10. Lists Iteration/04. Coding Exercise SOLUTION More List Iteration.mp4 25.1 MB
- 13. Lists Methods/12. List Comprehensions II Filtering Results.mp4 24.9 MB
- 08. Control Flow/17. Coding Exercise SOLUTION Recursion.mp4 24.9 MB
- 10. Lists Iteration/01. Iteration with the For Loop.mp4 24.9 MB
- 04. Variables/06. Collecting User Input with the input Function.mp4 24.7 MB
- 23. Classes The Basics/06. Setting Object Attributes in the __init__ Method.mp4 24.6 MB
- 12. Lists Mutation/05. Coding Exercise SOLUTION Conditionals, Range, Enumerate.mp4 24.1 MB
- 08. Control Flow/06. The elif Statement.mp4 24.0 MB
- 01. Setup & Introduction/06. macOS - Use the Terminal to Issue Commands to Your Operating System.mp4 23.9 MB
- 25. Classes Magic Methods/15. Coding Exercise SOLUTION Magic Methods.mp4 23.5 MB
- 04. Variables/07. The NameError, ValueError, TypeError and SyntaxError Exceptions.mp4 23.4 MB
- 11. Debugging/01. Intro to Debugging in VSCode.mp4 23.3 MB
- 22. Decorators/12. Intro to Decorators.mp4 23.3 MB
- 27. Exception Handling/04. The raise Keyword.mp4 22.9 MB
- 25. Classes Magic Methods/02. String Representation with the __str__ and __repr__ Methods.mp4 22.0 MB
- 03. Numbers, Booleans and Equality/05. The type Function.mp4 22.0 MB
- 02. Welcome to Python/01. Objects Strings.mp4 21.9 MB
- 13. Lists Methods/11. List Comprehensions I The Basics.mp4 21.9 MB
- 24. Classes Attributes and Methods/04. Coding Exercise SOLUTION Protected Attributes.mp4 21.8 MB
- 31. Testing Code Mocking/05. The Mock vs MagicMock Objects.mp4 21.7 MB
- 01. Setup & Introduction/12. macOS + Windows - Installing VSCode Plugins.mp4 21.7 MB
- 24. Classes Attributes and Methods/10. Class Methods.mp4 21.5 MB
- 27. Exception Handling/06. Exception Inheritance Hierarchies.mp4 21.4 MB
- 15. Tuples/05. Unpacking a Tuple II Using to Destructure Multiple Elements.mp4 21.2 MB
- 32. PROJECT Texas Hold'em Poker/13. The Hand Class IV The Three of a Kind Rank.mp4 21.2 MB
- 24. Classes Attributes and Methods/02. Coding Exercise SOLUTION Instance Methods.mp4 20.8 MB
- 06. Strings The Basics/01. Length, Concatenation and Immutability.mp4 20.7 MB
- 22. Decorators/03. Nested Functions.mp4 20.6 MB
- 18. Dictionaries Iteration/14. Coding Exercise SOLUTION Dictionary Comprehensions.mp4 20.6 MB
- 26. Classes Inheritance/16. The isinstance Function and issubclass Function.mp4 20.5 MB
- 07. Strings Methods/01. The find and index Methods.mp4 20.4 MB
- 11. Debugging/02. Step Over.mp4 20.3 MB
- 01. Setup & Introduction/15. Windows - Run Python File.mp4 20.3 MB
- 15. Tuples/04. Unpacking a Tuple I The Basics.mp4 20.3 MB
- 17. Dictionaries The Basics/03. Access a Dictionary Value by Key or the get Method.mp4 20.3 MB
- 25. Classes Magic Methods/10. Coding Exercise SOLUTION namedtuple.mp4 20.2 MB
- 26. Classes Inheritance/06. Coding Exercise SOLUTION Override a Method on Subclass.mp4 20.2 MB
- 18. Dictionaries Iteration/03. Coding Exercise SOLUTION The items Method.mp4 20.2 MB
- 27. Exception Handling/05. User-Defined Exceptions.mp4 20.2 MB
- 26. Classes Inheritance/08. Coding Exercise SOLUTION The super Function.mp4 20.1 MB
- 33. Regular Expressions (RegEx)/01. Search for Text with a Pattern Object.mp4 20.1 MB
- 03. Numbers, Booleans and Equality/01. Mathematical Expressions.mp4 19.9 MB
- 09. Lists The Basics/06. Slice Multiple Elements from a List.mp4 19.6 MB
- 30. Testing Code The Basics/03. The doctest Module.mp4 19.6 MB
- 23. Classes The Basics/05. Adding Attributes to Objects.mp4 19.6 MB
- 13. Lists Methods/07. Coding Exercise SOLUTION The split and join Methods on Strings.mp4 19.6 MB
- 18. Dictionaries Iteration/01. Iterate over a Dictionary with a for Loop.mp4 19.3 MB
- 30. Testing Code The Basics/01. Introduction to Unit Testing.mp4 18.9 MB
- 26. Classes Inheritance/13. Multiple Inheritance I Method Resolution Order.mp4 18.7 MB
- 32. PROJECT Texas Hold'em Poker/21. The Hand Class XII The Royal Flush Rank.mp4 18.3 MB
- 27. Exception Handling/02. The try-except Block.mp4 18.2 MB
- 17. Dictionaries The Basics/04. The in and not in Operators on a Dictionary.mp4 18.1 MB
- 10. Lists Iteration/07. Coding Exercise SOLUTION The enumerate Function.mp4 18.0 MB
- 16. Objects and References/04. Shallow and Deep Copies.mp4 18.0 MB
- 03. Numbers, Booleans and Equality/06. Type Conversion with the int, float and str Functions.mp4 18.0 MB
- 14. Built-in Functions/04. Lambda Functions.mp4 17.9 MB
- 26. Classes Inheritance/12. Name Mangling for Privacy.mp4 17.9 MB
- 30. Testing Code The Basics/08. Assertions - assertNotEqual and Custom Error Messages.mp4 17.9 MB
- 07. Strings Methods/06. Boolean Methods for Strings.mp4 17.8 MB
- 20. Modules/01. Scripts, Modules and the import Keyword.mp4 17.8 MB
- 35. Web Scraping with Scrapy/04. A Small Refactor.mp4 17.8 MB
- 06. Strings The Basics/03. String Indexing with Positive Values.mp4 17.8 MB
- 05. Functions/01. Intro to Functions.mp4 17.7 MB
- 31. Testing Code Mocking/10. Patch II The @patch Decorator.mp4 17.7 MB
- 17. Dictionaries The Basics/08. The pop Method.mp4 17.7 MB
- 10. Lists Iteration/05. Iterate in Reverse with the reversed Function.mp4 17.6 MB
- 08. Control Flow/04. Coding Exercise SOLUTION if Statements.mp4 17.6 MB
- 09. Lists The Basics/08. Coding Exercise SOLUTION List Problems.mp4 17.5 MB
- 27. Exception Handling/03. Catching One or More Specific Exceptions.mp4 17.5 MB
- 26. Classes Inheritance/15. Multiple Inheritance III Diamond-Shaped Inheritance.mp4 17.4 MB
- 08. Control Flow/12. Nested if Statements.mp4 17.4 MB
- 09. Lists The Basics/04. Select a List Element by Positive or Negative Index Positions.mp4 17.4 MB
- 05. Functions/07. Coding Exercise SOLUTION Default Arguments.mp4 17.2 MB
- 13. Lists Methods/08. The zip Function.mp4 17.1 MB
- 32. PROJECT Texas Hold'em Poker/19. The Hand Class X The Four of a Kind Rank.mp4 17.0 MB
- 35. Web Scraping with Scrapy/02. Create Scrapy Project.mp4 17.0 MB
- 26. Classes Inheritance/10. Polymorphism II.mp4 16.9 MB
- 14. Built-in Functions/10. The dir Function.mp4 16.8 MB
- 32. PROJECT Texas Hold'em Poker/18. The Hand Class IX The Full House Rank.mp4 16.7 MB
- 25. Classes Magic Methods/06. Docstrings.mp4 16.7 MB
- 06. Strings The Basics/07. String Slicing II Slicing by Steps.mp4 16.6 MB
- 13. Lists Methods/13. Coding Exercise SOLUTION List Comprehension.mp4 16.5 MB
- 18. Dictionaries Iteration/12. Dictionary Comprehensions I.mp4 16.5 MB
- 23. Classes The Basics/04. The __init__ Method.mp4 16.4 MB
- 28. Dates and Time/01. The date Object.mp4 16.4 MB
- 22. Decorators/01. Higher Order Functions I Functions as Arguments.mp4 16.3 MB
- 24. Classes Attributes and Methods/14. Static Methods.mp4 16.3 MB
- 13. Lists Methods/10. Coding Exercise SOLUTION Multidimensional Lists.mp4 16.3 MB
- 24. Classes Attributes and Methods/03. Protected Attributes and Methods (Encapsulation).mp4 16.3 MB
- 09. Lists The Basics/03. The in and not in Operators on a List.mp4 16.1 MB
- 33. Regular Expressions (RegEx)/13. Declare Number of Matches with Curly Braces II.mp4 16.1 MB
- 10. Lists Iteration/02. Coding Exercise SOLUTION List Iteration.mp4 16.0 MB
- 18. Dictionaries Iteration/04. The keys and values Methods.mp4 16.0 MB
- 23. Classes The Basics/08. Default Values for Attributes.mp4 15.8 MB
- 02. Welcome to Python/03. The print Function I Outputting a Single Argument.mp4 15.7 MB
- 01. Setup & Introduction/14. macOS - Run Python File.mp4 15.6 MB
- 25. Classes Magic Methods/03. Equality with the __eq__ Method.mp4 15.5 MB
- 33. Regular Expressions (RegEx)/06. Search for Digit and Non-Digit Characters.mp4 15.5 MB
- 06. Strings The Basics/08. Coding Exercise SOLUTION String Slicing.mp4 15.5 MB
- 08. Control Flow/02. The if Statement.mp4 15.4 MB
- 24. Classes Attributes and Methods/12. Class Attributes.mp4 15.3 MB
- 11. Debugging/03. Step into and Step Out.mp4 15.2 MB
- 10. Lists Iteration/11. Command Line Arguments with argv.mp4 15.2 MB
- 23. Classes The Basics/09. Coding Exercise SOLUTION Default Values for Attributes.mp4 15.1 MB
- 30. Testing Code The Basics/14. Assertions - Test Errors with assertRaises.mp4 15.0 MB
- 28. Dates and Time/07. The timedelta Object.mp4 15.0 MB
- 23. Classes The Basics/02. Class Definition and Instantiation.mp4 14.9 MB
- 31. Testing Code Mocking/02. The return_value Attribute.mp4 14.9 MB
- 08. Control Flow/09. Declaring Multiple Conditions with the and Keyword.mp4 14.8 MB
- 22. Decorators/11. The nonlocal Keyword.mp4 14.7 MB
- 07. Strings Methods/05. The capitalize, title, lower, upper and swapcase Methods to Change Casing.mp4 14.7 MB
- 14. Built-in Functions/01. The help Function.mp4 14.6 MB
- 12. Lists Mutation/08. The extend Method.mp4 14.6 MB
- 30. Testing Code The Basics/12. Assertions - Test Inclusion with assertIn and assertNotIn.mp4 14.4 MB
- 14. Built-in Functions/11. The format Function.mp4 14.4 MB
- 13. Lists Methods/05. The split Method on a String.mp4 14.3 MB
- 15. Tuples/06. Coding Exercise SOLUTION Unpacking a Tuple.mp4 14.3 MB
- 28. Dates and Time/02. The time Object.mp4 14.3 MB
- 22. Decorators/16. Decorator Example from flask Library.mp4 14.3 MB
- 05. Functions/02. Parameters and Arguments.mp4 14.2 MB
- 30. Testing Code The Basics/06. The Purpose of Testing.mp4 14.0 MB
- 02. Welcome to Python/08. Coding Exercise SOLUTION Outputting Text with the print Function.mp4 13.9 MB
- 30. Testing Code The Basics/16. The setUpClass and tearDownClass Methods.mp4 13.9 MB
- 02. Welcome to Python/02. Intro to Functions.mp4 13.9 MB
- 06. Strings The Basics/10. The in and not in Operators for Checking Inclusion of a Substring within a Strin.mp4 13.8 MB
- 15. Tuples/01. Intro to Tuples.mp4 13.8 MB
- 25. Classes Magic Methods/01. Intro to Magic Methods.mp4 13.5 MB
- 09. Lists The Basics/01. Intro to Lists.mp4 13.3 MB
- 22. Decorators/04. Higher Order Functions II Functions as Return Values.mp4 13.3 MB
- 25. Classes Magic Methods/09. The namedtuple Object.mp4 13.2 MB
- 12. Lists Mutation/17. The sort Method.mp4 13.2 MB
- 10. Lists Iteration/08. The range Function.mp4 13.1 MB
- 14. Built-in Functions/02. The map Function.mp4 13.0 MB
- 23. Classes The Basics/03. Coding Exercise SOLUTION Class Definition and Instantiation.mp4 13.0 MB
- 12. Lists Mutation/03. Coding Exercise SOLUTION Overwriting Elements in a List.mp4 12.9 MB
- 30. Testing Code The Basics/02. The assert Statement.mp4 12.9 MB
- 24. Classes Attributes and Methods/11. Coding Exercise SOLUTION Class Methods.mp4 12.8 MB
- 24. Classes Attributes and Methods/06. Define Properties with Decorators (Alternate Approach).mp4 12.8 MB
- 25. Classes Magic Methods/07. Coding Exercise SOLUTION Docstrings.mp4 12.7 MB
- 01. Setup & Introduction/03. Download Course Files.mp4 12.7 MB
- 01. Setup & Introduction/11. Windows - Download and Install Visual Studio Code.mp4 12.6 MB
- 20. Modules/08. The __init__.py File II.mp4 12.5 MB
- 26. Classes Inheritance/01. Intro to Inheritance.mp4 12.5 MB
- 27. Exception Handling/07. The else and finally Blocks.mp4 12.4 MB
- 18. Dictionaries Iteration/10. Unpacking Argument Dictionary.mp4 12.4 MB
- 06. Strings The Basics/05. Coding Exercise SOLUTION String Indexing.mp4 12.2 MB
- 30. Testing Code The Basics/07. Skipping Tests and Expected Failures.mp4 12.2 MB
- 08. Control Flow/03. The bool Function (Truthiness and Falsiness).mp4 12.1 MB
- 08. Control Flow/13. Coding Exercise SOLUTION Multiple Conditions.mp4 12.0 MB
- 33. Regular Expressions (RegEx)/11. Metacharacters Square Brackets with Characters.mp4 11.8 MB
- 30. Testing Code The Basics/13. Assertions - Test Object Type (assertIsInstance and assertNotIsIstance).mp4 11.8 MB
- 25. Classes Magic Methods/11. Length with the __len__ Method.mp4 11.8 MB
- 03. Numbers, Booleans and Equality/02. Division, Floor Division, and the Modulo Operator.mp4 11.8 MB
- 07. Strings Methods/07. The lstrip, rstrip, and strip Methods.mp4 11.7 MB
- 05. Functions/05. Coding Exercise SOLUTION The Basics of Functions.mp4 11.7 MB
- 19. Sets/02. The set Function.mp4 11.7 MB
- 24. Classes Attributes and Methods/09. The hasattr and deleteattr Functions.mp4 11.6 MB
- 02. Welcome to Python/06. Comments.mp4 11.6 MB
- 26. Classes Inheritance/05. Override an Inherited Method on a Subclass.mp4 11.6 MB
- 22. Decorators/15. The functools.wraps Decorator.mp4 11.6 MB
- 28. Dates and Time/05. The datetime Object II The strftime Method.mp4 11.5 MB
- 06. Strings The Basics/02. Coding Exercise SOLUTION Length, Concatenation, and Immutability.mp4 11.2 MB
- 08. Control Flow/11. Using the not Keyword to Negate an Expression.mp4 11.2 MB
- 05. Functions/09. BONUS Function Annotations.mp4 11.1 MB
- 12. Lists Mutation/02. Assign New Values to List Slice.mp4 11.0 MB
- 12. Lists Mutation/01. Assign New Value at Index Position.mp4 11.0 MB
- 26. Classes Inheritance/04. New Methods on Subclasses.mp4 11.0 MB
- 04. Variables/03. Coding Exercise SOLUTION Declaring Variables.mp4 10.9 MB
- 04. Variables/05. Augmented Assignment Operator.mp4 10.9 MB
- 18. Dictionaries Iteration/06. The sorted Function.mp4 10.8 MB
- 26. Classes Inheritance/09. Polymorphism I.mp4 10.8 MB
- 13. Lists Methods/02. The index Method.mp4 10.8 MB
- 29. The random Module/01. The random, randint, and randrange Functions.mp4 10.8 MB
- 13. Lists Methods/04. The copy Method.mp4 10.6 MB
- 12. Lists Mutation/10. Coding Exercise SOLUTION Adding Elements to List.mp4 10.6 MB
- 32. PROJECT Texas Hold'em Poker/07. Building out the main.py Start File.mp4 10.6 MB
- 29. The random Module/03. The shuffle Function.mp4 10.6 MB
- 05. Functions/03. Positional Arguments and Keyword Arguments.mp4 10.4 MB
- 18. Dictionaries Iteration/02. The items Method.mp4 10.4 MB
- 22. Decorators/07. Scope II The LEGB Rule.mp4 10.3 MB
- 19. Sets/10. The issubset and issuperset Method.mp4 10.3 MB
- 08. Control Flow/05. The else Statement.mp4 10.2 MB
- 25. Classes Magic Methods/08. Truthiness with the __bool__ Method.mp4 10.1 MB
- 12. Lists Mutation/04. The append Method and Adding Lists with + Operator.mp4 10.1 MB
- 07. Strings Methods/04. Coding Exercise SOLUTION The find and count Methods.mp4 10.1 MB
- 10. Lists Iteration/10. The continue Keyword.mp4 10.1 MB
- 18. Dictionaries Iteration/07. Lists of Dictionaries.mp4 10.1 MB
- 10. Lists Iteration/09. The break Keyword.mp4 10.0 MB
- 19. Sets/03. Coding Exercise SOLUTION Set Basics.mp4 10.0 MB
- 08. Control Flow/01. REVIEW The Boolean Data Type, Equality and Inequality.mp4 9.9 MB
- 17. Dictionaries The Basics/06. The setdefault Method.mp4 9.9 MB
- 26. Classes Inheritance/02. Define a Subclass.mp4 9.8 MB
- 12. Lists Mutation/11. The pop Method.mp4 9.8 MB
- 16. Objects and References/03. Equality vs. Identity.mp4 9.7 MB
- 22. Decorators/02. Coding Exercise SOLUTION Higher Order Functions.mp4 9.7 MB
- 18. Dictionaries Iteration/08. Coding Exercise SOLUTION Nested Data Structures.mp4 9.6 MB
- 17. Dictionaries The Basics/02. Coding Exercise SOLUTION Create a Dictionary.mp4 9.6 MB
- 02. Welcome to Python/04. The print Function II Outputting Multiple Arguments.mp4 9.4 MB
- 07. Strings Methods/02. The startswith and endswith Methods.mp4 9.4 MB
- 28. Dates and Time/06. Coding Exercise SOLUTION The datetime Object.mp4 9.3 MB
- 33. Regular Expressions (RegEx)/12. Declare Number of Matches with Curly Braces I.mp4 9.2 MB
- 12. Lists Mutation/07. Coding Exercise SOLUTION Building a List Up.mp4 9.2 MB
- 33. Regular Expressions (RegEx)/15. Matching One Character or Another.mp4 9.2 MB
- 22. Decorators/14. Returned Values from Decorated Functions.mp4 9.2 MB
- 29. The random Module/02. The choice and sample Functions.mp4 9.1 MB
- 08. Control Flow/10. Declaring Multiple Conditions with the or Keyword.mp4 9.0 MB
- 21. Reading from and Writing to Files/02. Read File Line by Line.mp4 8.7 MB
- 03. Numbers, Booleans and Equality/04. Boolean Mathematical Operators.mp4 8.7 MB
- 15. Tuples/08. Unpacking Arguments to Functions.mp4 8.6 MB
- 14. Built-in Functions/09. Coding Exercise SOLUTION The sum Function.mp4 8.5 MB
- 15. Tuples/02. Coding Exercise SOLUTION Declare Tuples.mp4 8.5 MB
- 09. Lists The Basics/02. Coding Exercise SOLUTION Creating Lists.mp4 8.4 MB
- 18. Dictionaries Iteration/11. Coding Exercise SOLUTION Keyword Arguments.mp4 8.4 MB
- 33. Regular Expressions (RegEx)/09. Search for Word Boundaries.mp4 8.3 MB
- 13. Lists Methods/06. The join Method on a String.mp4 8.2 MB
- 19. Sets/06. The intersection Method to Identify Common Elements between Sets.mp4 8.2 MB
- 18. Dictionaries Iteration/13. Dictionary Comprehensions II.mp4 8.2 MB
- 08. Control Flow/08. Conditional Expressions (Ternary Operator Equivalent).mp4 8.1 MB
- 09. Lists The Basics/07. Coding Exercise SOLUTION Slicing Elements.mp4 8.0 MB
- 08. Control Flow/07. Coding Exercise SOLUTION if, else and elif.mp4 8.0 MB
- 30. Testing Code The Basics/04. The unittest Module.mp4 8.0 MB
- 30. Testing Code The Basics/10. Assertions - Test Truthiness and Falsiness (assertTrue and assertFalse).mp4 7.9 MB
- 33. Regular Expressions (RegEx)/14. Search for One or More of a Character.mp4 7.8 MB
- 13. Lists Methods/01. The count Method.mp4 7.8 MB
- 17. Dictionaries The Basics/11. The update Method.mp4 7.7 MB
- 12. Lists Mutation/09. The insert Method.mp4 7.7 MB
- 07. Strings Methods/11. Formatted String Literals (f-strings).mp4 7.6 MB
- 27. Exception Handling/01. Introduction to Error Handling.mp4 7.6 MB
- 33. Regular Expressions (RegEx)/10. Metacharacters The Dot.mp4 7.5 MB
- 19. Sets/09. The symmetric_difference Method to Identify Elements Not in Common Between Two S.mp4 7.5 MB
- 24. Classes Attributes and Methods/13. Attribute Lookup Order.mp4 7.4 MB
- 14. Built-in Functions/03. The filter Function.mp4 7.4 MB
- 07. Strings Methods/09. Coding Exercise SOLUTION String Cleanup Methods.mp4 7.4 MB
- 14. Built-in Functions/06. The all and any Functions.mp4 7.3 MB
- 25. Classes Magic Methods/14. The __del__ Method.mp4 7.2 MB
- 01. Setup & Introduction/08. macOS - Download and Install Visual Studio Code.mp4 7.2 MB
- 21. Reading from and Writing to Files/03. Write to a File.mp4 7.2 MB
- 26. Classes Inheritance/03. Coding Exercise SOLUTION Define a Subclass.mp4 7.1 MB
- 19. Sets/11. The frozenset Object.mp4 7.0 MB
- 33. Regular Expressions (RegEx)/03. The findall and finditer Methods.mp4 7.0 MB
- 17. Dictionaries The Basics/09. Coding Exercise SOLUTION Inclusion and Removal.mp4 6.9 MB
- 30. Testing Code The Basics/09. Assertions - Test Object Identity with assertIs and assertIsNot.mp4 6.8 MB
- 04. Variables/04. Multiple Variable Assignments.mp4 6.8 MB
- 19. Sets/04. The add and update Methods.mp4 6.7 MB
- 20. Modules/06. Import All Attributes with Syntax.mp4 6.6 MB
- 19. Sets/08. The difference Method to Identify Unique Elements in One Set.mp4 6.5 MB
- 07. Strings Methods/08. The replace Method.mp4 6.2 MB
- 05. Functions/08. The None Type.mp4 6.1 MB
- 16. Objects and References/02. Shared References with Immutable and Mutable Types.mp4 6.1 MB
- 19. Sets/05. The remove and discard Methods.mp4 6.1 MB
- 18. Dictionaries Iteration/05. Coding Exercise SOLUTION The keys and values Methods.mp4 6.1 MB
- 16. Objects and References/01. Variables, Objects, and Garbage Collection.mp4 5.8 MB
- 07. Strings Methods/03. The count Method to Count Occurrences of Value in a String.mp4 5.8 MB
- 28. Dates and Time/03. Coding Exercise SOLUTION date and time Objects.mp4 5.6 MB
- 17. Dictionaries The Basics/12. The dict Function.mp4 5.6 MB
- 22. Decorators/08. Scope III Closures.mp4 5.6 MB
- 01. Setup & Introduction/02. About Me.mp4 5.6 MB
- 12. Lists Mutation/12. The del Keyword.mp4 5.5 MB
- 20. Modules/04. Aliases with the as Keyword.mp4 5.5 MB
- 22. Decorators/09. The global Keyword.mp4 5.5 MB
- 12. Lists Mutation/13. The remove Method.mp4 5.4 MB
- 05. Functions/06. Default Arguments.mp4 5.4 MB
- 21. Reading from and Writing to Files/04. Append to a File.mp4 5.4 MB
- 22. Decorators/10. Coding Exercise SOLUTION The global Keyword.mp4 5.3 MB
- 20. Modules/05. Import Specific Attributes with the from Syntax.mp4 5.2 MB
- 22. Decorators/05. Coding Exercise SOLUTION Higher Order Functions II.mp4 5.2 MB
- 19. Sets/07. The union Method to Combine Elements from Two Sets.mp4 5.0 MB
- 30. Testing Code The Basics/11. Assertions - Test Nullness (assertIsNone and assertIsNotNone).mp4 5.0 MB
- 33. Regular Expressions (RegEx)/02. Search for Text at Beginning of String with match Method.mp4 4.9 MB
- 33. Regular Expressions (RegEx)/04. Module Level RegEx Functions.mp4 4.9 MB
- 06. Strings The Basics/04. String Indexing with Negative Values.mp4 4.9 MB
- 17. Dictionaries The Basics/10. The clear Method.mp4 4.7 MB
- 05. Functions/04. Declaring Return Values for Functions.mp4 4.6 MB
- 33. Regular Expressions (RegEx)/07. Search for Word and Non-Word Characters.mp4 4.6 MB
- 14. Built-in Functions/07. The max and min Functions.mp4 4.4 MB
- 33. Regular Expressions (RegEx)/05. Review of Raw Strings.mp4 3.9 MB
- 36. Conclusion/01. Congratulations.mp4 3.2 MB
- 33. Regular Expressions (RegEx)/08. Search for Whitespace and Non-Whitespace Characters.mp4 2.7 MB
- 14. Built-in Functions/08. The sum Function.mp4 2.0 MB
- 12. Lists Mutation/14. The clear Method.mp4 1.8 MB
- 12. Lists Mutation/16. The reverse Method.mp4 1.4 MB
- 01. Setup & Introduction/assets/04. Learn-to-Code-with-Python-Course-Notes.pdf 1.0 MB
- 01. Setup & Introduction/assets/03. learn-to-code-with-python-complete.zip 601.5 KB
- 01. Setup & Introduction/assets/03. learn-to-code-with-python-incomplete.zip 96.1 KB
- 32. PROJECT Texas Hold'em Poker/25. The GameRound Class I Instantiation and Card Shuffle.vtt 45.0 KB
- 32. PROJECT Texas Hold'em Poker/09. The Card Class IV Creating 52 Cards.vtt 43.4 KB
- 32. PROJECT Texas Hold'em Poker/50. Calculating the Winner.vtt 43.1 KB
- 32. PROJECT Texas Hold'em Poker/35. The HighCardValidator Class.vtt 38.8 KB
- 32. PROJECT Texas Hold'em Poker/16. The Hand Class VII The Straight Rank (Part 2).vtt 38.8 KB
- 32. PROJECT Texas Hold'em Poker/15. The Hand Class VI The Straight Rank (Part 1).vtt 38.3 KB
- 09. Lists The Basics/012 List Slicing.html 38.3 KB
- 32. PROJECT Texas Hold'em Poker/24. Catching Two Bugs.vtt 36.3 KB
- 32. PROJECT Texas Hold'em Poker/28. Expanding Player and Hand Classes to Add New Cards.vtt 32.9 KB
- 19. Sets/012 The intersection, union, difference and symmetric_difference Methods.html 31.6 KB
- 32. PROJECT Texas Hold'em Poker/41. The StraightValidator Class I.vtt 31.5 KB
- 32. PROJECT Texas Hold'em Poker/10. The Hand Class I The High Card Rank.vtt 30.2 KB
- 32. PROJECT Texas Hold'em Poker/01. Introduction to the Section + The Rules of Poker.vtt 30.0 KB
- 31. Testing Code Mocking/09. Patch I The patch Function.vtt 30.0 KB
- 02. Welcome to Python/004 Strings and the print Function.html 29.6 KB
- 32. PROJECT Texas Hold'em Poker/37. The PairValidator Class.vtt 29.5 KB
- 06. Strings The Basics/010 String Slicing I.html 29.4 KB
- 32. PROJECT Texas Hold'em Poker/14. The Hand Class V Refactoring.vtt 29.2 KB
- 07. Strings Methods/008 Casing Methods for Strings.html 29.2 KB
- 32. PROJECT Texas Hold'em Poker/32. Community Cards in Hand, Player and GameRound Classes.vtt 29.0 KB
- 06. Strings The Basics/006 String Indexing.html 28.7 KB
- 03. Numbers, Booleans and Equality/003 Mathematical Operators.html 28.6 KB
- 30. Testing Code The Basics/017 Utility Testing Functions.html 28.3 KB
- 04. Variables/009 Variables, Input, and Errors Quiz.html 28.1 KB
- 08. Control Flow/15. A Brief Intro to Recursion I.vtt 28.0 KB
- 06. Strings The Basics/012 String Slicing II.html 27.6 KB
- 13. Lists Methods/011 List Methods.html 27.2 KB
- 26. Classes Inheritance/020 Multiple Inheritance.html 26.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/42. 42-TheStraightValidator-Class-II.zip 26.9 KB
- 17. Dictionaries The Basics/011 Dictionary Basics.html 26.8 KB
- 09. Lists The Basics/005 List Basics.html 26.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/47. 47-The-StraightFlushValidator-Class-II.zip 26.4 KB
- 32. PROJECT Texas Hold'em Poker/assets/50. 50-Calculating-the-Winner.zip 26.3 KB
- 15. Tuples/011 args and Unpacking.html 26.2 KB
- 02. Welcome to Python/05. The print Function III Parameters and Arguments.vtt 25.9 KB
- 27. Exception Handling/008 Exceptions.html 25.9 KB
- 32. PROJECT Texas Hold'em Poker/49. Refactoring the Hand Class.vtt 25.8 KB
- 32. PROJECT Texas Hold'em Poker/assets/48. 48-The-RoyalFlushValidator-Class.zip 25.8 KB
- 18. Dictionaries Iteration/014 Keyword Arguments.html 25.6 KB
- 03. Numbers, Booleans and Equality/006 Boolean Mathematical Expressions.html 25.5 KB
- 12. Lists Mutation/023 List Mutation Methods.html 25.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/49. 49-Refactoring-the-Hand-Class.zip 25.5 KB
- 32. PROJECT Texas Hold'em Poker/02. Test-Driven Development (TDD).vtt 25.5 KB
- 32. PROJECT Texas Hold'em Poker/38. The TwoPairValidator Class.vtt 25.4 KB
- 28. Dates and Time/010 The date, datetime and timedelta Objects.html 25.2 KB
- 08. Control Flow/16. A Brief Intro to Recursion II.vtt 25.2 KB
- 32. PROJECT Texas Hold'em Poker/48. The RoyalFlushValidator Class.vtt 25.1 KB
- 08. Control Flow/015 More Boolean Evaluations.html 25.0 KB
- 10. Lists Iteration/014 enumerate, range, break and continue.html 25.0 KB
- 24. Classes Attributes and Methods/019 Properties, Attribute Access, and Methods.html 24.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/46. 46-The-StraightFlushValidator-Class-I.zip 24.9 KB
- 14. Built-in Functions/014 Built-In Functions.html 24.7 KB
- 05. Functions/012 Functions.html 24.5 KB
- 22. Decorators/012 Higher Order Functions and Scope.html 24.4 KB
- 16. Objects and References/005 Objects and References.html 24.3 KB
- 32. PROJECT Texas Hold'em Poker/33. The GameRound Class IV Finishing Up Community Cards Logic.vtt 24.3 KB
- 22. Decorators/022 Decorators.html 24.3 KB
- 32. PROJECT Texas Hold'em Poker/assets/45. 45-The-FourOfAKindValidator-Class.zip 24.3 KB
- 25. Classes Magic Methods/021 Magic Methods.html 24.3 KB
- 23. Classes The Basics/013 The Basics of Classes.html 24.2 KB
- 13. Lists Methods/013 Multidimensional Lists.html 24.1 KB
- 03. Numbers, Booleans and Equality/008 The type Function.html 24.0 KB
- 18. Dictionaries Iteration/019 Dictionary Comprehensions.html 24.0 KB
- 19. Sets/007 Adding and Removing Elements to and from a Set.html 23.8 KB
- 32. PROJECT Texas Hold'em Poker/31. Implementing Fake Betting in the Player and GameRound Classes.vtt 23.7 KB
- 02. Welcome to Python/011 Welcome to Python Section Review.html 23.7 KB
- 29. The random Module/004 The random Module.html 23.6 KB
- 22. Decorators/010 Scope The LEGB Rule.html 23.5 KB
- 26. Classes Inheritance/07. The super Function.vtt 23.4 KB
- 32. PROJECT Texas Hold'em Poker/30. Manual Testing + Adding Hand Technical Representation and Deck Length.vtt 23.4 KB
- 17. Dictionaries The Basics/05. Add or Modify Key-Value Pair in Dictionary.vtt 23.3 KB
- 32. PROJECT Texas Hold'em Poker/08. The Deck Class I Storing and Adding Cards.vtt 23.2 KB
- 35. Web Scraping with Scrapy/06. The Scrapy Shell.vtt 23.2 KB
- 32. PROJECT Texas Hold'em Poker/assets/44. 44-The-FullHouseValidator-Class.zip 23.0 KB
- 32. PROJECT Texas Hold'em Poker/23. The Player Class I Creating a Player with a Hand.vtt 22.4 KB
- 11. Debugging/04. Working Through a Problem.vtt 22.3 KB
- 32. PROJECT Texas Hold'em Poker/44. The FullHouseValidator Class.vtt 22.0 KB
- 18. Dictionaries Iteration/09. Keyword Arguments (kwargs).vtt 22.0 KB
- 13. Lists Methods/09. Multidimensional Lists.vtt 21.9 KB
- 04. Variables/01. Intro to Variables.vtt 21.9 KB
- 32. PROJECT Texas Hold'em Poker/06. The Card Class III Adding all Ranks and Suits.vtt 21.9 KB
- 08. Control Flow/14. Using the while Loop to Iterate While a Condition is True.vtt 21.8 KB
- 01. Setup & Introduction/018 Setup and Installation.html 21.8 KB
- 03. Numbers, Booleans and Equality/03. The Boolean Data Type, The Equality Operator (==) and Inequality Operator (!=).vtt 21.7 KB
- 32. PROJECT Texas Hold'em Poker/43. The FlushValidator Class.vtt 21.6 KB
- 35. Web Scraping with Scrapy/03. Write First Scrapy Spider.vtt 21.6 KB
- 32. PROJECT Texas Hold'em Poker/46. The StraightFlushValidator Class I.vtt 21.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/43. 43-The-FlushValidator-Class.zip 21.5 KB
- 24. Classes Attributes and Methods/05. Define Properties with property Method.vtt 21.4 KB
- 31. Testing Code Mocking/07. Putting It All Together.vtt 21.4 KB
- 32. PROJECT Texas Hold'em Poker/47. The StraightFlushValidator Class II.vtt 21.1 KB
- 19. Sets/01. Intro to Sets.vtt 21.0 KB
- 10. Lists Iteration/01. Iteration with the For Loop.vtt 20.8 KB
- 32. PROJECT Texas Hold'em Poker/11. The Hand Class II The Pair Rank.vtt 20.6 KB
- 32. PROJECT Texas Hold'em Poker/26. The Deck Class II Removing Cards.vtt 20.4 KB
- 07. Strings Methods/10. The format Method.vtt 20.4 KB
- 10. Lists Iteration/03. Iteration with Conditional Logic.vtt 20.2 KB
- 01. Setup & Introduction/13. macOS + Windows - Configuring VSCode Project Settings.vtt 20.2 KB
- 13. Lists Methods/03. Coding Exercise SOLUTION Encrypt Message.vtt 20.1 KB
- 32. PROJECT Texas Hold'em Poker/assets/41. 41-TheStraightValidator-Class-I.zip 19.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/40. 40-The-ThreeOfAKindValidator-Class.zip 19.9 KB
- 26. Classes Inheritance/17. Composition.vtt 19.6 KB
- 32. PROJECT Texas Hold'em Poker/29. The GameRound Class III Sending Cards to the Players.vtt 19.5 KB
- 04. Variables/06. Collecting User Input with the input Function.vtt 19.4 KB
- 17. Dictionaries The Basics/01. Intro to Dictionaries.vtt 19.3 KB
- 02. Welcome to Python/01. Objects Strings.vtt 19.3 KB
- 12. Lists Mutation/06. Building a List Up from Another List.vtt 19.2 KB
- 34. Virtual Environments/03. MacOS - Create, Activate, and Deactivate Virtual Environment.vtt 19.2 KB
- 32. PROJECT Texas Hold'em Poker/assets/37. 37-The-PairValidator-Class.zip 19.2 KB
- 01. Setup & Introduction/18. OPTIONAL Words of Motivation.vtt 19.1 KB
- 01. Setup & Introduction/16. The Visual Studio Code (VSCode) Interface and Helpful Shortcuts.vtt 19.1 KB
- 30. Testing Code The Basics/05. The assertEqual Method.vtt 18.9 KB
- 32. PROJECT Texas Hold'em Poker/04. The Card Class I Adding Initial Attributes.vtt 18.9 KB
- 31. Testing Code Mocking/08. Verifying Doubles.vtt 18.6 KB
- 17. Dictionaries The Basics/07. Coding Exercise SOLUTION Dictionaries from Lists.vtt 18.6 KB
- 32. PROJECT Texas Hold'em Poker/40. The ThreeOfAKindValidator Class.vtt 18.6 KB
- 06. Strings The Basics/06. String Slicing I Slicing by Range.vtt 18.4 KB
- 35. Web Scraping with Scrapy/09. Scraping Sequential Pages.vtt 18.3 KB
- 25. Classes Magic Methods/12. Indexing with the __getitem__ and __setitem__ Methods.vtt 18.2 KB
- 32. PROJECT Texas Hold'em Poker/assets/39. 39-Refactoring-the-Existing-Validators.zip 18.1 KB
- 32. PROJECT Texas Hold'em Poker/12. The Hand Class III The Two Pair Rank.vtt 18.1 KB
- 01. Setup & Introduction/01. Welcome to the Python Programming Language.vtt 18.0 KB
- 32. PROJECT Texas Hold'em Poker/22. Dependency Injection.vtt 18.0 KB
- 24. Classes Attributes and Methods/01. Instance Methods.vtt 18.0 KB
- 31. Testing Code Mocking/01. Intro to Mocking with the Mock Class.vtt 17.6 KB
- 15. Tuples/07. Variable Number of Function Arguments with args.vtt 17.5 KB
- 34. Virtual Environments/04. Windows - Create, Activate, and Deactivate Virtual Environment.vtt 17.5 KB
- 08. Control Flow/06. The elif Statement.vtt 17.4 KB
- 23. Classes The Basics/06. Setting Object Attributes in the __init__ Method.vtt 17.4 KB
- 13. Lists Methods/12. List Comprehensions II Filtering Results.vtt 17.3 KB
- 30. Testing Code The Basics/15. The setUp and tearDown Methods.vtt 17.3 KB
- 32. PROJECT Texas Hold'em Poker/assets/38. 38-The-TwoPairValidator-Class.zip 17.1 KB
- 32. PROJECT Texas Hold'em Poker/05. The Card Class II String Representation and Technical Representation.vtt 17.1 KB
- 04. Variables/07. The NameError, ValueError, TypeError and SyntaxError Exceptions.vtt 17.0 KB
- 17. Dictionaries The Basics/13. Nested Dictionaries.vtt 16.8 KB
- 34. Virtual Environments/01. Introduction to PyPi and Python Packages.vtt 16.8 KB
- 21. Reading from and Writing to Files/01. Reading a File with the open Function and read Method.vtt 16.5 KB
- 32. PROJECT Texas Hold'em Poker/03. Setting Up Our Project.vtt 16.4 KB
- 22. Decorators/12. Intro to Decorators.vtt 16.4 KB
- 22. Decorators/13. Arguments with Decorator Functions (args and kwargs).vtt 16.4 KB
- 25. Classes Magic Methods/02. String Representation with the __str__ and __repr__ Methods.vtt 16.4 KB
- 03. Numbers, Booleans and Equality/01. Mathematical Expressions.vtt 16.3 KB
- 05. Functions/01. Intro to Functions.vtt 16.3 KB
- 23. Classes The Basics/01. Intro to Object-Oriented Programming.vtt 16.2 KB
- 11. Debugging/01. Intro to Debugging in VSCode.vtt 16.2 KB
- 20. Modules/01. Scripts, Modules and the import Keyword.vtt 16.1 KB
- 34. Virtual Environments/05. Install Python Packages with pip3.vtt 16.0 KB
- 13. Lists Methods/11. List Comprehensions I The Basics.vtt 16.0 KB
- 28. Dates and Time/04. The datetime Object I.vtt 16.0 KB
- 33. Regular Expressions (RegEx)/01. Search for Text with a Pattern Object.vtt 15.9 KB
- 35. Web Scraping with Scrapy/05. A Quick Introduction to HTML and CSS.vtt 15.7 KB
- 26. Classes Inheritance/14. Multiple Inheritance II Breadth First Search and Depth First Search.vtt 15.6 KB
- 32. PROJECT Texas Hold'em Poker/assets/35. 35-The-HighCardValidator-Class.zip 15.6 KB
- 30. Testing Code The Basics/03. The doctest Module.vtt 15.6 KB
- 32. PROJECT Texas Hold'em Poker/27. The GameRound Class II Asking the Deck for Cards.vtt 15.4 KB
- 08. Control Flow/17. Coding Exercise SOLUTION Recursion.vtt 15.2 KB
- 32. PROJECT Texas Hold'em Poker/45. The FourOfAKindValidator Class.vtt 15.1 KB
- 06. Strings The Basics/09. Escape Characters.vtt 15.0 KB
- 10. Lists Iteration/06. The enumerate Function.vtt 15.0 KB
- 07. Strings Methods/01. The find and index Methods.vtt 15.0 KB
- 32. PROJECT Texas Hold'em Poker/17. The Hand Class VIII The Flush Rank.vtt 15.0 KB
- 32. PROJECT Texas Hold'em Poker/assets/36. 36-The-NoCardsValidator-Class.zip 14.9 KB
- 22. Decorators/06. Scope I Global vs Local Variables.vtt 14.8 KB
- 23. Classes The Basics/04. The __init__ Method.vtt 14.6 KB
- 24. Classes Attributes and Methods/10. Class Methods.vtt 14.6 KB
- 01. Setup & Introduction/09. Windows - Use the Command Prompt to Issue Commands to Your Operating System.vtt 14.5 KB
- 01. Setup & Introduction/06. macOS - Use the Terminal to Issue Commands to Your Operating System.vtt 14.4 KB
- 20. Modules/02. The Python Standard Library (The string, math and this Modules).vtt 14.4 KB
- 15. Tuples/05. Unpacking a Tuple II Using to Destructure Multiple Elements.vtt 14.3 KB
- 08. Control Flow/02. The if Statement.vtt 14.2 KB
- 32. PROJECT Texas Hold'em Poker/36. TheNoCardsValidator Class.vtt 14.2 KB
- 31. Testing Code Mocking/06. Mock Calls.vtt 14.2 KB
- 20. Modules/07. The __init__.py File I.vtt 14.0 KB
- 01. Setup & Introduction/15. Windows - Run Python File.vtt 13.9 KB
- 34. Virtual Environments/02. Introduction to pip and Virtual Environments.vtt 13.7 KB
- 18. Dictionaries Iteration/12. Dictionary Comprehensions I.vtt 13.7 KB
- 01. Setup & Introduction/07. macOS - Download and Install Python 3.vtt 13.7 KB
- 24. Classes Attributes and Methods/07. Coding Exercise SOLUTION Properties.vtt 13.7 KB
- 18. Dictionaries Iteration/01. Iterate over a Dictionary with a for Loop.vtt 13.7 KB
- 13. Lists Methods/05. The split Method on a String.vtt 13.6 KB
- 20. Modules/03. The __name__ Special Variable.vtt 13.6 KB
- 06. Strings The Basics/01. Length, Concatenation and Immutability.vtt 13.6 KB
- 27. Exception Handling/06. Exception Inheritance Hierarchies.vtt 13.5 KB
- 13. Lists Methods/08. The zip Function.vtt 13.5 KB
- 23. Classes The Basics/07. Coding Exercise SOLUTION The __init__ Method.vtt 13.5 KB
- 15. Tuples/03. Lists vs. Tuples.vtt 13.4 KB
- 03. Numbers, Booleans and Equality/05. The type Function.vtt 13.3 KB
- 31. Testing Code Mocking/03. The side_effect Attribute.vtt 13.3 KB
- 23. Classes The Basics/02. Class Definition and Instantiation.vtt 13.2 KB
- 10. Lists Iteration/04. Coding Exercise SOLUTION More List Iteration.vtt 13.2 KB
- 12. Lists Mutation/05. Coding Exercise SOLUTION Conditionals, Range, Enumerate.vtt 13.2 KB
- 09. Lists The Basics/06. Slice Multiple Elements from a List.vtt 13.1 KB
- 34. Virtual Environments/08. Create requirements.txt File.vtt 13.1 KB
- 14. Built-in Functions/04. Lambda Functions.vtt 13.1 KB
- 06. Strings The Basics/03. String Indexing with Positive Values.vtt 13.0 KB
- 31. Testing Code Mocking/05. The Mock vs MagicMock Objects.vtt 13.0 KB
- 03. Numbers, Booleans and Equality/06. Type Conversion with the int, float and str Functions.vtt 12.9 KB
- 26. Classes Inheritance/16. The isinstance Function and issubclass Function.vtt 12.9 KB
- 22. Decorators/01. Higher Order Functions I Functions as Arguments.vtt 12.8 KB
- 32. PROJECT Texas Hold'em Poker/42. The StraightValidator Class II.vtt 12.8 KB
- 01. Setup & Introduction/14. macOS - Run Python File.vtt 12.7 KB
- 23. Classes The Basics/05. Adding Attributes to Objects.vtt 12.6 KB
- 32. PROJECT Texas Hold'em Poker/20. The Hand Class XI The Straight Flush Rank.vtt 12.6 KB
- 14. Built-in Functions/05. Coding Exercise SOLUTION map, filter and lambda Functions.vtt 12.6 KB
- 24. Classes Attributes and Methods/08. The getattr and setattr Functions.vtt 12.6 KB
- 10. Lists Iteration/05. Iterate in Reverse with the reversed Function.vtt 12.5 KB
- 15. Tuples/04. Unpacking a Tuple I The Basics.vtt 12.5 KB
- 22. Decorators/03. Nested Functions.vtt 12.4 KB
- 17. Dictionaries The Basics/08. The pop Method.vtt 12.4 KB
- 06. Strings The Basics/07. String Slicing II Slicing by Steps.vtt 12.3 KB
- 24. Classes Attributes and Methods/03. Protected Attributes and Methods (Encapsulation).vtt 12.2 KB
- 10. Lists Iteration/08. The range Function.vtt 12.1 KB
- 02. Welcome to Python/03. The print Function I Outputting a Single Argument.vtt 12.0 KB
- 16. Objects and References/04. Shallow and Deep Copies.vtt 12.0 KB
- 31. Testing Code Mocking/11. Patch III What patch Patches.vtt 12.0 KB
- 09. Lists The Basics/04. Select a List Element by Positive or Negative Index Positions.vtt 12.0 KB
- 24. Classes Attributes and Methods/12. Class Attributes.vtt 12.0 KB
- 09. Lists The Basics/01. Intro to Lists.vtt 12.0 KB
- 10. Lists Iteration/11. Command Line Arguments with argv.vtt 12.0 KB
- 25. Classes Magic Methods/05. Coding Exercise SOLUTION Equality and String Representation.vtt 12.0 KB
- 11. Debugging/02. Step Over.vtt 11.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/30. 30-Manual-Testing-and-Adding-Hand-Technical-Representation-and-Deck-Length.zip 11.8 KB
- 27. Exception Handling/02. The try-except Block.vtt 11.8 KB
- 08. Control Flow/12. Nested if Statements.vtt 11.7 KB
- 32. PROJECT Texas Hold'em Poker/39. Refactoring the Existing Validators.vtt 11.7 KB
- 32. PROJECT Texas Hold'em Poker/assets/33. 33-The-GameRound-Class-IV-Finishing-Up-Community-Cards-Logic.zip 11.7 KB
- 32. PROJECT Texas Hold'em Poker/assets/31. 31-Implementing-Fake-Betting-in-the-Player-and-GameRound-Classes.zip 11.6 KB
- 12. Lists Mutation/15. Coding Exercise SOLUTION Removing Elements from a List.vtt 11.5 KB
- 14. Built-in Functions/11. The format Function.vtt 11.5 KB
- 17. Dictionaries The Basics/03. Access a Dictionary Value by Key or the get Method.vtt 11.4 KB
- 26. Classes Inheritance/11. Coding Exercise SOLUTION Polymorphism.vtt 11.4 KB
- 32. PROJECT Texas Hold'em Poker/assets/32. 32-Community-Cards-in-Hand-Player-and-GameRound-Classes.zip 11.4 KB
- 24. Classes Attributes and Methods/14. Static Methods.vtt 11.3 KB
- 01. Setup & Introduction/17. The Interactive Prompt (REPL).vtt 11.3 KB
- 02. Welcome to Python/06. Comments.vtt 11.3 KB
- 32. PROJECT Texas Hold'em Poker/assets/27. 27-The-GameRound-Class-II-Asking-the-Deck-for-Cards.zip 11.3 KB
- 28. Dates and Time/01. The date Object.vtt 11.3 KB
- 32. PROJECT Texas Hold'em Poker/assets/25. 25-The-GameRound-Class-I-Instantiation-and-Card-Shuffle.zip 11.3 KB
- 25. Classes Magic Methods/13. Coding Exercise SOLUTION Custom Indexing and Iteration.vtt 11.3 KB
- 27. Exception Handling/05. User-Defined Exceptions.vtt 11.3 KB
- 15. Tuples/01. Intro to Tuples.vtt 11.3 KB
- 23. Classes The Basics/008 The __init__ Method (3.8).html 11.2 KB
- 07. Strings Methods/06. Boolean Methods for Strings.vtt 11.2 KB
- 13. Lists Methods/07. Coding Exercise SOLUTION The split and join Methods on Strings.vtt 11.2 KB
- 23. Classes The Basics/08. Default Values for Attributes.vtt 11.1 KB
- 30. Testing Code The Basics/06. The Purpose of Testing.vtt 11.0 KB
- 26. Classes Inheritance/12. Name Mangling for Privacy.vtt 11.0 KB
- 25. Classes Magic Methods/01. Intro to Magic Methods.vtt 11.0 KB
- 25. Classes Magic Methods/04. Magic Methods for Comparison Operations.vtt 10.9 KB
- 05. Functions/09. BONUS Function Annotations.vtt 10.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/29. 29-The-GameRound-Class-III-Sending-Cards-to-the-Players.zip 10.9 KB
- 25. Classes Magic Methods/06. Docstrings.vtt 10.8 KB
- 14. Built-in Functions/02. The map Function.vtt 10.8 KB
- 27. Exception Handling/04. The raise Keyword.vtt 10.8 KB
- 14. Built-in Functions/01. The help Function.vtt 10.8 KB
- 05. Functions/02. Parameters and Arguments.vtt 10.7 KB
- 03. Numbers, Booleans and Equality/02. Division, Floor Division, and the Modulo Operator.vtt 10.7 KB
- 07. Strings Methods/05. The capitalize, title, lower, upper and swapcase Methods to Change Casing.vtt 10.7 KB
- 28. Dates and Time/07. The timedelta Object.vtt 10.7 KB
- 27. Exception Handling/03. Catching One or More Specific Exceptions.vtt 10.6 KB
- 32. PROJECT Texas Hold'em Poker/assets/28. 28-Expanding-Player-and-Hand-Classes-to-Add-New-Cards.zip 10.6 KB
- 25. Classes Magic Methods/09. The namedtuple Object.vtt 10.5 KB
- 26. Classes Inheritance/13. Multiple Inheritance I Method Resolution Order.vtt 10.5 KB
- 30. Testing Code The Basics/14. Assertions - Test Errors with assertRaises.vtt 10.5 KB
- 17. Dictionaries The Basics/04. The in and not in Operators on a Dictionary.vtt 10.4 KB
- 04. Variables/05. Augmented Assignment Operator.vtt 10.4 KB
- 24. Classes Attributes and Methods/02. Coding Exercise SOLUTION Instance Methods.vtt 10.3 KB
- 31. Testing Code Mocking/02. The return_value Attribute.vtt 10.2 KB
- 32. PROJECT Texas Hold'em Poker/assets/34. 34-Running-the-Code-Again.zip 10.2 KB
- 10. Lists Iteration/02. Coding Exercise SOLUTION List Iteration.vtt 10.1 KB
- 32. PROJECT Texas Hold'em Poker/13. The Hand Class IV The Three of a Kind Rank.vtt 10.1 KB
- 01. Setup & Introduction/10. Windows - Download and Install Python 3.vtt 10.1 KB
- 09. Lists The Basics/03. The in and not in Operators on a List.vtt 10.0 KB
- 18. Dictionaries Iteration/14. Coding Exercise SOLUTION Dictionary Comprehensions.vtt 10.0 KB
- 11. Debugging/03. Step into and Step Out.vtt 10.0 KB
- 24. Classes Attributes and Methods/06. Define Properties with Decorators (Alternate Approach).vtt 9.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/23. 23-The-Player-Class-I-Creating-a-Player-with-a-Hand.zip 9.9 KB
- 35. Web Scraping with Scrapy/08. CHALLENGE Add Book Prices to File.vtt 9.8 KB
- 08. Control Flow/03. The bool Function (Truthiness and Falsiness).vtt 9.8 KB
- 12. Lists Mutation/02. Assign New Values to List Slice.vtt 9.7 KB
- 22. Decorators/16. Decorator Example from flask Library.vtt 9.7 KB
- 31. Testing Code Mocking/04. Coding Exercise SOLUTION Creating Mocks.vtt 9.7 KB
- 35. Web Scraping with Scrapy/assets/09. final.zip 9.7 KB
- 25. Classes Magic Methods/03. Equality with the __eq__ Method.vtt 9.7 KB
- 12. Lists Mutation/17. The sort Method.vtt 9.7 KB
- 19. Sets/02. The set Function.vtt 9.7 KB
- 26. Classes Inheritance/06. Coding Exercise SOLUTION Override a Method on Subclass.vtt 9.6 KB
- 18. Dictionaries Iteration/03. Coding Exercise SOLUTION The items Method.vtt 9.6 KB
- 32. PROJECT Texas Hold'em Poker/assets/26. 26-The-Deck-Class-II-Removing-Cards.zip 9.6 KB
- 10. Lists Iteration/07. Coding Exercise SOLUTION The enumerate Function.vtt 9.5 KB
- 26. Classes Inheritance/10. Polymorphism II.vtt 9.5 KB
- 18. Dictionaries Iteration/04. The keys and values Methods.vtt 9.5 KB
- 08. Control Flow/04. Coding Exercise SOLUTION if Statements.vtt 9.5 KB
- 06. Strings The Basics/10. The in and not in Operators for Checking Inclusion of a Substring within a Strin.vtt 9.5 KB
- 10. Lists Iteration/09. The break Keyword.vtt 9.4 KB
- 26. Classes Inheritance/15. Multiple Inheritance III Diamond-Shaped Inheritance.vtt 9.4 KB
- 27. Exception Handling/07. The else and finally Blocks.vtt 9.4 KB
- 14. Built-in Functions/10. The dir Function.vtt 9.4 KB
- 08. Control Flow/09. Declaring Multiple Conditions with the and Keyword.vtt 9.3 KB
- 05. Functions/07. Coding Exercise SOLUTION Default Arguments.vtt 9.3 KB
- 26. Classes Inheritance/08. Coding Exercise SOLUTION The super Function.vtt 9.3 KB
- 12. Lists Mutation/08. The extend Method.vtt 9.3 KB
- 22. Decorators/04. Higher Order Functions II Functions as Return Values.vtt 9.1 KB
- 15. Tuples/002 Declare Tuples (3.8).html 9.1 KB
- 35. Web Scraping with Scrapy/07. Writing to JSON File.vtt 9.1 KB
- 08. Control Flow/05. The else Statement.vtt 9.1 KB
- 32. PROJECT Texas Hold'em Poker/34. Running the Code Again.vtt 9.1 KB
- 24. Classes Attributes and Methods/005 Protected Attributes (3.8).html 9.1 KB
- 30. Testing Code The Basics/08. Assertions - assertNotEqual and Custom Error Messages.vtt 9.0 KB
- 12. Lists Mutation/01. Assign New Value at Index Position.vtt 9.0 KB
- 30. Testing Code The Basics/02. The assert Statement.vtt 9.0 KB
- 30. Testing Code The Basics/07. Skipping Tests and Expected Failures.vtt 9.0 KB
- 18. Dictionaries Iteration/10. Unpacking Argument Dictionary.vtt 8.8 KB
- 33. Regular Expressions (RegEx)/13. Declare Number of Matches with Curly Braces II.vtt 8.8 KB
- 09. Lists The Basics/08. Coding Exercise SOLUTION List Problems.vtt 8.7 KB
- 28. Dates and Time/02. The time Object.vtt 8.7 KB
- 30. Testing Code The Basics/12. Assertions - Test Inclusion with assertIn and assertNotIn.vtt 8.7 KB
- 07. Strings Methods/07. The lstrip, rstrip, and strip Methods.vtt 8.7 KB
- 35. Web Scraping with Scrapy/01. Intro to Web Scraping and Installing Scrapy.vtt 8.7 KB
- 09. Lists The Basics/05. Coding Exercise SOLUTION Indexing into List.vtt 8.7 KB
- 32. PROJECT Texas Hold'em Poker/assets/24. 24-Catching-Two-Bugs.zip 8.7 KB
- 10. Lists Iteration/005 More List Iteration (3.8).html 8.7 KB
- 01. Setup & Introduction/12. macOS + Windows - Installing VSCode Plugins.vtt 8.6 KB
- 25. Classes Magic Methods/019 Magic Methods (3.8).html 8.6 KB
- 10. Lists Iteration/10. The continue Keyword.vtt 8.6 KB
- 28. Dates and Time/003 date and time Objects (3.8).html 8.5 KB
- 28. Dates and Time/05. The datetime Object II The strftime Method.vtt 8.5 KB
- 22. Decorators/11. The nonlocal Keyword.vtt 8.5 KB
- 30. Testing Code The Basics/16. The setUpClass and tearDownClass Methods.vtt 8.5 KB
- 02. Welcome to Python/02. Intro to Functions.vtt 8.5 KB
- 05. Functions/03. Positional Arguments and Keyword Arguments.vtt 8.5 KB
- 18. Dictionaries Iteration/003 The items Method (3.8).html 8.5 KB
- 33. Regular Expressions (RegEx)/06. Search for Digit and Non-Digit Characters.vtt 8.4 KB
- 26. Classes Inheritance/014 Polymorphism (3.8).html 8.4 KB
- 12. Lists Mutation/006 Conditionals, Range, Enumerate (3.8).html 8.4 KB
- 29. The random Module/03. The shuffle Function.vtt 8.3 KB
- 02. Welcome to Python/04. The print Function II Outputting Multiple Arguments.vtt 8.3 KB
- 30. Testing Code The Basics/04. The unittest Module.vtt 8.3 KB
- 09. Lists The Basics/013 List Problems (3.8).html 8.3 KB
- 26. Classes Inheritance/09. Polymorphism I.vtt 8.2 KB
- 06. Strings The Basics/08. Coding Exercise SOLUTION String Slicing.vtt 8.2 KB
- 29. The random Module/01. The random, randint, and randrange Functions.vtt 8.2 KB
- 18. Dictionaries Iteration/07. Lists of Dictionaries.vtt 8.2 KB
- 22. Decorators/07. Scope II The LEGB Rule.vtt 8.2 KB
- 25. Classes Magic Methods/15. Coding Exercise SOLUTION Magic Methods.vtt 8.1 KB
- 13. Lists Methods/13. Coding Exercise SOLUTION List Comprehension.vtt 8.1 KB
- 23. Classes The Basics/011 Default Values for Attributes (3.8).html 8.0 KB
- 19. Sets/003 Set Basics (3.8).html 8.0 KB
- 12. Lists Mutation/11. The pop Method.vtt 8.0 KB
- 08. Control Flow/08. Conditional Expressions (Ternary Operator Equivalent).vtt 8.0 KB
- 13. Lists Methods/02. The index Method.vtt 8.0 KB
- 02. Welcome to Python/08. Coding Exercise SOLUTION Outputting Text with the print Function.vtt 7.9 KB
- 18. Dictionaries Iteration/02. The items Method.vtt 7.9 KB
- 12. Lists Mutation/003 Overwriting Elements in a List (3.8).html 7.9 KB
- 12. Lists Mutation/04. The append Method and Adding Lists with + Operator.vtt 7.8 KB
- 13. Lists Methods/10. Coding Exercise SOLUTION Multidimensional Lists.vtt 7.8 KB
- 08. Control Flow/01. REVIEW The Boolean Data Type, Equality and Inequality.vtt 7.8 KB
- 14. Built-in Functions/005 map, filter, and lambda Functions (3.8).html 7.8 KB
- 32. PROJECT Texas Hold'em Poker/assets/21. 21-The-Hand-Class-XII-The-Royal-Flush-Rank.zip 7.8 KB
- 08. Control Flow/11. Using the not Keyword to Negate an Expression.vtt 7.8 KB
- 32. PROJECT Texas Hold'em Poker/assets/20. 20-The-Hand-Class-XI-The-Straight-Flush-Rank.zip 7.8 KB
- 32. PROJECT Texas Hold'em Poker/21. The Hand Class XII The Royal Flush Rank.vtt 7.8 KB
- 15. Tuples/007 Unpacking a Tuple (3.8).html 7.7 KB
- 09. Lists The Basics/007 Indexing into List (3.8).html 7.7 KB
- 18. Dictionaries Iteration/06. The sorted Function.vtt 7.7 KB
- 32. PROJECT Texas Hold'em Poker/assets/19. 19-The-Hand-Class-X-The-Four-of-a-Kind-Rank.zip 7.7 KB
- 17. Dictionaries The Basics/002 Create a Dictionary (3.8).html 7.7 KB
- 24. Classes Attributes and Methods/04. Coding Exercise SOLUTION Protected Attributes.vtt 7.6 KB
- 25. Classes Magic Methods/012 namedtuple (3.8).html 7.6 KB
- 13. Lists Methods/014 Multidimensional Lists (3.8).html 7.6 KB
- 19. Sets/10. The issubset and issuperset Method.vtt 7.6 KB
- 26. Classes Inheritance/02. Define a Subclass.vtt 7.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/18. 18-The-Hand-Class-IX-The-Full-House-Rank.zip 7.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/16. 16-The-Hand-Class-VII-The-Straight-Rank-Part-2.zip 7.5 KB
- 18. Dictionaries Iteration/010 Nested Data Structures (3.8).html 7.5 KB
- 13. Lists Methods/018 List Comprehension (3.8).html 7.5 KB
- 25. Classes Magic Methods/005 Equality and String Representation (3.8).html 7.5 KB
- 12. Lists Mutation/019 Removing Elements from a List (3.8).html 7.4 KB
- 25. Classes Magic Methods/11. Length with the __len__ Method.vtt 7.4 KB
- 10. Lists Iteration/009 The enumerate Function (3.8).html 7.4 KB
- 30. Testing Code The Basics/13. Assertions - Test Object Type (assertIsInstance and assertNotIsIstance).vtt 7.4 KB
- 32. PROJECT Texas Hold'em Poker/assets/17. 17-The-Hand-Class-VIII-The-Flush-Rank.zip 7.4 KB
- 26. Classes Inheritance/01. Intro to Inheritance.vtt 7.3 KB
- 32. PROJECT Texas Hold'em Poker/assets/14. 14-The-Hand-Class-V-Refactoring.zip 7.3 KB
- 32. PROJECT Texas Hold'em Poker/assets/15. 15-The-Hand-Class-VI-The-Straight-Rank-Part-I.zip 7.3 KB
- 15. Tuples/08. Unpacking Arguments to Functions.vtt 7.3 KB
- 24. Classes Attributes and Methods/002 Instance Methods (3.8).html 7.3 KB
- 08. Control Flow/004 if Statements (3.8).html 7.3 KB
- 13. Lists Methods/04. The copy Method.vtt 7.3 KB
- 08. Control Flow/016 Multiple Conditions (3.8).html 7.3 KB
- 05. Functions/05. Coding Exercise SOLUTION The Basics of Functions.vtt 7.2 KB
- 06. Strings The Basics/013 String Slicing (3.8).html 7.2 KB
- 04. Variables/003 Declaring Variables (3.8).html 7.2 KB
- 12. Lists Mutation/10. Coding Exercise SOLUTION Adding Elements to List.vtt 7.2 KB
- 23. Classes The Basics/003 Class Definition and Instantiation (3.8).html 7.2 KB
- 32. PROJECT Texas Hold'em Poker/assets/10. 10-The-Hand-Class-I-The-High-Card-Rank.zip 7.2 KB
- 35. Web Scraping with Scrapy/02. Create Scrapy Project.vtt 7.2 KB
- 26. Classes Inheritance/010 The super Function (3.8).html 7.2 KB
- 09. Lists The Basics/002 Creating Lists (3.8).html 7.2 KB
- 23. Classes The Basics/03. Coding Exercise SOLUTION Class Definition and Instantiation.vtt 7.1 KB
- 32. PROJECT Texas Hold'em Poker/assets/11. 11-The-Hand-Class-II-The-Pair-Rank.zip 7.1 KB
- 24. Classes Attributes and Methods/014 Class Methods (3.8).html 7.1 KB
- 26. Classes Inheritance/007 Override a Method on Subclass (3.8).html 7.0 KB
- 14. Built-in Functions/010 The sum Function (3.8).html 7.0 KB
- 29. The random Module/02. The choice and sample Functions.vtt 7.0 KB
- 10. Lists Iteration/002 List Iteration (3.8).html 7.0 KB
- 13. Lists Methods/008 The split and join Methods on Strings (3.8).html 7.0 KB
- 17. Dictionaries The Basics/008 Dictionaries from Lists (3.8).html 6.9 KB
- 07. Strings Methods/004 The find and count Methods (3.8).html 6.9 KB
- 06. Strings The Basics/007 String Indexing (3.8).html 6.9 KB
- 22. Decorators/15. The functools.wraps Decorator.vtt 6.9 KB
- 12. Lists Mutation/009 Building a List Up (3.8).html 6.9 KB
- 13. Lists Methods/06. The join Method on a String.vtt 6.9 KB
- 25. Classes Magic Methods/016 Custom Indexing and Iteration (3.8).html 6.9 KB
- 32. PROJECT Texas Hold'em Poker/18. The Hand Class IX The Full House Rank.vtt 6.9 KB
- 15. Tuples/06. Coding Exercise SOLUTION Unpacking a Tuple.vtt 6.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/13. 13-The-Hand-Class-IV-The-Three-of-a-Kind-Rank.zip 6.9 KB
- 08. Control Flow/10. Declaring Multiple Conditions with the or Keyword.vtt 6.8 KB
- 24. Classes Attributes and Methods/009 Properties (3.8).html 6.8 KB
- 18. Dictionaries Iteration/13. Dictionary Comprehensions II.vtt 6.8 KB
- 26. Classes Inheritance/05. Override an Inherited Method on a Subclass.vtt 6.8 KB
- 07. Strings Methods/02. The startswith and endswith Methods.vtt 6.8 KB
- 04. Variables/04. Multiple Variable Assignments.vtt 6.8 KB
- 25. Classes Magic Methods/14. The __del__ Method.vtt 6.8 KB
- 22. Decorators/02. Coding Exercise SOLUTION Higher Order Functions.vtt 6.8 KB
- 06. Strings The Basics/002 Length, Concatenation, and Immutability (3.8).html 6.8 KB
- 26. Classes Inheritance/04. New Methods on Subclasses.vtt 6.7 KB
- 12. Lists Mutation/03. Coding Exercise SOLUTION Overwriting Elements in a List.vtt 6.7 KB
- 34. Virtual Environments/07. Install Specific Version of Package or Upgrade Package.vtt 6.7 KB
- 07. Strings Methods/11. Formatted String Literals (f-strings).vtt 6.7 KB
- 18. Dictionaries Iteration/020 Dictionary Comprehensions (3.8).html 6.7 KB
- 03. Numbers, Booleans and Equality/04. Boolean Mathematical Operators.vtt 6.7 KB
- 31. Testing Code Mocking/004 Creating Mocks (3.8).html 6.7 KB
- 16. Objects and References/03. Equality vs. Identity.vtt 6.7 KB
- 04. Variables/03. Coding Exercise SOLUTION Declaring Variables.vtt 6.6 KB
- 32. PROJECT Texas Hold'em Poker/assets/12. 12-The-Hand-Class-III-The-Two-Pair-Rank.zip 6.6 KB
- 18. Dictionaries Iteration/015 Keyword Arguments (3.8).html 6.6 KB
- 24. Classes Attributes and Methods/11. Coding Exercise SOLUTION Class Methods.vtt 6.5 KB
- 25. Classes Magic Methods/10. Coding Exercise SOLUTION namedtuple.vtt 6.5 KB
- 30. Testing Code The Basics/01. Introduction to Unit Testing.vtt 6.5 KB
- 25. Classes Magic Methods/08. Truthiness with the __bool__ Method.vtt 6.5 KB
- 25. Classes Magic Methods/008 Docstrings (3.8).html 6.5 KB
- 23. Classes The Basics/09. Coding Exercise SOLUTION Default Values for Attributes.vtt 6.5 KB
- 33. Regular Expressions (RegEx)/11. Metacharacters Square Brackets with Characters.vtt 6.4 KB
- 06. Strings The Basics/05. Coding Exercise SOLUTION String Indexing.vtt 6.4 KB
- 05. Functions/005 The Basics of Functions (3.8).html 6.3 KB
- 26. Classes Inheritance/003 Define a Subclass (3.8).html 6.3 KB
- 22. Decorators/014 The global Keyword (3.8).html 6.3 KB
- 09. Lists The Basics/010 Slicing Elements (3.8).html 6.3 KB
- 20. Modules/08. The __init__.py File II.vtt 6.2 KB
- 06. Strings The Basics/02. Coding Exercise SOLUTION Length, Concatenation, and Immutability.vtt 6.2 KB
- 16. Objects and References/01. Variables, Objects, and Garbage Collection.vtt 6.2 KB
- 22. Decorators/006 Higher Order Functions II (3.8).html 6.2 KB
- 13. Lists Methods/01. The count Method.vtt 6.2 KB
- 24. Classes Attributes and Methods/09. The hasattr and deleteattr Functions.vtt 6.2 KB
- 32. PROJECT Texas Hold'em Poker/07. Building out the main.py Start File.vtt 6.2 KB
- 28. Dates and Time/007 The datetime Object (3.8).html 6.2 KB
- 08. Control Flow/13. Coding Exercise SOLUTION Multiple Conditions.vtt 6.2 KB
- 19. Sets/06. The intersection Method to Identify Common Elements between Sets.vtt 6.1 KB
- 08. Control Flow/021 Recursion (3.8).html 6.1 KB
- 13. Lists Methods/003 Encrypt Message (3.8).html 6.1 KB
- 08. Control Flow/008 if, else and elif (3.8).html 6.1 KB
- 25. Classes Magic Methods/07. Coding Exercise SOLUTION Docstrings.vtt 6.1 KB
- 01. Setup & Introduction/03. Download Course Files.vtt 6.0 KB
- 17. Dictionaries The Basics/012 Inclusion and Removal (3.8).html 6.0 KB
- 05. Functions/008 Default Arguments (3.8).html 6.0 KB
- 05. Functions/08. The None Type.vtt 6.0 KB
- 22. Decorators/14. Returned Values from Decorated Functions.vtt 6.0 KB
- 12. Lists Mutation/013 Adding Elements to List (3.8).html 6.0 KB
- 02. Welcome to Python/009 Outputting Text with the print Function (3.8).html 5.9 KB
- 14. Built-in Functions/03. The filter Function.vtt 5.9 KB
- 07. Strings Methods/011 String Cleanup Methods (3.8).html 5.9 KB
- 18. Dictionaries Iteration/006 The keys and values Methods (3.8).html 5.9 KB
- 32. PROJECT Texas Hold'em Poker/19. The Hand Class X The Four of a Kind Rank.vtt 5.9 KB
- 17. Dictionaries The Basics/06. The setdefault Method.vtt 5.8 KB
- 07. Strings Methods/08. The replace Method.vtt 5.8 KB
- 24. Classes Attributes and Methods/13. Attribute Lookup Order.vtt 5.7 KB
- 21. Reading from and Writing to Files/03. Write to a File.vtt 5.7 KB
- 31. Testing Code Mocking/10. Patch II The @patch Decorator.vtt 5.7 KB
- 33. Regular Expressions (RegEx)/03. The findall and finditer Methods.vtt 5.7 KB
- 08. Control Flow/07. Coding Exercise SOLUTION if, else and elif.vtt 5.7 KB
- 19. Sets/11. The frozenset Object.vtt 5.6 KB
- 19. Sets/03. Coding Exercise SOLUTION Set Basics.vtt 5.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/09. 09-The-Card-Class-IV-Creating-52-Cards.zip 5.5 KB
- 22. Decorators/002 Higher Order Functions (3.8).html 5.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/08. 08-The-Deck-Class-I-Storing-and-Adding-Cards.zip 5.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/06. 06-The-Card-Class-III-Adding-All-Ranks-and-Suits.zip 5.5 KB
- 20. Modules/06. Import All Attributes with Syntax.vtt 5.5 KB
- 09. Lists The Basics/02. Coding Exercise SOLUTION Creating Lists.vtt 5.4 KB
- 14. Built-in Functions/06. The all and any Functions.vtt 5.4 KB
- 20. Modules/04. Aliases with the as Keyword.vtt 5.4 KB
- 07. Strings Methods/04. Coding Exercise SOLUTION The find and count Methods.vtt 5.4 KB
- 32. PROJECT Texas Hold'em Poker/assets/07. 07-Building-out-main.py-Start-File.zip 5.4 KB
- 17. Dictionaries The Basics/11. The update Method.vtt 5.3 KB
- 17. Dictionaries The Basics/02. Coding Exercise SOLUTION Create a Dictionary.vtt 5.3 KB
- 30. Testing Code The Basics/10. Assertions - Test Truthiness and Falsiness (assertTrue and assertFalse).vtt 5.3 KB
- 16. Objects and References/02. Shared References with Immutable and Mutable Types.vtt 5.2 KB
- 34. Virtual Environments/06. Uninstall Python Packages with pip.vtt 5.1 KB
- 07. Strings Methods/09. Coding Exercise SOLUTION String Cleanup Methods.vtt 5.1 KB
- 12. Lists Mutation/12. The del Keyword.vtt 5.1 KB
- 12. Lists Mutation/07. Coding Exercise SOLUTION Building a List Up.vtt 5.1 KB
- 19. Sets/05. The remove and discard Methods.vtt 5.1 KB
- 33. Regular Expressions (RegEx)/12. Declare Number of Matches with Curly Braces I.vtt 5.1 KB
- 21. Reading from and Writing to Files/02. Read File Line by Line.vtt 5.1 KB
- 28. Dates and Time/06. Coding Exercise SOLUTION The datetime Object.vtt 5.0 KB
- 09. Lists The Basics/07. Coding Exercise SOLUTION Slicing Elements.vtt 5.0 KB
- 33. Regular Expressions (RegEx)/15. Matching One Character or Another.vtt 4.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/04. 04-The-Card-Class-I-Adding-Initial-Attributes.zip 4.9 KB
- 19. Sets/09. The symmetric_difference Method to Identify Elements Not in Common Between Two S.vtt 4.9 KB
- 01. Setup & Introduction/11. Windows - Download and Install Visual Studio Code.vtt 4.9 KB
- 19. Sets/04. The add and update Methods.vtt 4.9 KB
- 27. Exception Handling/01. Introduction to Error Handling.vtt 4.8 KB
- 14. Built-in Functions/09. Coding Exercise SOLUTION The sum Function.vtt 4.8 KB
- 18. Dictionaries Iteration/11. Coding Exercise SOLUTION Keyword Arguments.vtt 4.8 KB
- 19. Sets/08. The difference Method to Identify Unique Elements in One Set.vtt 4.8 KB
- 15. Tuples/02. Coding Exercise SOLUTION Declare Tuples.vtt 4.7 KB
- 21. Reading from and Writing to Files/04. Append to a File.vtt 4.7 KB
- 07. Strings Methods/03. The count Method to Count Occurrences of Value in a String.vtt 4.7 KB
- 05. Functions/04. Declaring Return Values for Functions.vtt 4.5 KB
- 05. Functions/06. Default Arguments.vtt 4.5 KB
- 17. Dictionaries The Basics/12. The dict Function.vtt 4.5 KB
- 32. PROJECT Texas Hold'em Poker/assets/05. 05-The-Card-Class-II-String-Representation-Suits-and-Ranks.zip 4.4 KB
- 33. Regular Expressions (RegEx)/14. Search for One or More of a Character.vtt 4.4 KB
- 30. Testing Code The Basics/09. Assertions - Test Object Identity with assertIs and assertIsNot.vtt 4.4 KB
- 20. Modules/05. Import Specific Attributes with the from Syntax.vtt 4.3 KB
- 17. Dictionaries The Basics/10. The clear Method.vtt 4.3 KB
- 33. Regular Expressions (RegEx)/10. Metacharacters The Dot.vtt 4.3 KB
- 33. Regular Expressions (RegEx)/09. Search for Word Boundaries.vtt 4.3 KB
- 22. Decorators/09. The global Keyword.vtt 4.3 KB
- 33. Regular Expressions (RegEx)/02. Search for Text at Beginning of String with match Method.vtt 4.3 KB
- 06. Strings The Basics/04. String Indexing with Negative Values.vtt 4.2 KB
- 35. Web Scraping with Scrapy/04. A Small Refactor.vtt 4.2 KB
- 22. Decorators/08. Scope III Closures.vtt 4.1 KB
- 22. Decorators/05. Coding Exercise SOLUTION Higher Order Functions II.vtt 3.9 KB
- 12. Lists Mutation/13. The remove Method.vtt 3.8 KB
- 18. Dictionaries Iteration/05. Coding Exercise SOLUTION The keys and values Methods.vtt 3.8 KB
- 33. Regular Expressions (RegEx)/04. Module Level RegEx Functions.vtt 3.7 KB
- 14. Built-in Functions/07. The max and min Functions.vtt 3.7 KB
- 22. Decorators/10. Coding Exercise SOLUTION The global Keyword.vtt 3.6 KB
- 33. Regular Expressions (RegEx)/05. Review of Raw Strings.vtt 3.6 KB
- 26. Classes Inheritance/03. Coding Exercise SOLUTION Define a Subclass.vtt 3.6 KB
- 28. Dates and Time/03. Coding Exercise SOLUTION date and time Objects.vtt 3.3 KB
- 30. Testing Code The Basics/11. Assertions - Test Nullness (assertIsNone and assertIsNotNone).vtt 3.1 KB
- 01. Setup & Introduction/08. macOS - Download and Install Visual Studio Code.vtt 2.9 KB
- 32. PROJECT Texas Hold'em Poker/assets/03. 03-Setting-Up-Our-Project.zip 2.6 KB
- 33. Regular Expressions (RegEx)/07. Search for Word and Non-Word Characters.vtt 2.5 KB
- 36. Conclusion/02. Bonus!.html 2.5 KB
- 01. Setup & Introduction/19. General Housekeeping.html 2.3 KB
- 36. Conclusion/01. Congratulations.vtt 2.0 KB
- 12. Lists Mutation/14. The clear Method.vtt 1.9 KB
- 14. Built-in Functions/08. The sum Function.vtt 1.7 KB
- 01. Setup & Introduction/02. About Me.vtt 1.6 KB
- 12. Lists Mutation/16. The reverse Method.vtt 1.4 KB
- 33. Regular Expressions (RegEx)/08. Search for Whitespace and Non-Whitespace Characters.vtt 1.4 KB
- 31. Testing Code Mocking/assets/04. creating-mocks.py 1.3 KB
- 04. Variables/02. Variable Naming Rules.html 1.3 KB
- 02. Welcome to Python/07. Intro to Coding Exercises.html 1.2 KB
- 26. Classes Inheritance/assets/06. override-a-method-on-subclass.py 1.1 KB
- 12. Lists Mutation/assets/06. building-a-list-up-from-another-list.py 709 bytes
- 01. Setup & Introduction/05. Note on Installation Videos.html 617 bytes
- 06. Strings The Basics/assets/09. escape-characters.py 596 bytes
- 01. Setup & Introduction/04. FREE DOWNLOAD Learn to Code with Python Course Notes PDF.html 559 bytes
- 08. Control Flow/assets/12. nested-if-statements.py 498 bytes
- 24. Classes Attributes and Methods/assets/12. class-attributes.py 419 bytes
- 07. Strings Methods/assets/01. the-find-and-index-methods.py 374 bytes
- 30. Testing Code The Basics/assets/09. object-identity.py 349 bytes
- 03. Numbers, Booleans and Equality/assets/01. mathematical-expressions.py 179 bytes
- 24. Classes Attributes and Methods/external-links/08. Sample-from-Scrapy-repository-that-shows-a-use-of-getattr.url 141 bytes
- 18. Dictionaries Iteration/external-links/02. QuantifiedCode-article-on-the-best-practice-of-using-items-to-iterate-across-dictionary.url 140 bytes
- 24. Classes Attributes and Methods/external-links/14. Stack-Overflow-question-on-the-difference-between-the-staticmethod-and-classmethod-decorators.url 138 bytes
- 01. Setup & Introduction/external-links/01. Economist-article-entitled-Python-is-becoming-the-world-s-most-popular-programming-language-published-07-26-2018.url 136 bytes
- 10. Lists Iteration/external-links/09. Official-Python-tutorial-for-the-break-and-continue-statements.url 135 bytes
- 10. Lists Iteration/external-links/10. Official-Python-tutorial-for-the-break-and-continue-statements.url 135 bytes
- 17. Dictionaries The Basics/external-links/05. Stack-Overflow-question-on-how-to-update-the-value-of-a-key-in-a-dictionary.url 129 bytes
- 31. Testing Code Mocking/external-links/08. Official-Python-library-article-on-Creating-a-Mock-from-an-Existing-Object.url 129 bytes
- 04. Variables/assets/07. the-NameError-ValueError-TypeError-and-SyntaxError-Exceptions.py 128 bytes
- 17. Dictionaries The Basics/external-links/06. Sample-code-from-the-Django-codebase-utilizing-setdefault.url 128 bytes
- 12. Lists Mutation/external-links/08. Stack-Overflow-question-on-the-differences-between-append-and-extend-methods.url 127 bytes
- 22. Decorators/external-links/12. Stack-Overflow-on-function-decorators.url 127 bytes
- 31. Testing Code Mocking/external-links/02. Official-Python-article-on-Setting-Return-Values-and-Attributes.url 126 bytes
- 31. Testing Code Mocking/external-links/03. Official-Python-library-article-on-side-effect-functions-and-iterables.url 125 bytes
- 14. Built-in Functions/external-links/03. Stack-Overflow-question-on-why-filter-returns-an-iterable-object-instead-of-a-list.url 124 bytes
- 09. Lists The Basics/external-links/06. Stack-Overflow-article-on-slice-notation-in-Python.url 123 bytes
- 12. Lists Mutation/external-links/01. Stack-Overflow-question-on-slice-notation-in-Python.url 123 bytes
- 12. Lists Mutation/external-links/02. Stack-Overflow-question-on-slice-notation-in-Python.url 123 bytes
- 20. Modules/external-links/04. StackOverflow-question-on-defining-aliases-for-imported-modules-in-Python.url 122 bytes
- 18. Dictionaries Iteration/external-links/07. StackOverflow-question-on-iterating-over-a-list-of-dictionaries.url 120 bytes
- 19. Sets/external-links/09. Official-Python-library-reference-for-the-symmetric-difference-method-on-a-set.url 120 bytes
- 20. Modules/external-links/05. Stack-Overflow-discussion-on-speed-advantages-of-import-syntax.url 120 bytes
- 08. Control Flow/external-links/08. Stack-Overflow-question-on-whether-Python-has-a-ternary-conditional-operator.url 116 bytes
- 31. Testing Code Mocking/external-links/11. Stack-Overflow-question-on-patching-a-class-function-in-the-current-module.url 115 bytes
- 27. Exception Handling/external-links/04. scikit-learn-repository-code-sample-with-an-example-of-the-raise-keyword.url 114 bytes
- 31. Testing Code Mocking/external-links/01. Official-Python-library-reference-for-the-configure-mock-method.url 114 bytes
- 18. Dictionaries Iteration/external-links/01. Stack-Overflow-question-on-how-to-iterate-over-a-dictionary-using-a-for-loop.url 113 bytes
- 18. Dictionaries Iteration/external-links/02. Stack-Overflow-question-on-how-to-iterate-over-a-dictionary.url 113 bytes
- 24. Classes Attributes and Methods/external-links/08. Stack-Overflow-question-on-the-benefits-of-getattr.url 113 bytes
- 30. Testing Code The Basics/external-links/13. Official-Python-library-reference-for-the-TestCase-assertNotIsInstance-instance-method.url 113 bytes
- 08. Control Flow/external-links/14. Official-Python-tutorial-on-first-steps-towards-programming.url 112 bytes
- 24. Classes Attributes and Methods/external-links/05. Stack-Overflow-question-on-properties-vs.getters-and-setters.url 112 bytes
- 30. Testing Code The Basics/external-links/07. Official-Python-library-reference-on-skipping-tests.url 112 bytes
- 31. Testing Code Mocking/external-links/02. Official-Python-library-reference-for-the-return-value-attribute.url 112 bytes
- 01. Setup & Introduction/external-links/09. Microsoft-documentation-for-the-mkdir-command.url 111 bytes
- 01. Setup & Introduction/external-links/09. Microsoft-documentation-for-the-rmdir-command.url 111 bytes
- 02. Welcome to Python/external-links/06. Official-Python-reference-on-comments.url 111 bytes
- 30. Testing Code The Basics/external-links/10. Article-by-James-Cooke-on-the-differences-between-assertTrue-and-assertIs.url 111 bytes
- 31. Testing Code Mocking/external-links/03. Official-Python-library-reference-for-the-side-effect-method.url 111 bytes
- 19. Sets/external-links/08. Official-Python-library-reference-for-the-difference-method-on-a-set.url 110 bytes
- 19. Sets/external-links/10. Official-Python-library-reference-on-the-issuperset-method-on-a-set.url 110 bytes
- 30. Testing Code The Basics/external-links/04. PythonLibrary.org-article-entitled-Python-3-Testing-An-Intro-to-unittest.url 110 bytes
- 30. Testing Code The Basics/external-links/13. Official-Python-library-reference-for-the-TestCase-assertIsInstance-instance-method.url 110 bytes
- 01. Setup & Introduction/external-links/09. Microsoft-documentation-for-the-cls-command.url 109 bytes
- 01. Setup & Introduction/external-links/09. Microsoft-documentation-for-the-dir-command.url 109 bytes
- 22. Decorators/external-links/11. Django-example-of-the-nonlocal-keyword.url 109 bytes
- 30. Testing Code The Basics/external-links/11. Official-Python-library-reference-for-the-TestCase-assertIsNotNone-instance-method.url 109 bytes
- 01. Setup & Introduction/external-links/09. Microsoft-documentation-for-the-cd-command.url 108 bytes
- 02. Welcome to Python/external-links/01. Stack-Overflow-question-on-the-differences-between-single-and-double-quotes.url 108 bytes
- 10. Lists Iteration/external-links/06. StackOverflow-question-on-accessing-the-index-of-an-item-in-a-for-loop.url 108 bytes
- 19. Sets/external-links/10. Official-Python-library-reference-on-the-issubset-method-on-a-set.url 108 bytes
- 20. Modules/external-links/04. DigitalOcean-tutorial-on-how-to-import-modules-in-Python-3.url 108 bytes
- 30. Testing Code The Basics/external-links/08. Official-Python-library-reference-for-the-TestCase-assertNotEqual-instance-method.url 108 bytes
- 06. Strings The Basics/external-links/10. Official-Python-reference-for-membership-test-operations.url 107 bytes
- 09. Lists The Basics/external-links/03. Official-Python-documentation-article-on-membership-test-operations.url 107 bytes
- 30. Testing Code The Basics/external-links/16. Official-Python-library-reference-for-the-TestCase.tearDown-class-method.url 107 bytes
- 05. Functions/assets/09. function-annotations.py 106 bytes
- 22. Decorators/external-links/06. Stack-Overflow-question-on-creating-constants-in-Python.url 106 bytes
- 30. Testing Code The Basics/external-links/11. Official-Python-library-reference-for-the-TestCase-assertIsNone-instance-method.url 106 bytes
- 30. Testing Code The Basics/external-links/14. Official-Python-library-reference-for-the-TestCase-assertRaises-instance-method.url 106 bytes
- 06. Strings The Basics/external-links/09. LinuxConfig.org-list-of-Python-escape-sequence-characters.url 105 bytes
- 07. Strings Methods/external-links/11. Official-Python-tutorial-on-formatted-string-literals.url 105 bytes
- 07. Strings Methods/external-links/11. Original-PEP-proposal-for-formatted-string-literals.url 105 bytes
- 19. Sets/external-links/07. Official-Python-library-reference-for-the-union-method-on-a-set.url 105 bytes
- 21. Reading from and Writing to Files/external-links/01. Official-Python-tutorial-on-reading-and-writing-files.url 105 bytes
- 22. Decorators/external-links/09. Official-Python-tutorial-on-scopes-and-namespaces.url 105 bytes
- 30. Testing Code The Basics/external-links/05. Official-Python-library-reference-for-the-TestCase-assertEqual-instance-method.url 105 bytes
- 30. Testing Code The Basics/external-links/08. Official-Python-library-reference-for-the-TestCase-assertEqual-instance-method.url 105 bytes
- 30. Testing Code The Basics/external-links/09. Official-Python-library-reference-for-the-TestCase-assertIsNot-instance-method.url 105 bytes
- 30. Testing Code The Basics/external-links/10. Official-Python-library-reference-for-the-TestCase-assertFalse-instance-method.url 105 bytes
- 30. Testing Code The Basics/external-links/12. Official-Python-library-reference-for-the-TestCase-assertNotIn-instance-method.url 105 bytes
- 01. Setup & Introduction/external-links/07. Official-Python-tutorial-for-invoking-the-interpreter.url 104 bytes
- 07. Strings Methods/external-links/01. Stack-Overflow-question-on-the-difference-between-the-find-and-index-methods.url 104 bytes
- 07. Strings Methods/external-links/10. Official-Python-tutorial-for-the-string-format-method.url 104 bytes
- 15. Tuples/external-links/07. Official-Python-tutorial-on-arbitrary-argument-lists.url 104 bytes
- 15. Tuples/external-links/08. Official-Python-tutorial-for-unpacking-argument-lists.url 104 bytes
- 20. Modules/external-links/01. Official-Python-tutorial-on-scopes-and-namespaces.url 104 bytes
- 20. Modules/external-links/03. Official-Python-tutorial-on-executing-modules-as-scripts.url 104 bytes
- 30. Testing Code The Basics/external-links/10. Official-Python-library-reference-for-the-TestCase-assertTrue-instance-method.url 104 bytes
- 30. Testing Code The Basics/external-links/16. Official-Python-library-reference-for-the-TestCase.setUp-class-method.url 104 bytes
- 31. Testing Code Mocking/external-links/05. Official-Python-library-reference-for-the-MagicMock-class.url 104 bytes
- 32. PROJECT Texas Hold'em Poker/external-links/06. Official-Python-documentation-for-the-assertRaises-test-method.url 104 bytes
- 05. Functions/external-links/06. Official-Python-tutorial-for-default-argument-values.url 103 bytes
- 08. Control Flow/external-links/14. Official-Python-reference-for-the-while-statement.url 103 bytes
- 10. Lists Iteration/external-links/11. Stack-Overflow-question-on-what-argv-does.url 103 bytes
- 15. Tuples/external-links/01. Official-Python-tutorial-on-tuples-and-sequences.url 103 bytes
- 15. Tuples/external-links/03. Official-Python-tutorial-for-tuples-and-sequences.url 103 bytes
- 17. Dictionaries The Basics/external-links/05. Stack-Overflow-question-how-to-add-new-key-value-pairs-to-a-dictionary.url 103 bytes
- 21. Reading from and Writing to Files/external-links/01. Official-Python-tutorial-on-methods-of-file-objects.url 103 bytes
- 13. Lists Methods/external-links/11. Official-Python-tutorial-on-list-comprehensions.url 102 bytes
- 13. Lists Methods/external-links/12. Official-Python-tutorial-on-list-comprehensions.url 102 bytes
- 30. Testing Code The Basics/external-links/09. Official-Python-library-reference-for-the-TestCase-assertIs-instance-method.url 102 bytes
- 30. Testing Code The Basics/external-links/12. Official-Python-library-reference-for-the-TestCase-assertIn-instance-method.url 102 bytes
- 30. Testing Code The Basics/external-links/15. Official-Python-library-reference-for-the-TestCase-tearDown-instance-method.url 102 bytes
- 03. Numbers, Booleans and Equality/external-links/01. Stack-Overflow-question-on-what-an-expression-is.url 101 bytes
- 08. Control Flow/external-links/09. Official-Python-tutorial-on-advanced-conditions.url 101 bytes
- 09. Lists The Basics/external-links/04. Official-Python-tutorial-for-lists-including-a-section-on-indexing.url 101 bytes
- 10. Lists Iteration/external-links/05. Official-Python-tutorial-on-looping-techniques.url 101 bytes
- 10. Lists Iteration/external-links/06. Official-Python-tutorial-on-looping-techniques.url 101 bytes
- 16. Objects and References/external-links/03. Python-tutorial-on-conditional-checks-that-includes-content-on-the-is-and-is-not-keywords.url 101 bytes
- 25. Classes Magic Methods/external-links/06. Official-Python-tutorial-on-documentation-strings.url 101 bytes
- 25. Classes Magic Methods/external-links/09. Official-Python-library-reference-for-the-namedtuple-class-in-the-collections-module.url 101 bytes
- 25. Classes Magic Methods/external-links/09. Stack-Overflow-responses-to-the-question-What-are-named-tuples-in-Python.url 101 bytes
- 27. Exception Handling/external-links/04. Official-Python-library-reference-for-the-raise-statement.url 101 bytes
- 28. Dates and Time/external-links/04. Official-Python-library-reference-for-the-replace-method-on-a-datetime-object.url 101 bytes
- 03. Numbers, Booleans and Equality/external-links/03. PythonCentral-article-on-Python-s-comparison-operators.url 100 bytes
- 04. Variables/external-links/05. Stack-Overflow-question-on-what-the-augmentation-assignment-operator-means.url 100 bytes
- 04. Variables/external-links/06. RealPython-tutorial-on-inner-functions.url 100 bytes
- 05. Functions/external-links/09. Official-Python-tutorial-for-function-annotations.url 100 bytes
- 08. Control Flow/external-links/02. Official-Python-reference-for-the-if-statement.url 100 bytes
- 12. Lists Mutation/external-links/12. Official-Python-tutorial-on-the-del-statement.url 100 bytes
- 20. Modules/external-links/06. Official-Python-tutorial-for-importing-from-a-package.url 100 bytes
- 20. Modules/external-links/07. Official-Python-tutorial-for-importing-from-a-package.url 100 bytes
- 20. Modules/external-links/08. Official-Python-tutorial-for-importing-from-a-package.url 100 bytes
- 19. Sets/external-links/06. Official-Python-library-reference-for-the-intersection-method-on-a-set.url 99 bytes
- 19. Sets/external-links/11. Official-Python-library-article-on-the-set-and-frozenset-objects.url 99 bytes
- 23. Classes The Basics/external-links/02. Official-Python-tutorial-on-class-definition-syntax.url 99 bytes
- 25. Classes Magic Methods/external-links/12. Stack-Overflow-answer-to-the-question-Understanding-getitem-method.url 99 bytes
- 30. Testing Code The Basics/external-links/15. Official-Python-library-reference-for-the-TestCase-setUp-instance-method.url 99 bytes
- 05. Functions/external-links/01. Official-Python-tutorial-on-defining-functions.url 98 bytes
- 05. Functions/external-links/08. Official-Python-tutorial-for-defining-functions.url 98 bytes
- 08. Control Flow/external-links/01. Official-Python-library-reference-for-value-comparisons.url 98 bytes
- 10. Lists Iteration/external-links/08. Official-Python-tutorial-for-the-range-function.url 98 bytes
- 14. Built-in Functions/external-links/04. Official-Python-tutorial-for-lambda-expressions.url 98 bytes
- 05. Functions/external-links/02. Official-Python-tutorial-for-keyword-arguments.url 97 bytes
- 05. Functions/external-links/03. Official-Python-tutorial-for-keyword-arguments.url 97 bytes
- 08. Control Flow/external-links/08. Python-mail-from-Guido-van-Rossum-describing-the-conditional-expression.url 97 bytes
- 30. Testing Code The Basics/external-links/07. Implementation-of-the-skip-decorator-in-the-Python-source-code.url 97 bytes
- 02. Welcome to Python/external-links/01. Official-Python-documentation-for-the-string-type.url 96 bytes
- 10. Lists Iteration/external-links/11. Official-Python-tutorial-on-argument-passing.url 96 bytes
- 12. Lists Mutation/external-links/04. Official-Python-tutorial-on-list-methods-including-append.url 96 bytes
- 12. Lists Mutation/external-links/08. Official-Python-tutorial-on-list-methods-including-extend.url 96 bytes
- 12. Lists Mutation/external-links/09. Official-Python-tutorial-on-list-methods-including-insert.url 96 bytes
- 12. Lists Mutation/external-links/11. Official-Python-tutorial-on-list-methods-including-pop.url 96 bytes
- 12. Lists Mutation/external-links/13. Official-Python-tutorial-on-list-methods-including-remove.url 96 bytes
- 12. Lists Mutation/external-links/14. Official-Python-tutorial-on-list-methods-including-clear.url 96 bytes
- 12. Lists Mutation/external-links/16. Official-Python-tutorial-on-list-methods-including-reverse.url 96 bytes
- 12. Lists Mutation/external-links/17. Official-Python-tutorial-on-list-methods-including-sort.url 96 bytes
- 13. Lists Methods/external-links/01. Official-Python-tutorial-on-list-methods-including-count.url 96 bytes
- 13. Lists Methods/external-links/02. Official-Python-tutorial-on-list-methods-including-index.url 96 bytes
- 13. Lists Methods/external-links/04. Official-Python-tutorial-on-list-methods-including-copy.url 96 bytes
- 31. Testing Code Mocking/external-links/08. Stack-Overflow-question-on-the-differences-between-the-spec-and-spec-set-parameters-for-the-Mock-and-MagicMock-consturctors.url 96 bytes
- 05. Functions/external-links/01. Official-Python-tutorial-on-the-pass-statement.url 95 bytes
- 10. Lists Iteration/external-links/06. StackOverflow-question-on-the-enumerate-function.url 95 bytes
- 17. Dictionaries The Basics/external-links/01. Official-Python-tutorial-for-dictionaries.url 95 bytes
- 17. Dictionaries The Basics/external-links/03. Official-Python-tutorial-for-dictionaries.url 95 bytes
- 18. Dictionaries Iteration/external-links/02. Official-Python-tutorial-on-looping-techniques-with-a-dictionary.url 95 bytes
- 21. Reading from and Writing to Files/external-links/01. Official-Python-documentation-for-the-FileNotFoundError.url 95 bytes
- 23. Classes The Basics/external-links/02. Official-Python-tutorial-on-pass-statements.url 95 bytes
- 27. Exception Handling/external-links/02. Official-Python-library-reference-for-the-ZeroDivisionError-exception.url 95 bytes
- 31. Testing Code Mocking/external-links/01. Official-Python-library-article-for-The-Mock-Class.url 95 bytes
- 31. Testing Code Mocking/external-links/09. Official-Python-library-article-on-Where-to-patch.url 95 bytes
- 10. Lists Iteration/external-links/01. Official-Python-tutorial-on-the-for-statement-for-iteration.url 94 bytes
- 17. Dictionaries The Basics/external-links/01. Official-Python-documentation-for-mapping-types.This-offers-a-broader-overview-of-the-category-of-objects-a-dictionary-falls-under..url 94 bytes
- 19. Sets/external-links/05. Official-Python-library-reference-for-the-discard-method-on-a-set.url 94 bytes
- 22. Decorators/external-links/06. Example-of-constants-being-used-in-the-Requests-library-for-HTTP-requests.url 94 bytes
- 25. Classes Magic Methods/external-links/02. Official-Python-reference-for-the-repl-method.url 94 bytes
- 25. Classes Magic Methods/external-links/08. Official-Python-reference-for-the-bool-method.url 94 bytes
- 27. Exception Handling/external-links/02. Official-Python-tutorial-for-handling-exceptions.url 94 bytes
- 27. Exception Handling/external-links/07. Official-Python-tutorial-on-handling-exceptions.url 94 bytes
- 32. PROJECT Texas Hold'em Poker/external-links/05. Official-Python-reference-for-the-repr-method.url 94 bytes
- 08. Control Flow/external-links/05. Official-Python-tutorial-on-if-statements.url 93 bytes
- 08. Control Flow/external-links/06. Official-Python-tutorial-on-if-statements.url 93 bytes
- 19. Sets/external-links/01. Official-Python-documentation-for-the-set-class-in-the-standard-library.url 93 bytes
- 19. Sets/external-links/04. Official-Python-library-reference-for-the-update-method-on-a-set.url 93 bytes
- 19. Sets/external-links/05. Official-Python-library-reference-for-the-remove-method-on-a-set.url 93 bytes
- 24. Classes Attributes and Methods/external-links/08. Stack-Overflow-question-on-using-setattr-in-Python.url 93 bytes
- 25. Classes Magic Methods/external-links/02. Official-Python-reference-for-the-str-method.url 93 bytes
- 25. Classes Magic Methods/external-links/04. Official-Python-reference-for-the-add-method.url 93 bytes
- 25. Classes Magic Methods/external-links/04. Official-Python-reference-for-the-sub-method.url 93 bytes
- 25. Classes Magic Methods/external-links/11. Official-Python-reference-for-the-len-method.url 93 bytes
- 25. Classes Magic Methods/external-links/14. Official-Python-reference-for-the-del-method.url 93 bytes
- 26. Classes Inheritance/external-links/12. Official-Python-tutorial-for-private-variables.url 93 bytes
- 27. Exception Handling/external-links/04. Official-Python-tutorial-on-raising-exceptions.url 93 bytes
- 28. Dates and Time/external-links/07. Official-Python-library-documentation-for-timedelta-objects.url 93 bytes
- 30. Testing Code The Basics/external-links/04. Official-Python-library-reference-for-the-unitest.TestCase-class.url 93 bytes
- 31. Testing Code Mocking/external-links/09. Official-Python-library-article-on-the-patchers.url 93 bytes
- 32. PROJECT Texas Hold'em Poker/external-links/05. Official-Python-reference-for-the-str-method.url 93 bytes
- 05. Functions/external-links/09. Official-Python-glossary-definition-for-function-annotation.url 92 bytes
- 14. Built-in Functions/external-links/10. Official-Python-tutorial-for-the-dir-function.url 92 bytes
- 20. Modules/external-links/02. Official-Python-tutorial-on-standard-modules.url 92 bytes
- 22. Decorators/external-links/15. GitHub-source-code-for-the-functools-module-and-the-wrap-decorator-function.url 92 bytes
- 25. Classes Magic Methods/external-links/01. Official-Python-reference-for-the-eq-dunder-method.url 92 bytes
- 25. Classes Magic Methods/external-links/03. Official-Python-reference-for-the-eq-method.url 92 bytes
- 25. Classes Magic Methods/external-links/04. Official-Python-reference-for-the-ge-method.url 92 bytes
- 25. Classes Magic Methods/external-links/04. Official-Python-reference-for-the-gt-method.url 92 bytes
- 25. Classes Magic Methods/external-links/04. Official-Python-reference-for-the-le-method.url 92 bytes
- 25. Classes Magic Methods/external-links/04. Official-Python-reference-for-the-lt-method.url 92 bytes
- 13. Lists Methods/external-links/11. Official-Python-glossary-definition-for-list-comprehension.url 91 bytes
- 16. Objects and References/external-links/01. Official-Python-glossary-reference-for-garbage-collection.url 91 bytes
- 17. Dictionaries The Basics/external-links/06. Official-Python-library-reference-for-the-setdefault-method-on-a-dictionary.url 91 bytes
- 20. Modules/external-links/02. WikiBooks-entry-on-the-standard-library-in-python.url 91 bytes
- 20. Modules/external-links/05. Official-Python-tutorial-on-importing-from-modules.url 91 bytes
- 28. Dates and Time/external-links/01. Official-Python-standard-library-reference-for-the-datetime-module.url 91 bytes
- 30. Testing Code The Basics/external-links/04. Official-Python-library-reference-for-the-unittest-module.url 91 bytes
- 32. PROJECT Texas Hold'em Poker/external-links/02. Article-on-the-20-Benefits-of-Test-Driven-Development.url 91 bytes
- 03. Numbers, Booleans and Equality/external-links/01. TutorialsPoint-article-on-the-mathematical-operators-in-Python.url 90 bytes
- 03. Numbers, Booleans and Equality/external-links/02. TutorialsPoint-article-on-the-basic-operators-in-Python.url 90 bytes
- 07. Strings Methods/external-links/02. Official-Python-library-reference-for-the-startswith-method-on-a-string.url 90 bytes
- 07. Strings Methods/external-links/05. Official-Python-library-reference-for-the-capitalize-method-on-a-string.url 90 bytes
- 08. Control Flow/external-links/01. Official-Python-library-reference-for-Boolean-values.url 90 bytes
- 08. Control Flow/external-links/01. TutorialsPoint-tutorial-on-basic-operators-in-Python.url 90 bytes
- 19. Sets/external-links/04. Official-Python-library-reference-for-the-add-method-on-a-set.url 90 bytes
- 29. The random Module/external-links/01. Official-Python-library-reference-for-the-randrange-function-from-the-random-module.url 90 bytes
- 30. Testing Code The Basics/external-links/01. Official-Python-tutorial-on-quality-control.url 90 bytes
- 31. Testing Code Mocking/external-links/05. Official-Python-library-article-on-Using-Mock.url 90 bytes
- 04. Variables/external-links/07. Official-Python-library-reference-for-the-SyntaxError-exception.url 89 bytes
- 07. Strings Methods/external-links/06. Official-Python-library-reference-for-the-isnumeric-method-on-a-string.url 89 bytes
- 17. Dictionaries The Basics/external-links/06. TutorialsPoint-article-on-the-setdefault-method-on-a-dictionary.url 89 bytes
- 24. Classes Attributes and Methods/external-links/14. Official-Python-library-reference-for-the-staticmethod-decorator.url 89 bytes
- 02. Welcome to Python/external-links/01. Official-Python-tutorial-for-strings.url 88 bytes
- 03. Numbers, Booleans and Equality/external-links/01. Official-Python-tutorial-on-numbers.url 88 bytes
- 04. Variables/external-links/01. Official-Python-tutorial-for-numbers.url 88 bytes
- 04. Variables/external-links/07. Official-Python-library-reference-for-the-ValueError-exception.url 88 bytes
- 06. Strings The Basics/external-links/01. Official-Python-tutorial-on-strings.url 88 bytes
- 06. Strings The Basics/external-links/03. Official-Python-tutorial-on-strings.url 88 bytes
- 06. Strings The Basics/external-links/04. Official-Python-tutorial-on-strings.url 88 bytes
- 06. Strings The Basics/external-links/06. Official-Python-tutorial-on-strings.url 88 bytes
- 06. Strings The Basics/external-links/07. Official-Python-tutorial-on-strings.url 88 bytes
- 07. Strings Methods/external-links/02. Official-Python-library-reference-for-the-endswith-method-on-a-string.url 88 bytes
- 07. Strings Methods/external-links/05. Official-Python-library-reference-for-the-swapcase-method-on-a-string.url 88 bytes
- 27. Exception Handling/external-links/01. Official-Python-tutorial-for-syntax-errors.url 88 bytes
- 28. Dates and Time/external-links/01. Official-Python-library-documentation-for-date-objects.url 88 bytes
- 28. Dates and Time/external-links/02. Official-Python-library-reference-for-the-time-class.url 88 bytes
- 29. The random Module/external-links/01. Official-Python-library-reference-for-the-randint-function-from-the-random-module.url 88 bytes
- 29. The random Module/external-links/03. Official-Python-library-reference-for-the-shuffle-function-from-the-random-module.url 88 bytes
- 31. Testing Code Mocking/external-links/02. Official-Python-library-tutorial-for-calling-Mock-objects.url 88 bytes
- 31. Testing Code Mocking/external-links/03. Official-Python-library-tutorial-for-calling-Mock-objects.url 88 bytes
- 31. Testing Code Mocking/external-links/05. Stack-Overflow-question-on-the-differences-between-the-Mock-and-MagicMock-classes.url 88 bytes
- 03. Numbers, Booleans and Equality/external-links/02. Official-Python-glossary-definition-for-floor-division.url 87 bytes
- 04. Variables/external-links/07. Official-Python-library-reference-for-the-NameError-exception.url 87 bytes
- 04. Variables/external-links/07. Official-Python-library-reference-for-the-TypeError-exception.url 87 bytes
- 07. Strings Methods/external-links/06. Official-Python-library-reference-for-the-isalnum-method-on-a-string.url 87 bytes
- 07. Strings Methods/external-links/06. Official-Python-library-reference-for-the-isalpha-method-on-a-string.url 87 bytes
- 07. Strings Methods/external-links/06. Official-Python-library-reference-for-the-islower-method-on-a-string.url 87 bytes
- 07. Strings Methods/external-links/06. Official-Python-library-reference-for-the-isspace-method-on-a-string.url 87 bytes
- 07. Strings Methods/external-links/06. Official-Python-library-reference-for-the-istitle-method-on-a-string.url 87 bytes
- 07. Strings Methods/external-links/06. Official-Python-library-reference-for-the-isupper-method-on-a-string.url 87 bytes
- 07. Strings Methods/external-links/08. Official-Python-library-reference-for-the-replace-method-on-a-string.url 87 bytes
- 17. Dictionaries The Basics/external-links/11. Official-Python-documentation-for-the-update-method-on-a-dictionary.url 87 bytes
- 18. Dictionaries Iteration/external-links/04. Official-Python-library-reference-for-the-values-method.url 87 bytes
- 19. Sets/external-links/01. Official-Python-tutorial-for-sets.url 87 bytes
- 29. The random Module/external-links/01. Official-Python-library-reference-for-the-random-function-from-the-random-module.url 87 bytes
- 29. The random Module/external-links/02. Official-Python-library-reference-for-the-choice-function-from-the-random-module.url 87 bytes
- 29. The random Module/external-links/02. Official-Python-library-reference-for-the-sample-function-from-the-random-module.url 87 bytes
- 30. Testing Code The Basics/external-links/04. Official-Python-library-reference-for-the-main-function-on-the-unittest-module.url 87 bytes
- 07. Strings Methods/external-links/07. Official-Python-library-reference-for-the-lstrip-method-on-a-string.url 86 bytes
- 07. Strings Methods/external-links/07. Official-Python-library-reference-for-the-rstrip-method-on-a-string.url 86 bytes
- 07. Strings Methods/external-links/10. Official-Python-library-reference-for-the-format-method.url 86 bytes
- 09. Lists The Basics/external-links/01. Official-Python-tutorial-for-lists.url 86 bytes
- 09. Lists The Basics/external-links/06. Official-Python-tutorial-on-slicing-lists-using-bracket-notation.url 86 bytes
- 10. Lists Iteration/external-links/06. Official-Python-library-reference-for-the-enumerate-function.url 86 bytes
- 17. Dictionaries The Basics/external-links/10. Official-Python-documentation-for-the-clear-method-on-a-dictionary.url 86 bytes
- 18. Dictionaries Iteration/external-links/02. Official-Python-library-reference-for-the-items-method.url 86 bytes
- 01. Setup & Introduction/external-links/01. Wikipedia-entry-for-the-Python-programming-language.url 85 bytes
- 03. Numbers, Booleans and Equality/external-links/06. Official-Python-library-reference-for-the-str-function.url 85 bytes
- 04. Variables/external-links/07. Official-Python-tutorial-on-exceptions.url 85 bytes
- 07. Strings Methods/external-links/01. Official-Python-library-reference-for-the-index-method-on-a-string.url 85 bytes
- 07. Strings Methods/external-links/03. Official-Python-library-reference-for-the-count-method-on-a-string.url 85 bytes
- 07. Strings Methods/external-links/05. Official-Python-library-reference-for-the-lower-method-on-a-string.url 85 bytes
- 07. Strings Methods/external-links/05. Official-Python-library-reference-for-the-title-method-on-a-string.url 85 bytes
- 07. Strings Methods/external-links/05. Official-Python-library-reference-for-the-upper-method-on-a-string.url 85 bytes
- 07. Strings Methods/external-links/07. Official-Python-library-reference-for-the-strip-method-on-a-string.url 85 bytes
- 12. Lists Mutation/external-links/01. Wikipedia-entry-with-a-list-of-all-Crayola-crayon-colors.url 85 bytes
- 13. Lists Methods/external-links/05. Official-Python-library-definition-for-the-split-method-on-a-string.url 85 bytes
- 14. Built-in Functions/external-links/11. Official-Python-library-reference-for-the-format-method.url 85 bytes
- 18. Dictionaries Iteration/external-links/04. Official-Python-library-reference-for-the-keys-method.url 85 bytes
- 24. Classes Attributes and Methods/external-links/05. Official-Python-library-reference-for-the-property-class.url 85 bytes
- 07. Strings Methods/external-links/01. Official-Python-library-reference-for-the-find-method-on-a-string.url 84 bytes
- 13. Lists Methods/external-links/06. Official-Python-library-definition-for-the-join-method-on-a-string.url 84 bytes
- 14. Built-in Functions/external-links/11. Official-Python-library-reference-for-the-format-specification-mini-language.url 84 bytes
- 17. Dictionaries The Basics/external-links/03. Official-Python-library-reference-for-the-get-method-on-a-dictionary.url 84 bytes
- 17. Dictionaries The Basics/external-links/08. Official-Python-documentation-for-the-pop-method-on-a-dictionary.url 84 bytes
- 20. Modules/external-links/02. Source-code-for-the-this-module-from-the-official-Python-repo-on-GitHub.url 84 bytes
- 20. Modules/external-links/08. Official-Python-tutorial-for-packages.url 84 bytes
- 24. Classes Attributes and Methods/external-links/08. Official-Python-library-reference-for-the-getattr-function.url 84 bytes
- 24. Classes Attributes and Methods/external-links/08. Official-Python-library-reference-for-the-setattr-function.url 84 bytes
- 24. Classes Attributes and Methods/external-links/09. Official-Python-library-reference-for-the-delattr-function.url 84 bytes
- 24. Classes Attributes and Methods/external-links/09. Official-Python-library-reference-for-the-hasattr-function.url 84 bytes
- 26. Classes Inheritance/external-links/09. Official-Python-glossary-definition-for-duck-typing.url 84 bytes
- 02. Welcome to Python/external-links/03. Official-Python-glossary-definition-for-expression.url 83 bytes
- 14. Built-in Functions/external-links/03. Official-Python-documentation-for-the-filter-function.url 83 bytes
- 17. Dictionaries The Basics/external-links/01. Official-Python-glossary-definition-for-dictionary.url 83 bytes
- 18. Dictionaries Iteration/external-links/06. Official-Python-library-reference-for-the-sorted-function.url 83 bytes
- 20. Modules/external-links/01. Official-Python-tutorial-on-the-basics-of-modules.url 83 bytes
- 02. Welcome to Python/external-links/01. Official-Python-glossary-definition-for-immutable.url 82 bytes
- 02. Welcome to Python/external-links/03. Official-Python-library-reference-for-the-print-function.url 82 bytes
- 02. Welcome to Python/external-links/04. Official-Python-library-reference-for-the-print-function.url 82 bytes
- 02. Welcome to Python/external-links/05. Official-Python-library-reference-for-the-print-function.url 82 bytes
- 03. Numbers, Booleans and Equality/external-links/06. Official-Python-library-reference-for-the-float-function.url 82 bytes
- 04. Variables/external-links/06. Official-Python-library-reference-for-the-input-function.url 82 bytes
- 06. Strings The Basics/external-links/01. Official-Python-glossary-definition-for-immutable.url 82 bytes
- 22. Decorators/external-links/12. Official-Python-glossary-definition-for-decorator.url 82 bytes
- 24. Classes Attributes and Methods/external-links/06. Official-Python-glossary-definition-for-decorator.url 82 bytes
- 02. Welcome to Python/external-links/02. Official-Python-glossary-definition-for-argument.url 81 bytes
- 02. Welcome to Python/external-links/02. Official-Python-glossary-definition-for-function.url 81 bytes
- 03. Numbers, Booleans and Equality/external-links/05. Official-Python-library-reference-for-the-type-function-class.url 81 bytes
- 05. Functions/external-links/02. Official-Python-glossary-definition-for-argument.url 81 bytes
- 05. Functions/external-links/03. Official-Python-glossary-definition-for-argument.url 81 bytes
- 05. Functions/external-links/08. Official-Python-library-reference-for-the-None-type.url 81 bytes
- 08. Control Flow/external-links/03. Official-Python-library-reference-for-the-bool-class-function.url 81 bytes
- 10. Lists Iteration/external-links/01. Official-Python-glossary-definition-for-iterable.url 81 bytes
- 10. Lists Iteration/external-links/08. Official-Python-library-reference-for-the-range-function.url 81 bytes
- 14. Built-in Functions/external-links/01. Official-Python-tutorial-for-the-help-function.url 81 bytes
- 15. Tuples/external-links/04. Chris-Albons-tutorial-on-unpacking-a-tuple.url 81 bytes
- 30. Testing Code The Basics/external-links/02. Python-wiki-article-on-using-assertions-effectively.url 81 bytes
- 03. Numbers, Booleans and Equality/external-links/06. Official-Python-library-reference-for-the-int-function.url 80 bytes
- 06. Strings The Basics/external-links/01. Official-Python-library-reference-for-the-len-function.url 80 bytes
- 09. Lists The Basics/external-links/01. Official-Python-documentation-for-the-len-function.url 80 bytes
- 13. Lists Methods/external-links/08. Official-Python-library-reference-for-the-zip-function.url 80 bytes
- 14. Built-in Functions/external-links/02. Official-Python-documentation-for-the-map-function.url 80 bytes
- 14. Built-in Functions/external-links/06. Official-Python-documentation-for-the-all-function.url 80 bytes
- 14. Built-in Functions/external-links/06. Official-Python-documentation-for-the-any-function.url 80 bytes
- 14. Built-in Functions/external-links/07. Official-Python-documentation-for-the-max-function.url 80 bytes
- 14. Built-in Functions/external-links/07. Official-Python-documentation-for-the-min-function.url 80 bytes
- 14. Built-in Functions/external-links/08. Official-Python-documentation-for-the-sum-function.url 80 bytes
- 14. Built-in Functions/external-links/10. Official-Python-library-reference-for-the-dir-function.url 80 bytes
- 30. Testing Code The Basics/external-links/04. Visual-Studio-Code-documentation-on-unit-testing-Python-in-Visual-Studio-Code.url 80 bytes
- 31. Testing Code Mocking/external-links/01. Official-Python-library-reference-for-the-unittest.mock-library.url 80 bytes
- 01. Setup & Introduction/external-links/01. Release-page-for-Python-3.10-the-latest-language-version-as-of-2021.url 79 bytes
- 08. Control Flow/external-links/02. Official-Python-tutorial-on-if-statement.url 79 bytes
- 16. Objects and References/external-links/04. Official-Python-tutorial-for-the-id-function.url 79 bytes
- 20. Modules/external-links/01. Official-Python-glossary-definition-for-module.url 79 bytes
- 24. Classes Attributes and Methods/external-links/01. Official-Python-glossary-definition-for-method.url 79 bytes
- 32. PROJECT Texas Hold'em Poker/external-links/02. Wikipedia-article-on-Test-driven-development.url 79 bytes
- 23. Classes The Basics/external-links/01. Official-Python-glossary-definition-for-class.url 78 bytes
- 01. Setup & Introduction/external-links/07. Wikipedia-page-for-the-Pip-package-manager.url 77 bytes
- 09. Lists The Basics/external-links/01. Official-Python-glossary-definition-for-list.url 77 bytes
- 11. Debugging/external-links/01. Official-article-on-Debugging-in-Visual-Studio-Code.url 77 bytes
- 22. Decorators/external-links/12. Real-Python-resource-on-decorators.url 77 bytes
- 26. Classes Inheritance/external-links/14. Wikipedia-entry-for-breadth-first-search.url 76 bytes
- 32. PROJECT Texas Hold'em Poker/external-links/22. Wikipedia-article-on-dependency-injection.url 76 bytes
- 20. Modules/external-links/02. Official-Python-documentation-for-the-builtins-module.url 75 bytes
- 23. Classes The Basics/external-links/01. Official-Python-tutorial-for-classes.url 75 bytes
- 26. Classes Inheritance/external-links/14. Wikipedia-entry-for-depth-first-search.url 74 bytes
- 30. Testing Code The Basics/external-links/03. Official-Python-library-entry-for-the-doctest-module.url 74 bytes
- 01. Setup & Introduction/external-links/06. RapidTables-documentation-for-the-pwd-command.url 73 bytes
- 20. Modules/external-links/02. Official-Python-documentation-for-the-string-module.url 73 bytes
- 29. The random Module/external-links/01. Official-Python-library-reference-for-the-random-module.url 73 bytes
- 34. Virtual Environments/external-links/02. Official-Python-tutorial-for-creating-virtual-environments-with-the-venv-module.url 73 bytes
- 01. Setup & Introduction/external-links/01. Wikipedia-entry-for-Guido-van-Rossum-creator-of-Python.url 72 bytes
- 01. Setup & Introduction/external-links/06. RapidTables-documentation-for-the-cd-command.url 72 bytes
- 01. Setup & Introduction/external-links/06. RapidTables-documentation-for-the-ls-command.url 72 bytes
- 16. Objects and References/external-links/04. Official-Python-documentation-for-the-copy-module.url 71 bytes
- 20. Modules/external-links/02. Official-Python-documentation-for-the-math-module.url 71 bytes
- 01. Setup & Introduction/external-links/01. Wikipedia-entry-for-sketch-comedy-group-Monty-Python-after-whom-the-language-was-named.url 68 bytes
- 03. Numbers, Booleans and Equality/external-links/03. Wikipedia-page-for-mathematician-George-Boole.url 68 bytes
- 18. Dictionaries Iteration/external-links/01. Wikipedia-entry-for-an-anti-pattern.url 68 bytes
- 05. Functions/external-links/09. PEP-proposal-484-for-function-annotations.url 67 bytes
- 10. Lists Iteration/external-links/05. Official-Python-proposal-from-2003-that-added-the-reversed-function-to-the-language.url 67 bytes
- 25. Classes Magic Methods/external-links/09. RealPython-article-on-using-the-namedtuple-Object.url 67 bytes
- 32. PROJECT Texas Hold'em Poker/external-links/01. List-of-all-Poker-hands-with-descriptions.url 64 bytes
- 20. Modules/external-links/02. Official-Python-documentation-for-the-Python-Standard-Library.url 62 bytes
- 34. Virtual Environments/external-links/01. GitHub-page-for-the-Python-arrow-package.url 61 bytes
- 01. Setup & Introduction/external-links/01. GitHub-repository-i.e.codebase-for-CPython-the-Python-programming-language.url 59 bytes
- 01. Setup & Introduction/external-links/07. The-download-page-for-Python.Choose-the-highest-available-version-for-MacOS..url 59 bytes
- 01. Setup & Introduction/external-links/10. The-download-page-for-Python-3.Choose-the-highest-available-version-for-Windows..url 59 bytes
- 36. Conclusion/external-links/01. Project-Eulers-list-of-coding-math-algorithmic-problems.Another-common-way-to-prep-for-interviews..url 59 bytes
- 35. Web Scraping with Scrapy/external-links/01. GitHub-repository-for-Scrapy.url 58 bytes
- 36. Conclusion/external-links/01. Coderbytes-challenges-page.This-is-a-great-way-to-practice-for-in-person-whiteboarding-interviews..url 58 bytes
- 36. Conclusion/external-links/01. Official-library-for-the-scikit-learn-machine-learning-library.url 58 bytes
- 01. Setup & Introduction/external-links/08. Official-website-for-Visual-Studio-Code.url 56 bytes
- 36. Conclusion/external-links/01. Official-website-for-the-Django-web-development-framework.url 56 bytes
- 21. Reading from and Writing to Files/external-links/01. The-Cupcake-Lorem-Ipsum-generator.url 54 bytes
- 36. Conclusion/external-links/01. Official-website-for-the-pandas-data-analysis-library.url 52 bytes
- 01. Setup & Introduction/external-links/01. Official-website-for-the-Python-programming-language.url 49 bytes
- 33. Regular Expressions (RegEx)/external-links/06. The-RegEx-101-website.url 47 bytes
- 28. Dates and Time/external-links/05. Website-with-a-list-of-available-formatting-codes-for-strftime-method.url 46 bytes
- 35. Web Scraping with Scrapy/external-links/01. Official-website-for-the-Scrapy-Framework.url 45 bytes
- 36. Conclusion/external-links/01. Official-website-for-the-Scrapy-web-scraping-framework.url 45 bytes
- 34. Virtual Environments/external-links/01. Official-webpage-for-the-Python-Package-Index.url 43 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via activebusinesscommunication[AT]gmail.com. Remember to include the full url in your complaint.