Introduction to Programming with Python (v1.01)


Description
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. 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. 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
| Lesson Id | Title | Description |
|---|---|---|
| 1 | Lesson 1: Setting Up Python and Developing a Simple Application |
Topic A: Set Up the Development Environment Topic B: Write Python Statements Topic C: Create a Python Application Topic D: Prevent Errors |
| 2 | Lesson 2: Processing Simple Data Types |
Topic A: Process Strings and Integers Topic B: Process Decimals, Floats, and Mixed Number Types |
| 3 | Lesson 3: Processing Data Structures |
Topic A: Process Ordered Data Structures Topic B: Process Unordered Data Structures |
| 4 | Lesson 4: Writing Conditional Statements and Loops in Python |
Topic A: Write a Conditional Statement Topic B: Write a Loop |
| 5 | Lesson 5: Structuring Code for Reuse |
Topic A: Define and Call a Function Topic B: Define and Instantiate a Class Topic C: Import and Use a Module |
| 6 | Lesson 6: Writing Code to Process Files and Directories |
Topic A: Write to a Text File Topic B: Read from a Text File Topic C: Get the Contents of a Directory Topic D: Manage Files and Directories |
| 7 | Lesson 7: Dealing with Exceptions |
Topic A: Handle Exceptions Topic B: Raise Exceptions |