Wednesday, May 14, 2025

Aprender algo nuevo cada dia

2025:

Lunes 5/12 - copilot y bookmarklet

Martes 5/13 - copilot y tampermonkey

Miercoles 5/14 - run Tcl scripts with python wrapper

import sys ; import tkinter
print ("Greeting from Python {}.{}.{}".format(*sys.version_info))
gui = tkinter.Tk()
gui.tk.eval(open('agrep.tcl', 'r').read())
gui.mainloop()

Sabado 5/31

Domingo 6/1