Python 101

OpenPyXL – Working with Microsoft Excel Using Python

The business world uses Microsoft Office. Their spreadsheet software solution, Microsoft Excel, is especially popular. Excel is used to store tabular data, create reports, graph trends, and much more. Before diving into working with Excel with Python, let’s clarify some special terminology: Spreadsheet or Workbook – The file itself (.xls or .xlsx). Worksheet or Sheet …

OpenPyXL – Working with Microsoft Excel Using Python Read More »

Python 101 – Conditional Statements (Video)

In this video, you will learn how to create conditional statements using the Python programming language. Specifically, you will learn about the following topics: Comparison operators Creating a simple conditional Branching conditional statements Nesting conditionals Logical operators Special operators