Ir al contenido
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.
Responsable Administrator
Última actualización 11/03/2026
Miembros 1
  • Capstone Project: Complete Automation Solution
    7Lecciones ·
    • Presenting Your Automation Project
    • Presenting Your Automation Project - Quiz
      10 xp
    • Testing and Debugging Your Solution
    • Building Your Automation Solution
    • Building Your Automation Solution - Quiz
      10 xp
    • Project Design and Planning
    • Project Design and Planning - Quiz
      10 xp
  • Automating Tasks with Scheduling
    6Lecciones ·
    • Final Project: Automation Workflow
    • Combining Automation Techniques
    • Combining Automation Techniques - Quiz
      10 xp
    • Using the Schedule Library
    • Using the Schedule Library - Quiz
      10 xp
    • Introduction to Scheduling in Python
  • Web Scraping with Python
    8Lecciones ·
    • Storing and Analyzing Scraped Data
    • Storing and Analyzing Scraped Data - Quiz
      10 xp
    • Scraping Data from Multiple Pages
    • Scraping Data from Multiple Pages - Quiz
      10 xp
    • Using BeautifulSoup for HTML Parsing
    • Using BeautifulSoup for HTML Parsing - Quiz
      10 xp
    • Introduction to Web Scraping
    • Introduction to Web Scraping - Quiz
      10 xp
  • File Management Automation
    6Lecciones ·
    • Practical Project: File Management
    • Practical Project: File Management - Quiz
      10 xp
    • Batch Processing Files
    • Automating File Organization
    • Automating File Organization - Quiz
      10 xp
    • File Operations in Python
  • Getting Started with Python
    5Lecciones ·
    • Functions and Libraries
    • Control Structures: Conditionals and Loops
    • Python Basics: Variables and Data Types
    • Python Basics: Variables and Data Types - Quiz
      10 xp
    • Setting Up Python