Skip to content
View francoisgirard51's full-sized avatar

Block or report francoisgirard51

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
francoisgirard51/README.md

Hello, I am François 👋

🔭 I am a finance professional passionated about strategy and mathematics. I spend time understanding the reasons why things occur in life.

🌱 I thrive on learning. In 2024, I chose to learn data science to uncover insights from numbers.

💬 I speak French, English and Mandarin Chinese.

My data science project portfolio

Medium blog

A few articles, just for illustrative purposes...

Finance

Strategy

Pro bono consulting

If you are a NGO, I would be happy to support you with my skills. You can contact me here: francois.l.girard@protonmail.com

Popular repositories Loading

  1. approx_sol_dif_eq_RK approx_sol_dif_eq_RK Public

    Approximate solutions of differential equations using the Runge-Khuta method

    Python

  2. diagonalization diagonalization Public

    Basic algorithm for finding an eigenvector and an eigenvalue

    Python

  3. main_concepts_of_statistics main_concepts_of_statistics Public

    Concepts of mean, standard deviation, confidence interval and normal probability distribution with real data analysis

    Python

  4. scatter_plot_smoothing scatter_plot_smoothing Public

    Evaluate the distribution of values around a mean value and find a function that relates the result of the experiment to the starting data

    Python

  5. libft libft Public

    The aim of this project is to code a C library regrouping usual functions used in other projects.

    C

  6. ft_printf ft_printf Public

    ft_printf is a project that mimics the real printf function.