My python script outputs a .txt file... I want to download just the .txt file. Is there a way to do this?
I only get the "download as zip". But I onl...
I know I can use ?outputonly=1 to make an url that only shows the console. But if I do this in a tkinter repl, I get the console and the output(tkinte...
I often use Repl to make a quick code snippet that I only use once.
Now I have 108 repls in my Unnamed-folder and I dont see a way to delete multiple...
Really early web app that calculates how much energy is needed to heat air from one temp to another... Work in progress
https://unevengoodlocus--wik...
Example of a python app that generates a matplotlib graf, saving it as png and showing it on a webpage. It also saves the image to a PDF, and make it...
I wanted to search the page 'Repl talk Ask' for questions regarding something. but I can't find the search box... Is it just my poor eyes that can't...
Method 1 works. Method 2 dos not. I remember doing something like this in Lua, but is that not a way in python?
https://repl.it/@WikingGaffa/RustyDa...
Hi
I have a Python Flask project where I have a list of links in a csv. (myList.csv)
My python script goes to the links (it is the same website) and...