Skip to content
View yubocai-poly's full-sized avatar
🤒
Out sick
🤒
Out sick

Highlights

  • Pro
Block or Report

Block or report yubocai-poly

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yubocai-poly/README.md

Hi, I'm Yubo Cai 蔡宇博!

Bachelor Student at Ecole Polytechnique
Major in Applied mathematics and Computer Sciences.


💪 正在学习:

   C++ R TypeScript Nodejs Python MySQL JavaScript Docker Shell Script


🧰 常用的工具:

   Linux Google Chrome Visual Studio Code Git GitHub

A little more about me...

class AboutMe(Yubo_Cai):
    Short_Induction = "Hello, I am Yubo Cai, in Chinese 蔡宇博"

    def __init__(self, name, origin, sex, birthday, language):
        self.name = 'Yubo_Cai'
        self.origin = 'Made in China'
        self.sex = 'Male'
        self.birthday = '2002-08-11'
        self.language = ['Chinese', 'Cantonese', 'English', 'French']

    def Education(me):
        Bachelor = {
            'Ecole Polytechnique': 'Applied Mathematics and Computer Science',
            'ESSEC Business School': 'Management and Finance'
        }
        High_School = {
            '华中师范大学第一附属中学': '理科生',
            'Taylorsville High School': 'Science, Engineering and Math'
        }
        courses = [
            'Programming', 'Mechanics', 'Micro/Macroeconimcs', 'Econometrics', 'Vector and Fourier Analysis', 'Algorithms', 'Numerical Analysis','Topology', 'Discrete Mathematics'
        ]

        return (Bachelor, High_School, courses)

    def Hobby(me):
        hobbies = ['Watching movies', 'Playing games', 'Listening to music']
        sports = ['Tennis', 'Go Game', 'Badminton']
        
        return (hobbies, sports)
    
    def Skills(me):
        Languages = ['Python', 'Matlab', 'Julia', 'C++', 'C', 'JavaScript', 'PHP', 'R', 'STATA', 'SQL', 'LaTeX', 'Bash']
        Tools = ['VS Code', 'JupyterLab', 'Overleaf', 'R Studio', 'QT Creator', 'Unix', 'Linux']
        
        return (Languages, Tools)

css VSCode python javascript github node

Pinned

  1. DQbee DQbee Public

    (TACAS 24) Python Package for disspaitve quadratization, from Paper "Dissipative quadratizations of polynomial ODE systems"

    Jupyter Notebook 2

  2. BATO-MOUTCHE-Extension BATO-MOUTCHE-Extension Public

    Ecole Polytechnique Computer Science Research Project. Github repository for paper "Analysis of city composition based on basic amenities including public transport"

    Jupyter Notebook 1

  3. Chinese-character-OCR-with-CNN-and-EfficientNet Chinese-character-OCR-with-CNN-and-EfficientNet Public

    CSE204 Machine Learning Final project at Ecole Polytechnique

    HTML 2

  4. PaperFriend-desktop-app PaperFriend-desktop-app Public

    A smart journaling desktop application to help you track your mood and take better care of your mental health implemented by C++

    C++ 1

  5. InfiniteBlade InfiniteBlade Public

    Forked from frank2002/CSE301-Project

    CSE301-Project

    Haskell

  6. frank2002/CSE302-Project frank2002/CSE302-Project Public

    Python