跳至内容
Practical Python for Automation

Practical Python for Automation

Learn how to automate everyday tasks with Python including file management, web scraping, data processing, and scheduling scripts for maximum productivity Teaching guidelines: Include Python code examples with syntax highlighting. Cover common libraries. Additional instructions: Focus on real-world office automation examples. Include copy-paste ready code snippets.
负责人 Administrator
最后更新 2026/03/11
成员 1
  • Capstone Project: Complete Automation Solution
    7课程
    • Presenting Your Automation Project
    • Presenting Your Automation Project - Quiz
      10 经验值
    • Testing and Debugging Your Solution
    • Building Your Automation Solution
    • Building Your Automation Solution - Quiz
      10 经验值
    • Project Design and Planning
    • Project Design and Planning - Quiz
      10 经验值
  • Automating Tasks with Scheduling
    6课程
    • Final Project: Automation Workflow
    • Combining Automation Techniques
    • Combining Automation Techniques - Quiz
      10 经验值
    • Using the Schedule Library
    • Using the Schedule Library - Quiz
      10 经验值
    • Introduction to Scheduling in Python
  • Web Scraping with Python
    8课程
    • Storing and Analyzing Scraped Data
    • Storing and Analyzing Scraped Data - Quiz
      10 经验值
    • Scraping Data from Multiple Pages
    • Scraping Data from Multiple Pages - Quiz
      10 经验值
    • Using BeautifulSoup for HTML Parsing
    • Using BeautifulSoup for HTML Parsing - Quiz
      10 经验值
    • Introduction to Web Scraping
    • Introduction to Web Scraping - Quiz
      10 经验值
  • File Management Automation
    6课程
    • Practical Project: File Management
    • Practical Project: File Management - Quiz
      10 经验值
    • Batch Processing Files
    • Automating File Organization
    • Automating File Organization - Quiz
      10 经验值
    • File Operations in Python
  • Getting Started with Python
    5课程
    • Functions and Libraries
    • Control Structures: Conditionals and Loops
    • Python Basics: Variables and Data Types
    • Python Basics: Variables and Data Types - Quiz
      10 经验值
    • Setting Up Python