Torrent Info
Title [FreeCourseSite.com] Udemy - Web scraping doing 20 real web scraping projects
Category
Size 732.78MB

Files List
Please note that this page does not hosts or makes available any of the listed filenames. You cannot download any of those files from here.
[CourseClub.NET].url 123B
[FreeCourseSite.com].url 127B
001 What is web scraping _.mp4 8.54MB
002 Big picture about web scraping (or steps to do web scraping).mp4 3.04MB
003 Install python and other packages with anaconda.mp4 7.85MB
004 Install sublime text - IDE for python development.mp4 5.21MB
005 Install support packages for sublime text.mp4 12.68MB
006 Working with Sublime Text.mp4 5.99MB
007 Inspecting tool introduction.mp4 12.80MB
008 Example with inspecting NBA player page.mp4 12.60MB
009 Example with inspecting IMDB poster page.mp4 18.04MB
010 Download HTML use selenium with chrome driver.mp4 15.82MB
010 download-html-with-selenium-chromedriver.py 206B
011 Download HTML use selenium in headless mode with phantomjs driver.mp4 12.35MB
012 create-soup.py 313B
012 Introduction about Beautiful Soup and create soup object.mp4 12.18MB
013 Search for first tag by name.mp4 5.85MB
014 search-all-tag.py 704B
014 Search for all tags by name.mp4 6.88MB
015 Search with tag name and class attribute.mp4 8.86MB
016 search-with-tag-name-and-other-attribute.py 689B
016 Search with tag name and other attributes.mp4 3.20MB
017 search-with-tag-name-and-string.py 707B
017 Search with tag name and string inside tag.mp4 4.08MB
018 Search parent_ child_ sibling tag.mp4 16.56MB
018 search-parent-child-sibling.py 1005B
019 Search scope in Beautiful Soup object.mp4 6.23MB
019 search-scope-in-beautifulsoup-object.py 758B
020 Scrape for text data.mp4 5.18MB
020 scrape-text-data.py 752B
021 Scrape for link (href attribute).mp4 4.69MB
021 scrape-link.py 741B
022 Scrape data inside table.mp4 6.86MB
022 scrape-data-inside-table.py 191B
023 nba-project-1-scrape-name-of-all-basketball-player-from-nba.py 498B
023 Project scrape name of all basketball player.mp4 25.06MB
024 nba-project-2-get-name-and-detail-link-and-put-result-in-a-player-list.py 941B
024 Project get players name and detail link of each and put result to a list.mp4 22.66MB
025 nba-project3-part1-get-detail-information-for-each-player.py 815B
025 Project Part get detail information for one player.mp4 30.54MB
026 nba-project3-part2-get-detail-information-for-all-player.py 2.10KB
026 Project Part get detail information for all player.mp4 29.28MB
027 nba-project4-part1-get-image-for-one-player.py 2.37KB
027 Project part get image for one player.mp4 28.25MB
028 nba-project4-part2-get-image-for-every-player.py 2.65KB
028 Project part get image for all players.mp4 25.17MB
029 nba-project-5-get-list-of-all-couch.py 716B
029 Project Get list of all couch (exercise).mp4 6.37MB
030 imdb-project1-part1-get-list-of-best-film-ever-as-text.py 487B
030 Project part scrape list of best films ever as text.mp4 23.31MB
031 imdb-project1-part2-get-list-of-best-film-ever-and-link.py 1.24KB
031 Project part scrape list of best film ever with link to detail.mp4 34.33MB
032 imdb-project2-part1-scrape-poster-get-link-contain-full-size-poster.py 584B
032 Project part scrape poster get link contain full size poster.mp4 22.72MB
033 imdb-project2-part2-get-poster-for-one-film.py 991B
033 Project part scrape poster image for one film.mp4 21.24MB
034 imdb-project2-part3-get-poster-for-all-films.py 2.25KB
034 Project part scrape poster image for each film in list film from project .mp4 19.14MB
035 imdb-project3-scrape-all-poster.py 1.79KB
035 Project scrape all poster (exercise).mp4 9.54MB
036 imdb-project4-5-scrape-popular-film-list-and-poster.py 2.77KB
036 Project and scrape list of current popular film and all poster (exercise).mp4 7.57MB
037 Project part get list of room available in one page_ inspect strategy.mp4 35.91MB
038 airbnb-project1-part2-get-list-of-room-available-in-one-page.py 1.43KB
038 Project part get list of room available on onepage.mp4 25.49MB
039 airbnb-project-2-get-list-of-room-available-on-NY-allpage.py 2.18KB
039 Project get list of room available on NY - allpage (exercise).mp4 3.55MB
040 amazon-project1-part2-get-book-list.py 357B
040 Project part scrape python books list on one page search_ inspect strategy.mp4 16.37MB
041 amazon-project1-part2-get-book-list.py 1.12KB
041 Project part scrape python books list on one page search_ do coding.mp4 33.71MB
042 Project part scrape detail information for one book_ inspect strategy.mp4 10.43MB
043 amazon-project2-part2-get-book-detail-information-for-one-book.py 899B
043 Project part scrape detail information for one book_ coding.mp4 13.32MB
044 Project part scrape detail information for a book list_ coding.mp4 13.60MB
045 amazon-project-3-scrapt-most-value-comment.py 1.65KB
045 Project scrape most value comment (exercise ).mp4 8.83MB
046 amazon-project-4-scrapt-most-recently-comment.py 1.76KB
046 Project scrape recently review for specific product (exercise).mp4 5.49MB
047 amazon-project-5-get-best-seller-book-list.py 795B
047 Project get list name of best seller book (exercise ).mp4 6.41MB
048 Project part get list of people with specific skill_ intro.mp4 8.38MB
049 linkedin-project1-part2-login.py 657B
049 Project part get list of people with specific skill_ login script.mp4 15.49MB
050 linkedin-project1-part3-search-for-people.py 1.05KB
050 Project part get list of people with specific skill_ search script.mp4 13.90MB
051 linkedin-project1-part4-scrape-detail-link.py 1.32KB
051 Project part get list of people with specific skill_ scrape link.mp4 16.31MB
052 linkedin-project2-scrape-detail-link-on-10-pages.py 2.13KB
052 Project expand project in to page search (exercise).mp4 2.21MB
053 linkedin-project3-scrape-detail-information-for-one-people.py 1.17KB
053 Project get name and skill on one publish profile (exercise).mp4 2.66MB
Distribution statistics by country
Russia (RU) 2
Total 2
IP List List of IP addresses which were distributed this torrent