Welcome to this course. I'm Ronald Guymon. Hi, I'm Linden Lu. We look forward to guiding you on your journey of learning how to perform data analytics in accounting and financial domains. Over the last 10-15 years, it has become apparent that there's a human gap when it comes to creating data-driven organizations. There have been some wonderful advances in technology that enable companies to use data in very powerful ways. For instance, advances in computational power in Cloud storage have made it possible now to use algorithms that were developed decades ago. So the technology is available but the human expertise to use the technology is not keeping up. Absolutely. Even if you work for a large organization that employs very skilled data scientists, those data scientists do not have time to analyze data in all areas of the organization. Moreover, it appears that all organizational departments are being flooded with data. So your ability to help analyze that data will go a long way. Given that you're an accounting student, it's also expected that you have the ability to deal with numeric computations and the accounting skills that you're learning are closely related to many general-purpose data analytic skills. Many of you are already familiar with Microsoft Excel, which is a powerful tool for analyzing data in a point-and-click manner. However, the need for advanced analytics, visualizations, and communications, have led to a need for learning how to use other data analytic software. In this course, you will be introduced to Python, which is a general purpose programming language, that is also widely used for data analytics. One of the reasons why is widely used, it's because it's free. It's also widely used by computer scientists and application developers. So it's easier for them to integrate processes that are developed in Python into the larger workflow. There are other reasons why Python is used instead of Excel. We'll talk more about Python in the rest of the course. In this introduction, we'd really want to introduce ourselves and this course. I primarily have a background in accounting, but I've also worked in data scientists roles for a couple of companies. Throughout this course, my role will be to emphasize why the topics we teach are important for accountants. I primarily have a background in analytics, but I've also had several years of experience teaching analytics to accounting students. Throughout this course, my emphasis will be on explaining the technical details of performing analytics with Python. This course is not intended to teach you everything there is to know about Python. Instead, upon completion of this course, you should know how to create and run Python code for performing data preparation and analysis tasks that are often done in Excel. Specifically, you will know how to operate software that will help you create and run Python code. Execute Python code for wrangling data from different structures into a Pandas dataframe structure. Run and interpret fundamental data analytic tasks in Python including descriptive statistics, data visualizations, and regression. Defend the use of relational databases and know how to manipulate such databases directly through the command line and indirectly through a Python script. Before we conclude, we'll like to give you an idea, of how to use the content in this course. There are three medium through each we communicate the material. First, there are videos for each module and each lesson. These videos are meant to provide context to help you understand why the material is important to learn. Second, there are a few links to external readings. Most of these are recommended but not required. We just want to point you in the right direction if you want to learn more about a certain topic. Third and most importantly, there are Jupyter Notebooks for each lesson. This is where you will learn the technical details of this course and have the opportunity to practice. You should be spending most of your time in these notebooks. Right, and we look forward to guiding you on your journey.