Book Image

Learn Python in 3 Hours [Video]

By : James Cross
Book Image

Learn Python in 3 Hours [Video]

By: James Cross

Overview of this book

You are a programmer. You already know many languages, but Python isn't one of them. Today, you need to get up-to-speed with Python in a short period of time, but your search has so far come up with disconnected, unrelated tutorials or guides. Learn Python in 3 hours is a fast-paced, action-packed course that maximizes your time; it's designed from the ground up to bring you from zero to hero in the shortest time. The course is based on many years of Python development experience in both large enterprises and nimble startups. In particular, the course's hands-on and practical approach comes from the author's experience in rapidly iterating and shipping products in a startup setting, where responsiveness and speed are key. With Learn Python in 3 hours, you will be up-and-running with Python like you are with your other languages, proving your value and expertise to your team today, and building your CV and skillset for tomorrow. All the resource files are added to the GitHub repository at https://github.com/packtpublishing/learn-python-in-3-hours
Table of Contents (6 chapters)
Chapter 4
Web Scraping and Data Mining with Python
Content Locked
Section 3
Digest RSS Feeds Using Feedparser
In this video, we will scrape blogs and medium posts with feedparser. - Explore and understand what is feedparser and how we can install it - Access common channel and article elements of a newsfeed - Learn how to deal with missing elements in a newsfeed with the get function