Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Automation Bootcamp: Zero to Mastery, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:21
    The Automation Bootcamp: Zero to Mastery
  2. Урок 2. 00:04:44
    Course Introduction
  3. Урок 3. 00:06:50
    What is Programming?
  4. Урок 4. 00:09:36
    Introducing the Replit Editor
  5. Урок 5. 00:09:35
    Values and Types
  6. Урок 6. 00:12:45
    Functions
  7. Урок 7. 00:11:07
    Expressions
  8. Урок 8. 00:04:13
    Expressions in Python
  9. Урок 9. 00:11:39
    Variables
  10. Урок 10. 00:06:44
    Naming Variables
  11. Урок 11. 00:05:53
    Errors
  12. Урок 12. 00:06:48
    F Strings
  13. Урок 13. 00:10:32
    Objects, Attributes, and Methods
  14. Урок 14. 00:10:59
    Scripts
  15. Урок 15. 00:04:33
    Comments
  16. Урок 16. 00:11:38
    Lists
  17. Урок 17. 00:08:56
    Tuples
  18. Урок 18. 00:12:34
    Dictionaries I
  19. Урок 19. 00:07:45
    Dictionaries II
  20. Урок 20. 00:09:27
    If Statements I
  21. Урок 21. 00:07:45
    If Statements II
  22. Урок 22. 00:11:47
    Else and Elif
  23. Урок 23. 00:09:39
    And and Or
  24. Урок 24. 00:09:51
    While Loops
  25. Урок 25. 00:08:48
    Validating Input with While Loops
  26. Урок 26. 00:09:50
    For Loops
  27. Урок 27. 00:08:55
    Looping Through Lists and Tuples
  28. Урок 28. 00:11:17
    Looping Through Dictionaries
  29. Урок 29. 00:16:25
    Modules, Libraries, and Classes
  30. Урок 30. 00:03:03
    Introduction
  31. Урок 31. 00:19:56
    Introduction to PyCharm
  32. Урок 32. 00:02:56
    Plaintext Files
  33. Урок 33. 00:08:16
    Opening, Reading, and Closing Files
  34. Урок 34. 00:07:28
    Readlines and the With Statement
  35. Урок 35. 00:11:01
    Writing to Plaintext Files
  36. Урок 36. 00:03:54
    CSV Files
  37. Урок 37. 00:11:26
    Reading from CSV Files
  38. Урок 38. 00:10:18
    Writing to CSV Files
  39. Урок 39. 00:12:39
    Transferring in Text Files
  40. Урок 40. 00:05:47
    Product Sales Tracker Project - Introduction
  41. Урок 41. 00:13:21
    Project - Walkthrough
  42. Урок 42. 00:12:30
    Understanding Paths
  43. Урок 43. 00:11:49
    Handling Paths with Pathlib
  44. Урок 44. 00:06:34
    Pathlib Methods
  45. Урок 45. 00:05:50
    Iterating Over File Paths
  46. Урок 46. 00:13:17
    Accessing File and Folder Properties
  47. Урок 47. 00:08:47
    Creating Folders
  48. Урок 48. 00:09:54
    Copying Files
  49. Урок 49. 00:05:54
    Copying Folders
  50. Урок 50. 00:07:40
    Moving Files and Folders
  51. Урок 51. 00:08:47
    Renaming Files and Folders
  52. Урок 52. 00:12:55
    Deleting Files and Folders
  53. Урок 53. 00:06:03
    Clean Sweeper Project - Introduction
  54. Урок 54. 00:10:14
    Another Way to Create Paths
  55. Урок 55. 00:16:46
    Project - Solution
  56. Урок 56. 00:09:33
    Introducing Regular Expressions
  57. Урок 57. 00:08:41
    Regex Syntax Basics
  58. Урок 58. 00:07:05
    Special Characters
  59. Урок 59. 00:14:21
    Matching Multiple Characters
  60. Урок 60. 00:10:09
    Quantifiers
  61. Урок 61. 00:09:35
    Custom Quantifiers
  62. Урок 62. 00:07:41
    Anchors
  63. Урок 63. 00:07:16
    Regular Expressions in Python I
  64. Урок 64. 00:10:22
    Regular Expressions in Python II
  65. Урок 65. 00:08:33
    Findall
  66. Урок 66. 00:13:37
    The Sub Method
  67. Урок 67. 00:02:54
    SSN Masker Mini-Project - Introduction
  68. Урок 68. 00:05:26
    Mini-Project - Solution
  69. Урок 69. 00:14:58
    Alternation
  70. Урок 70. 00:14:57
    Compilation Flags
  71. Урок 71. 00:09:09
    Contact Info Extractor Project - Introduction
  72. Урок 72. 00:13:18
    Project - Solution Part 1
  73. Урок 73. 00:10:48
    Project - Solution Part 2
  74. Урок 74. 00:06:28
    The Compile Method
  75. Урок 75. 00:02:49
    Introduction
  76. Урок 76. 00:07:14
    Introducing openpyxl
  77. Урок 77. 00:17:25
    Introducing gspread
  78. Урок 78. 00:10:47
    Automating Excel 101
  79. Урок 79. 00:11:14
    Automating Google Sheets 101
  80. Урок 80. 00:09:18
    Automating Worksheet Operations Part 1 - Excel
  81. Урок 81. 00:10:10
    Automating Worksheet Operations Part 2 - Excel
  82. Урок 82. 00:08:36
    Automating Sheet Operations Part 1 - Google Sheets
  83. Урок 83. 00:10:57
    Automating Sheet Operations Part 2 - Google Sheets
  84. Урок 84. 00:11:44
    Working with Cells - Excel
  85. Урок 85. 00:10:46
    Working with Cells - Google Sheets
  86. Урок 86. 00:11:00
    Working with Ranges - Excel
  87. Урок 87. 00:14:13
    Writing Data to Excel Ranges
  88. Урок 88. 00:16:30
    Working with Ranges - Google Sheets
  89. Урок 89. 00:05:11
    Automating Formulas Part 1 - Excel
  90. Урок 90. 00:12:03
    Automating Formulas Part 2 - Excel
  91. Урок 91. 00:07:23
    Automating Formulas Part 1 - Google Sheets
  92. Урок 92. 00:16:49
    Automating Formulas Part 2 - Google Sheets
  93. Урок 93. 00:16:02
    Working with Cell Styles - Excel
  94. Урок 94. 00:16:38
    Working With Cell Styles - Google Sheets
  95. Урок 95. 00:09:50
    Diff Analyzer Project - Introduction
  96. Урок 96. 00:23:16
    Excel Project - Solution Part 1
  97. Урок 97. 00:05:32
    Excel Project - Solution Part 2
  98. Урок 98. 00:17:19
    Excel Project - Solution Part 3
  99. Урок 99. 00:18:28
    Google Sheets Project - Solution Part 1
  100. Урок 100. 00:05:23
    Google Sheets Project - Solution Part 2
  101. Урок 101. 00:18:31
    Google Sheets Project - Solution Part 3
  102. Урок 102. 00:02:57
    Exercise: Imposter Syndrome
  103. Урок 103. 00:03:27
    How Email Works
  104. Урок 104. 00:18:10
    Sending Your First Email with Python
  105. Урок 105. 00:09:53
    Enhanced Emails with the Email Module - Part 1
  106. Урок 106. 00:13:02
    Enhanced Emails with the Email Module - Part 2
  107. Урок 107. 00:13:10
    Sending Emails to Multiple Recipients
  108. Урок 108. 00:12:13
    Sending Emails with Attachments
  109. Урок 109. 00:05:46
    Customer Feedback Alert System Project - Introduction
  110. Урок 110. 00:22:30
    Project - Solution
  111. Урок 111. 00:08:39
    Introduction to APIs
  112. Урок 112. 00:10:08
    HTTP 101
  113. Урок 113. 00:12:52
    Making HTTP Requests with Python
  114. Урок 114. 00:10:34
    Requesting JSON with Python
  115. Урок 115. 00:08:07
    Adding Parameters to Requests
  116. Урок 116. 00:11:46
    Request Parameters in Python
  117. Урок 117. 00:08:08
    Tech Trivia Fetcher Project - Introduction
  118. Урок 118. 00:10:13
    Project Solution - Part 1
  119. Урок 119. 00:12:46
    Project Solution - Part 2
  120. Урок 120. 00:05:36
    Introducing ChatGPT
  121. Урок 121. 00:11:20
    Exploring ChatGPT's Capabilities
  122. Урок 122. 00:12:17
    API Authentication
  123. Урок 123. 00:14:04
    The OpenAI Playground
  124. Урок 124. 00:07:54
    Managing the API Key
  125. Урок 125. 00:10:41
    Our First API Call
  126. Урок 126. 00:07:33
    The max_tokens Parameter
  127. Урок 127. 00:11:18
    Understanding GPT Models
  128. Урок 128. 00:10:52
    The temperature Parameter
  129. Урок 129. 00:13:29
    Building a Celebrity ChatBot - Part 1
  130. Урок 130. 00:11:19
    Building a Celebrity ChatBot - Part 2
  131. Урок 131. 00:08:29
    BrunoBot Project - Introduction
  132. Урок 132. 00:19:44
    Project - Solution
  133. Урок 133. 00:01:18
    Thank You!