Python Basics: Automation and Bots

Description

Manipulating the flow of how your code runs is the major part of coding and learning to think in code. We’ll experience turning logic into useful work by automatically reading all of Shakespeare, and by setting Python up to give you a call on the phone. In technical terms, the parts of Python you will learn are for loops, list comprehensions, and conditional statements, while at a higher level we’ll get a lot on code style and other common ideas and practices that surround the specifics of how to code.

What’s included