Course Overview
Python® has been around for decades, but it’s still one of the most versatile and popular programming languages out there. Whether you’re relatively new to programming or have been developing software for years, Python is an excellent language to add to your skill set. In this course, you’ll learn the fundamentals of programming in Python, and you’ll develop applications to demonstrate your grasp of the language.
Course Objectives
After completing this course, students will be able to:
- Set up Python and develop a simple application.
- Declare and perform operations on simple data types, including strings, numbers, and dates.
- Declare and perform operations on data structures, including lists, ranges, tuples, dictionaries, and sets.
- Write conditional statements and loops.
- Define and use functions, classes, and modules.
- Manage files and directories through code.
- Deal with exceptions.
Who Should Attend?
This course is designed for people who want to learn the Python programming language in preparation for using Python to develop web and desktop applications.
Course Pre-requisites
It is recommended, but not required, that you have at least six months experience programming in an object-oriented language. Even if you don’t, this course can be useful to those that are new to programming.
To ensure your success in the course, you should have at least a foundational knowledge of personal computer use. You can obtain this level of skills and knowledge by taking either of the following Logical Operations courses, or have equivalent experience:
- Using Microsoft® Windows® 8.1
- Microsoft® Windows® 8.1: Transition from Windows® 7
Course Outline
- Set Up the Development Environment
- Write Python Statements
- Create a Python Application
- Prevent Errors
- Process Strings and Integers
- Process Decimals, Floats, and Mixed Number Types
- Process Ordered Data Structures
- Process Unordered Data Structures
- Write a Conditional Statement
- Write a Loop
- Define and Call a Function
- Define and Instantiate a Class
- Import and Use a Module
- Write to a Text File
- Read from a Text File
- Get the Contents of a Directory
- Manage Files and Directories
- Handle Exceptions
- Raise Exceptions
- Appendix A: Major Differences Between Python 2 and 3
- Appendix B: Python Style Guide