/ProgrammingStudyProject

Spend specific time each day to learn programming.

Primary LanguageJupyter Notebook

ProgrammingStudyProject

First stage (Python study):

  • Goal: before 9/15, spend at least 1 hour programming (python or R) per day. And submit a small program.

  • List some small goals to avoid what I don't know to do.

    BasicKnowledge

    • study basic knowledge of list, dict, array....; ING
    • study pandas and numpy; ING
    • study how to define a variable: private & public; ING
    • study string encoding, format; FINISHED

    AdvancedKnowledge

    • study how to define a module; FINISHED
    • study how to write a basic class and def; FINISHED
    • study how to write a Advanced version class and def; ING
    • study how to write a metaclass;
    • study how to write a father class; ING

    Formatting

    • study how to use pycharm Automatic formatting; FINISHED
    • study python coding standardized. FINISHED
    • study how to add exception handling code. ING

    Data processing

    • pre-processing; ING
      • convert data type;
      • handle missing values;