In this course, you will develop the skills you need to write effective and powerful scripts and tools using Python 3. We will go through the necessary features of the Python language to be able to leverage its additional benefits in writing scripts and creating command line tools (data types, loops, conditionals, functions, error handling, and more). Beyond the language itself, you will go through the full development process including project setup, planning, and automated testing to build two different command line tools.
Overview
Syllabus
- Getting Started
- Environment Setup
- Introducing Python
- Running Python
- Common Data Types
- Control Flow
- Basic Scripting
- Intermediate Scripting
- Useful Standard Library Packages
- Using Pip and Virtualenv
- Planning & Project Structure
- Implementing Features with Test Driven Development
- Integrating Features and Distributing the Project
- Final Steps
Taught by
Keith Thompson