Learn Python Scripting - Scripting Masterclass 2021
- Description
- Curriculum
- FAQ
- Reviews
This course will not only teach you the fundamentals of Python programming but also how it can be used for Python scripting in different contexts. You will learn how to write simple input applications, Read content from files but also how to crawl a website and how to build a whole recommender capable of recommending friends based on movie preference. You will get a hands on experience with how Python scripting works by watching lectures but also completing assignments on your own.
-
25Setup projectVideo lesson
Dataset used in the video:
movies = ['Star wars', 'Star wars', 'GOT', 'GOT', 'South Park', 'South Park', "Harry potter", "Harry potter"]
rating = [1, 5, 1, 1, 5, 3, 2, 5]
users = ['Kim', 'Tim', 'John', 'Jimmy', 'Julia', 'Kim', 'Jimmy', 'Kim']
-
26Recommender part 1Video lesson
-
27Recommender part 2Video lesson
External Links May Contain Affiliate Links read more