Python Virtual Training For Arcesium - Module II

Sep 20-24, 2021 Vikrant Patil

These notes are available online at https://notes.pipal.in/2021/arcesium_finop_batch1/

© Pipal Academy LLP

Day 1 | Day 2 | Day 3 | Day 4

We will be using jupyter hub from https://lab.pipal.in for this training.

create a notebook with name module2-day4

Classes

Question: What is the difference between module and class

Conventions

Writing a file

Dictionary

We want to find word freq of words from one file

[1, 2, 3, 4, 1, 2, 3, 1, 3, 1, 1]

 item  count    1
 1       1+1        2
 2       1          3
 3       1             4
 4       1               1