Below is an overview of content that matches the tag "automation".

Note that this list is not exhaustive, as it is automatically aggregated based on manually assigned categorizations.
If you notice a missing element, or think some of the items are wrongfully categorized, please create a bug/improvement ticket on our github issue tracker.

An overview of all tags used in this publication can be found in our tag list: go to overview

Patterns: automation

No entries yet. Check back later!

Resources: automation

Automate the Boring Stuff with Python

( permalink )
bibliographical reference:
Sweigart, A. (2019) Automate the Boring Stuff with Python. No Starch Press. isbn: 1593279922.
description:

Aimed at novice programmers, and those without a formal computer science background, this book teaches you how to automate parts of your working life. Using python, the reader is first guided through some programming basics, before diving in to practical examples of automation in real-world contexts. Examples include: Automated emails, cleaning files on your machine, converting documents from one format to another, and creating excel sheets.

content categories: programming automation
complexity categories: novice