Skip to content
View MBanuelos's full-sized avatar
🪧
Cuídate
🪧
Cuídate
  • California State University, Fresno
  • United States

Highlights

  • Pro
Block or Report

Block or report MBanuelos

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
MBanuelos/README.md

Hi, I'm Mario Bañuelos!

Assistant Professor of Mathematics at Fresno State

Twitter: mbanuelos22 Linkedin: mariobanuelos GitHub Mario

A little more about me...

class Mathematician:
    def __init__(self, name, pronouns, code, communities, final_form):
        self.name = name
        self.pronouns = pronouns
        self.code = code
        self.communities = communities
        self.final_form = final_form
    
    def transform(self):
        if self.final_form < 2:
            print("You fool, this isn't even my final form")

mb = Mathematician(
    name = 'Mario',
    pronouns = ['he', 'him'],
    code = ['Python', 'R', 'Matlab', 'SQL', 'CSS', 'LaTeX'],
    communities = ['SIAM', 'SACNAS', 'LXAI', 'IEEE'],
    final_form = 1
)

If you are interested in being a part of my research group, collaborating, or just have questions, please feel free to get in contact.


Pinned

  1. Python-Tutorials Python-Tutorials Public

    These Python Jupyter notebooks were developed for Fresno State's MATH 191T - Mathematical Software & Programming Course in Fall 2019.

    Jupyter Notebook

  2. Applied_Linear_Models Applied_Linear_Models Public

    This repository is based on the Fresno State Math course, MATH 106 - Applied Linear Statistical Models.

    HTML

  3. R-tutorials R-tutorials Public

    R

  4. awesome-cheatsheets awesome-cheatsheets Public

    Forked from LeCoupa/awesome-cheatsheets

    👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

    JavaScript