Skip to content

romanshupak/py-scrape-mate-courses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrape mate courses

Task

Get list of all courses on the landing page of mate.academy website. Each course should have name, short_description and duration. The structure of class is already implemented in app/parse.py. So your task is to implement get_all_courses function to parse all these courses.

Hints:

  • Make your code DRY, KISS and follow SRP principle (single-responsibility).
  • Implement the simplest solution you could find.

Optional task:

Also get info about count of modules and count of topics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%