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