Whether you're relatively new to programming, or have experience in other programming languages, this course will provide you with a comprehensive first exposure to the Python programming language that can provide you with a quick start in Python, or as the foundation for further learning.
Though Python® has been in use for nearly thirty years, it has become one of the most popular languages for software development, particularly within the fields of data science, machine learning, artificial intelligence, and web development—all areas in which Python is widely used.
You will learn elements of the Python 3 language and development strategies by creating a complete program that performs a wide range of operations on a variety of data types, structures, and objects, implements program logic through conditional statements and loops, structures code for reusability through functions, classes, and modules, reads and writes files, and handles error conditions.
In this course, you will develop simple command-line programs in Python. You will:
To ensure your success in the course, Some experience programming in an object-oriented language is helpful, but even if you don’t have such experience, this course can be useful to those that are new to programming and you should have at least a foundational knowledge of personal computer use
Lesson 1: Setting Up Python and Developing a Simple Application
Lesson 2: Processing Simple Data Types
Lesson 3: Processing Data Structures
Lesson 4: Writing Conditional Statements and Loops in Python
Lesson 5: Structuring Code for Reuse
Lesson 6: Writing Code to Process Files and Directories
Lesson 7: Dealing with Exceptions