Latest Posts

In part two of this activity, you will use the pseudocode you created in the previous activity to develop a program that recommends purchasing or selling ...

In part one of this two-part activity, you will pseudocode a solution for identifying whether or not a stock should be purchased, based on the percent ...

Why is it called pandas? According to *Python for Data Analysis*, written by Pandas inventor himself, Wes McKinney, the name pandas "is derived from panel ...

It's that time of year again: the end of the fiscal year and the time to begin financial spring cleaning! Within a month, auditors will be camped out at your ...

Now that you learned how easy it is to work with spreadsheet data in Pandas, let's practice using some real financial data! In this activity, you will create ...

The Pain of Using Spreadsheets Spreadsheets are great, but they can become a pain when you are dealing with complex data: Calculations are often not ...

In this activity, you will generate a universally unique ID (UUID) string using functions and module imports. Starter file # @TODO: Your code here ...

In this activity, you will write a Python script to generate an email address using fields from a CSV file. Starter file # @TODO: Your code here ...

In this activity, you will find information about some of Netflix's most popular videos. Starter file # Modules import os import csv # Prompt user ...

In this activity, you will create the code a candy store will use in their state-of-the-art candy vending machine! Starter file # The list of ...