
Learn to use Pandas libraries to create data frames like Excel worksheets, install the library, and build frames from lists and dictionaries for data analysis.
Create data frames from dictionaries and csv files using pandas. Explore indexing with columns and custom indices, view data with head and tail, and filter with loc and iloc.
Explore data frame indexing with loc and iloc, learning label-based versus integer-based selection of rows and columns. Practice practical techniques for selecting, resetting the index, and renaming columns.
Apply the dry principle to write efficient, reproducible code that avoids repetition. Use lists, functions, conditionals, and loops to fetch stock data from Yahoo Finance and compare multiple symbols easily.
Learn to create Python functions to compute profit margin as total profit divided by total revenue, by filtering data, summing, and rounding results, while understanding function scope and reuse.
Explore Python control flow with if, else, and elif to make decisions using boolean expressions, indentation, and multiple conditions in accounting and stock selection scenarios.
Learn control flow with for and while loops in Python for accounting, mastering iterables, sequence types, and finite versus indefinite iterations for tasks like pricing and interest.
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 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 frustrating 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 linked 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 few methods
·Introduction to the DRY concept and Control Flow
.Functions
.Conditional Statements
.Loops
After completing this course
1. You will have an understanding of more complex concepts of python and programming in general.
2. How to create data frames and read CSV Files
3. How to automate tasks with loops and conditional statements
See you in Class!
-----------------------------------------------------------------------------------------------------------------------------------------------------
I want to credit the following resources in making this course.
Music:
Track: We Were Young — Vendredi [Audio Library Release]
Music provided by Audio Library Plus
Available at YouTube
Videos and Images:
Pixabay
Pexels
Videezy
---------------------------------------------------------------------------------------------------------------------------------------------------------