Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай How to Automate Stuff with Python, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:01
    Welcome to the Course!
  • Урок 2. 00:01:22
    About Your Instructor
  • Урок 3. 00:01:34
    The Game Plan
  • Урок 4. 00:01:34
    Important Note!
  • Урок 5. 00:01:06
    Python 101
  • Урок 6. 00:02:19
    What is Web Scraping?
  • Урок 7. 00:01:05
    Project Debrief
  • Урок 8. 00:02:10
    Our Development Environment
  • Урок 9. 00:01:57
    How we attack the Project and Gather Data
  • Урок 10. 00:10:29
    Understanding our Webpage Data
  • Урок 11. 00:10:35
    Downloading an entire Website into our Code
  • Урок 12. 00:06:26
    How to dive into Webpage using Hand Selector Tool
  • Урок 13. 00:23:17
    Dig into HTML to get the Data that We Want
  • Урок 14. 00:42:11
    Dig into each List Item
  • Урок 15. 00:03:30
    Challenge Problem
  • Урок 16. 00:20:55
    Challenge Problem Solution
  • Урок 17. 00:43:49
    Django Web Scraping App
  • Урок 18. 00:13:07
    PDF Web Scraper (Upwork Freelance Job) - The Job Posting
  • Урок 19. 00:02:04
    PDF Web Scraper (Upwork Freelance Job) - OOP Pre-requisite
  • Урок 20. 00:05:04
    PDF Web Scraper (Upwork Freelance Job) - Overall Project Approach
  • Урок 21. 00:11:09
    PDF Web Scraper (Upwork Freelance Job) - Install Libs, Set Up Environment
  • Урок 22. 00:02:47
    PDF Web Scraper (Upwork Freelance Job) - Model For Our Scraped Data
  • Урок 23. 00:15:17
    PDF Web Scraper (Upwork Freelance Job) - CrawlSpider Class Variables
  • Урок 24. 00:35:03
    PDF Web Scraper (Upwork Freelance Job) - The Scraping Method
  • Урок 25. 00:33:13
    PDF Web Scraper (Upwork Freelance Job) - The Scraping Method Part 2
  • Урок 26. 00:06:10
    PDF Web Scraper (Upwork Freelance Job) - Round Up
  • Урок 27. 00:02:01
    What Are Regular Expressions?
  • Урок 28. 00:08:09
    Static Strings
  • Урок 29. 00:03:37
    Exercise Explanation and Solution
  • Урок 30. 00:05:37
    Digits
  • Урок 31. 00:04:41
    Alphanumerics
  • Урок 32. 00:04:13
    Whitespace
  • Урок 33. 00:06:53
    Wildcards
  • Урок 34. 00:11:35
    Brackets
  • Урок 35. 00:07:42
    Braces
  • Урок 36. 00:07:30
    Zero or more / One or more
  • Урок 37. 00:02:32
    Optional Clauses
  • Урок 38. 00:06:05
    Start Line / End Line
  • Урок 39. 00:07:19
    Start Word / End Word
  • Урок 40. 00:14:03
    Groups (Extracting Data)
  • Урок 41. 00:11:11
    Or-Operator
  • Урок 42. 00:19:33
    Challenge Problem (Email Addresses)
  • Урок 43. 00:23:43
    Comments
  • Урок 44. 00:06:18
    Split
  • Урок 45. 00:04:08
    Sub
  • Урок 46. 00:10:46
    Conditional Matching
  • Урок 47. 00:09:13
    Advanced Grouping (Backreferencing)
  • Урок 48. 00:02:43
    What is Email Automation? (+ Job Posting)
  • Урок 49. 00:22:02
    Sending Your First Automated Email
  • Урок 50. 00:19:40
    Making Our App Presentable To The Public
  • Урок 51. 00:08:32
    Broadcasting An Email To An Entire List
  • Урок 52. 00:15:59
    Making Our Email Contents Fully Customizable
  • Урок 53. 00:02:59
    Challenge For You (Client Exercise)
  • Урок 54. 00:07:10
    Challenge Solution
  • Урок 55. 00:09:08
    Sending An Upwork Proposal
  • Урок 56. 00:17:59
    Text Automation with Twilio (+ Job Postings)
  • Урок 57. 00:05:17
    Making a Twilio Account
  • Урок 58. 00:14:37
    Sending an SMS Text
  • Урок 59. 00:24:19
    Broadcasting Texts and Blacklist Feature
  • Урок 60. 00:11:06
    Receiving and Responding to Texts (Flask Crash Course)
  • Урок 61. 00:30:15
    Receiving and Responding to Texts (Auto-replying)
  • Урок 62. 00:08:33
    Putting the Pieces Together
  • Урок 63. 00:26:32
    Our Full Interactive Twilio Text Automation App
  • Урок 64. 00:03:35
    What is File Manipulation?
  • Урок 65. 00:05:04
    Project Debrie
  • Урок 66. 00:02:00
    Our Development Environment
  • Урок 67. 00:12:36
    Creating Our First File Generator 1
  • Урок 68. 00:31:11
    Creating Our First File Generator 2
  • Урок 69. 00:10:53
    Creating Our First File Generator 3
  • Урок 70. 00:04:23
    Creating Our First File Generator 4
  • Урок 71. 00:11:48
    Manipulating Files 1
  • Урок 72. 00:04:08
    Manipulating Files 2
  • Урок 73. 00:23:35
    Manipulating Files 3
  • Урок 74. 00:05:45
    Manipulating Files 4
  • Урок 75. 00:20:07
    Manipulating Files 5
  • Урок 76. 00:14:19
    Django Freelance Opportunity
  • Урок 77. 00:05:14
    Demystifying HTTP Request Methods
  • Урок 78. 00:08:55
    Demystifying APIs
  • Урок 79. 00:04:32
    Demystifying REST and RESTful APIs
  • Урок 80. 00:12:43
    Crash Course For The Django Crash Course
  • Урок 81. 00:27:51
    Django Crash Course - How To Create A Project
  • Урок 82. 00:43:10
    Django Crash Course - How to Create Models and Use Django Admin
  • Урок 83. 00:39:49
    Django Crash Course - How to Create Views in Django and Templates
  • Урок 84. 00:42:36
    Django Crash Course - Generic Forms and Views
  • Урок 85. 00:53:47
    Django Crash Course - Automated Testing
  • Урок 86. 00:16:55
    Django Crash Course - Static Files
  • Урок 87. 00:50:25
    The Power Of API's (Track a Space Station)
  • Урок 88. 00:02:02
    Upwork Freelance Project (Custom Django Upload Image API) - Intro and Debrief
  • Урок 89. 00:01:58
    Upwork Freelance Project (Custom Django Upload Image API) -
  • Урок 90. 00:06:54
    Upwork Freelance Project (Custom Django Upload Image API) - Installing everything and
  • Урок 91. 00:07:30
    Upwork Freelance Project
  • Урок 92. 00:07:14
    Upwork Freelance Project (Custom Django Upload Image API)
  • Урок 93. 00:03:39
    Upwork Freelance Project (Custom Django )
  • Урок 94. 00:05:47
    Upwork Freelance Project (Custom Django Upload Image API) - How To Send Our Image Over The Web
  • Урок 95. 00:17:18
    Upwork Freelance Project (Custom Django
  • Урок 96. 00:04:40
    Upwork Freelance Project (Custom Django
  • Урок 97. 00:28:06
    Upwork Freelance Project (Custom Django
  • Урок 98. 00:40:58
    How to Find a Job on Upwork That Matches
  • Урок 99. 00:03:29
    Thank You And The Future