[Solved] Python and shell script [closed]


Working with Excel files is definitely something people care about. I love the following author who wrote a book on how to use Python in everyday life:
https://automatetheboringstuff.com/chapter12/

This chapter in particular deals with Python and Excel. He describes how to use the package openpyxl. You should be able to read and edit the Excel file with that package.

As for ftp, maybe you can just use ftp for that? šŸ™‚ Otherwise, there are many python packages for dealing with ftp. Iā€™m using urllib.request right now for accessing webpages.

solved Python and shell script [closed]