import KennardWang as kw
def myself():
    kw.Education = {
        "M.S.": "Applied Computational Science and Engineering, Imperial College London (ICL)"
        "B.S.": "Computer Science (Software Engineering), Macau University of Science and Technology (MUST)"
    }
    kw.Platforms = {"Windows", "MacOS", "Linux(Ubuntu)"}
    kw.Languages = {
        "speaking": ["Chinese", "English"],
        "frontend": ["Latex", "Markdown", "HTML5", "CSS3", "Javascript"],
        "backend": ["Python", "C/C++", "C#", "Java", "Matlab"],
        "framework": ["Bootstrap", "ASP.NET", "Django"],
        "databse": "SQL"
    }
    kw.IDEs = {"VSCode", "Pycharm", "Vim", "Visual Studio", "Eclipse", "Unity"}
    kw.Software = {"SSMS", "SQLite", "Blender"}
    kw.Tech = {"Git", "GitHub", "PyTorch", "Sklearn", "OpenMP & MPI"}
if __name__ == "__main__":
    myself()| Account/Organization | Description | 
|---|---|
| KennardWang | My personal account, publish some interesting individual projects. | 
| MUST-SCSE-SE-2018 | This organization archives my individual projects finished in MUST. | 
| MUST-Quick-Fry | An organization encompassing group projects finished with my teammates in MUST. | 
「Know more ? ---> Welcome to my World !」


