Python for Accountants II | Free Python course
Free UDEMY Python COURSE
Python for Accountants II | Free Python course |
Description
This is part two of the series, Python for Accountants, a beginner-level course designed specifically for accounting and business professionals who have no prior knowledge of computer programming.
Python is gaining popularity in the accounting and finance field. Despite a professional willingness to learn it, most courses available online are more centric to IT background professionals.
It is an hour-short course for accountants, auditors, and other finance professionals to learn Python taking small steps at a time. The aim is to avoid technical jargon and setup complexities so the accountants can get straight to learning rather than frustrated installing software and setting up environments.
Practice exercises use Google Colab Notebook, so you don’t need to install anything on your computer. Google Colab is a cloud-based software that allows you to write your code online. All you need is just a Google account.
Class notebooks are attached to either download or link to open in Google Colab directly.
What we cover in this course:
· Introduction to Data Frame (Excel of Python)
· How to Create a Data Frame and a few methods
·Introduction to the DRY concept and Control Flow
.Functions
.Conditional Statements
.Loops