top of page
Search



Yas Asghari
- Aug 16, 2020
- 1 min
Python Coding - List Of Compound Interest Rates & Place It In A CSV File
A simple project idea could be to code a list of compound interest rates using python libraries. To make it more advanced, a CSV file can...
238 views0 comments

Yas Asghari
- Jul 18, 2020
- 2 min
Lists, Dictionaries, Iterations & Loops
Lists; are as they sound, an ordered list of variables. The order matters! >>>my_list = [ ] >>>my_list = [‘Clara’, ‘Stark’, ‘Ben’]...
118 views0 comments
bottom of page