Re: beginner question-very basic

2019-08-11 Thread Wildman via Python-list
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

beginner question-very basic

2019-08-11 Thread slefkowitz
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

Re: NotADirectoryError: [Errno 20] Not a directory

2019-08-11 Thread Peter Otten
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. >