Learn Python Scripting – Scripting Masterclass 2019

Learn Python Scripting – Scripting Masterclass 2019

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 3 Hours | 979 MB

This Python Programming – Scripting Masterclass teaches you to use python for automating tasks on any operation system.

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.

What you’ll learn

  • Python Scripting and networking
  • Acquire the pre-requisite Python skills to move into Machine Learning
  • Python fundamentals
  • Become a expert in automating task on multiple Operating systems
  • Python Networking
  • Python Regular Expression
Table of Contents

Introduction
1 Introduction
2 Install Python 3.5+
3 install IDE

Python Basics
4 Variables
5 Lists
6 Dictionaries
7 Selection
8 Iteration
9 Functions

IO
10 Reading Keyboard Input
11 Input Function
12 Read values from a CSV file

Read website content in Python
13 Read single webpage
14 save url content to file
15 Read multiple webpages

Python Regular Expression
16 Find word in string
17 Split string using regex
18 Search using Regex

face recognition using Python
19 Part 1 File Path
20 Face Recognizer
21 Final result

Simple friend Recommender
22 Setup project
23 Recommender part 1
24 Recommender part 2

Python Data mining and MySql
25 Install Xampp
26 Install MySQL Workbench
27 Relational Database Theory
28 Setting up our Database
29 Making SQL Test
30 Making our Python Crawler
31 Crawl Users
32 Crawl Ratings