Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python From Zero to Automation
Rating: 4.8 out of 5(3 ratings)
37 students

Python From Zero to Automation

A practical programming course for office workers, academics, and administrators who want to improve their productivity
Last updated 5/2023
English

What you'll learn

  • Automate tasks on their computer by writing simple Python programs
  • Programmatically generate and update Excel spreadsheets
  • Scrape web sites and pull information from them
  • Write programs that can do text pattern recognition with "regular expressions"
  • Write programs that send out email notifications
  • Programmatically control the mouse and keyboard to click and type for you
  • Browser Automation using selenium framework

Course content

18 sections147 lectures11h 40m total length
  • IMPORTANT. Please read!1:07
  • Installing Python on Windows1:57

    Install Python on Windows by downloading from python.org, running the installer, adding Python to path, choosing custom installation, installing for all users, and verifying the version with python --version.

  • Installing Python on Linux and macOS1:38
  • Installing Visual Studio Code on Windows3:52

    Install Visual Studio Code on Windows for Python development, then create a scripts folder, write hello.py, run it in the terminal, and install Python IntelliSense to configure the interpreter.

Requirements

  • No programming experience is required
  • Downloading and installing Python is covered at the start of the course
  • Basic computer skills: surfing websites, running programs, saving and opening documents, etc

Description

If you're an office worker, student, administrator, or just want to become more productive with your computer, programming will allow you write code that can automate tedious tasks.

Python From Zero to Automation was written for people who want to get up to speed writing small programs that do practical tasks as soon as possible. You don't need to know sorting algorithms or object-oriented programming, so this course skips all the computer science and concentrates on writing code that gets stuff done.

The course is designed to take you from a complete beginner in Python to being able to automate tasks using this language. You will start with a short introduction to the basics of the Python programming language, including data types, control structures, functions, and file handling. From there, you will learn more advanced concepts such as regular expressions, web scraping, and desktop and browser automation.

This course is for complete beginners and covers the popular Python programming language. You'll learn basic concepts as well as:

  • Web scraping

  • Automating Excel spreadsheets

  • Automating the keyboard and mouse

  • Automating the browser

  • Sending emails and texts

  • And several other practical topics

We'll take you step-by-step through engaging video tutorials and teach you everything you need to know to succeed as a Python developer.

By the end of this course, you'll be able to write code that not only dramatically increases your productivity, but also be able to add this new skill on your resume.


Who this course is for:

  • Office workers, students, small/home business workers, and administrators would want to improve their productivity
  • Aspiring software engineers who want to add skills to their programming toolbelt
  • Computer users who have heard the "learn to code" message, but want practical reasons to learn programming
  • Experienced Python software engineers can skip the first half of the course, but may find the later parts that cover various third-party modules helpful
  • While this course doesn't cover specific devops tools, this course would be useful for QA, devops, and admins who want to learn scripting in Python