Data structures

A collection of 2 posts

Options pricing with Python

Options pricing is the process of determining the value of an option contract. Options are financial derivatives that give the holder the right, but not the obligation, to buy or sell an underlying asset at a predetermined price and date.

Python data structures

Python provides several built-in data structures that can be used to store and organize data in an efficient manner. These data structures include lists, tuples, sets, and dictionaries. Lists are one of the most commonly used data structures in Python.