Skip to content
View mc-marcocheng's full-sized avatar
Block or Report

Block or report mc-marcocheng

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

An image of @mcmarcocheng's Holopin badges, which is a link to view their full Holopin profile

Pinned Loading

  1. Machine-Learning-with-Numpy-only Machine-Learning-with-Numpy-only Public

    Python 1

  2. Tensor-Puzzles-Solutions Tensor-Puzzles-Solutions Public

    Forked from srush/Tensor-Puzzles

    Solve puzzles. Improve your pytorch. The solution.

    Jupyter Notebook

  3. Mc-cursor Mc-cursor Public

  4. Run it with Python 3.8+ Run it with Python 3.8+
    1
    [exec('from tkinter import *'),(w:=Tk()).title('Tkalc'),(d:=Label(w,text='')).grid(column=0,row=0,columnspan=5),[(lambda k:Button(w,text=k,command=lambda:(lambda y:exec(f"d['text']=\"{(''if y=='C'else d['text'][:-1]if y=='<'else str(round(eval(d['text']),6))if y=='='else d['text']+y)}\""))(k)).grid(column=n%4+1,row=n//4+1))('()C<789/456*123-.0=+'[n])for n in range(20)],w.mainloop()]