Доступно

(Udemy) Автоматизация рутинных задач с Python

Тема в разделе "Курсы по программированию", создана пользователем Василий Сергеевич, 29 ноя 2016.

Цена: 1150р.-90%
Взнос: 104р.
100%

Основной список: 41 участников

Резервный список: 6 участников

Статус обсуждения:
Комментирование ограничено.
  1. 29 ноя 2016
    #1
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор

    (Udemy) Автоматизация рутинных задач с Python

    Практический курс по программированию для офисных работников, научных работников и администраторов, которые хотят увеличить свою продуктивность

    [​IMG]

    Course 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. This course follows the popular (and free!) book, Automate the Boring Stuff with Python.

    Automate the Boring Stuff with Python 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.

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

    • Web scraping
    • Parsing PDFs and Excel spreadsheets
    • Automating the keyboard and mouse
    • Sending emails and texts
    • And several other practical topics
    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 list this fun and creative skill on your resume.

    What are the 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.
    What am I going to get from this course?
    • Automate tasks on their computer by writing simple Python programs.
    • Write programs that can do text pattern recognition with "regular expressions".
    • Programmatically generate and update Excel spreadsheets.
    • Parse PDFs and Word documents.
    • Crawl web sites and pull information from online sources.
    • Write programs that send out email notifications.
    • Use Python's debugging tools to quickly figure out bugs in your code.
    • Programmatically control the mouse and keyboard to click and type for you.
    What is the target audience?
    • Office workers, students, 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 software engineers who are already familiar with Python and the modules the course covers can skip this course.
    • While this course is good for QA and IT admins, this is not a course for DevOps looking for specific automation tools.

    Блок 1: Python Basics
    Занятие 1 -- Get Python Installed [05:39]
    Занятие 2 -- Basic Terminology and Using IDLE [10:51]
    Занятие 3 -- Writing Our First Program [10:02]
    Блок 2: Flow Control
    Занятие 4 -- Flow Charts and Basic Flow Control Concepts [07:36]
    Занятие 5 -- If, Else, and Elif Statements [10:48]
    Занятие 6 -- While Loops [09:37]
    Занятие 7 -- For Loops [07:08]
    Блок 3: Functions
    Занятие 8 -- Python's Built-In Functions [06:19]
    Занятие 9 -- Writing Your Own Functions [12:20]
    Занятие 10 -- Global and Local Scopes [11:54]
    Блок 4: Handling Errors with try/except
    Занятие 11 -- Try and Except Statements [07:27]
    Блок 5: Writing a Complete Program: Guess the Number
    Занятие 12 -- Writing a "Guess the Number" Program [12:09]
    Блок 6: Lists
    Занятие 13 -- The List Data Type [13:07]
    Занятие 14 -- For Loops with Lists, Multiple Assignment, and Augmented Operators [09:12]
    Занятие 15 -- List Methods [11:06]
    Занятие 16 -- Similarities Between Lists and Strings [16:04]
    Блок 7: Dictionaries
    Занятие 17 -- The Dictionary Data Type [19:22]
    Занятие 18 -- Data Structures [10:41]
    Блок 8: More About Strings
    Занятие 19 -- Advanced String Syntax [08:38]
    Занятие 20 -- String Methods [18:39]
    Занятие 21 -- String Formatting [03:13]
    Блок 9: Running Programs from the Command Line
    Занятие 22 -- Launching Python Programs from Outside IDLE [14:03]
    Блок 10: Regular Expressions
    Занятие 23 -- Regular Expression Basics [13:10]
    Занятие 24 -- Regex Groups and the Pipe Character [06:54]
    Занятие 25 -- Repetition in Regex Patterns and Greedy/Nongreedy Matching [16:24]
    Занятие 26 -- Regex Character Classes and the findall() Method [14:42]
    Занятие 27 -- Regex Dot-Star and the Caret/Dollar Characters [17:03]
    Занятие 28 -- Regex sub() Method and Verbose Mode [13:18]
    Занятие 29 -- Regex Example Program: A Phone and Email Scraper [19:31]
    Блок 11: Files
    Занятие 30 -- Filenames and Absolute/Relative File Paths [19:33]
    Занятие 31 -- Reading and Writing Plaintext Files [13:27]
    Занятие 32 -- Copying and Moving Files and Folders [04:40]
    Занятие 33 -- Deleting Files [07:15]
    Занятие 34 -- Walking a Directory Tree [08:45]
    Блок 12: Debugging
    Занятие 35 -- The raise and assert Statements [17:12]
    Занятие 36 -- Logging [09:52]
    Занятие 37 -- Using the Debugger [14:22]
    Блок 13: Web Scraping
    Занятие 38 -- The webbrowser Module [11:00]
    Занятие 39 -- Downloading from the Web with the Requests Module [06:46]
    Занятие 40 -- Parsing HTML with the Beautiful Soup Module [13:24]
    Занятие 41 -- Controlling the Browser with the Selenium Module [10:26]
    Блок 14: Excel, Word, and PDF Documents
    Занятие 42 -- Reading Excel Spreadsheets [08:36]
    Занятие 43 -- Editing Excel Spreadsheets [06:27]
    Занятие 44 -- Reading and Editing PDFs [13:35]
    Занятие 45 -- Reading and Editing Word Documents [14:01]
    Блок 15: Email
    Занятие 46 -- Sending Emails [09:27]
    Занятие 47 -- Checking Your Email Inbox [15:29]
    Блок 16: GUI Automation
    Занятие 48 -- Controlling the Mouse from Python [14:22]
    Занятие 49 -- Controlling the Keyboard from Python [05:51]
    Занятие 50 -- Screenshots and Image Recognition [08:18]
    Занятие 51 -- Congratulations! (And next steps...) [01:14]



    Складчины на книгу автора ( с тем же названием, на русском языке ):
    https://v14.skladchik.org/threads/Автоматизация-рутинных-задач-с-помощью-python-2016.109254/
    https://v14.skladchik.org/threads/А...мощью-python-2016-Повтор.137932/#post-5593803

     
    2 пользователям это понравилось.
  2. Последние события

    1. skladchik.com
      Складчина доступна.
      26 май 2019
    2. skladchik.com
      Складчина закрыта.
      11 дек 2016
    3. spy107
      spy107 участвует.
      5 дек 2016
    4. boysia
      boysia участвует.
      4 дек 2016

    Последние важные события

    1. skladchik.com
      Складчина доступна.
      26 май 2019
    2. skladchik.com
      Складчина закрыта.
      11 дек 2016
    3. skladchik.com
      Взнос составляет 52р.
      2 дек 2016
    4. skladchik.com
      Складчина активна.
      2 дек 2016
  3. Обсуждение
  4. 30 ноя 2016
    #2
    Зимбабве
    Зимбабве ШтрафникШтрафник
    Кому подходит курс? Какие знания должны быть на старте?
     
    2 пользователям это понравилось.
  5. 7 дек 2016
    #3
    Василий Сергеевич
    Василий Сергеевич ОргОрганизатор
    он подходит тем, кто может прочитать описание
    в этом же описании есть и требования на входе и сферы применения

    уровень - начальный
     
Статус обсуждения:
Комментирование ограничено.

Поделиться этой страницей