On Sun, 11 Aug 2019 12:50:29 -0400, slefkowitz wrote:
> Just getting started with Python.
>
> Downloaded 3.7.4 rom python.org
>
> I wrote program in Notepad, saved it with a ".py" extension.
>
> What do I do next? How do I execute a program?
I am assuming you are using Windows since you poste
Just getting started with Python.
Downloaded 3.7.4 rom python.org
I wrote program in Notepad, saved it with a ".py" extension.
What do I do next? How do I execute a program?
--
https://mail.python.org/mailman/listinfo/python-list
Youssef Abdelmohsen wrote:
> Note: Beginner
>
> I'm trying to create an html parser that will go through a folder and all
> its subfolders and export all html files without any html tags, in file
> formats CSV and TXT with each html labeled with the title of the web page
> in a new CSV and TXT.
>