Skip to content

Instantly share code, notes, and snippets.

View BhavyaC16's full-sized avatar

Bhavya Chopra BhavyaC16

View GitHub Profile
@LakshyAAAgrawal
LakshyAAAgrawal / pytranslate.md
Last active November 8, 2024 07:21
Pytranslate - Maxima to Python Translator
@NoRaincheck
NoRaincheck / changeslope.py
Last active May 21, 2022 09:26
Interactive tkinter matlibplot example.
import Tkinter
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
from matplotlib.figure import Figure
class App:
def __init__(self, master):
# Create a container
frame = Tkinter.Frame(master)
# Create 2 buttons
self.button_left = Tkinter.Button(frame,text="< Decrease Slope",