🐍 Python 3 Crash Course 2020 - #15 Files manipulation and the CSV module

Опубликовано: 30 Сентябрь 2024
на канале: Fabio Pacifici
162
like

📚 Python 3 Crash Course e-Book: https://ebooks.fabiopacifici.com/python/
🙌 Donations: https://www.paypal.me/FabioHood
🛒 Development Services: https://fabiopacifici.com/shop/
🤟 Channel Merchandise: https://teespring.com/en-GB/stores/pa...
📌 Blog: https://fabiopacifici.com/blog/

In this video we are going to work with files. we will also see how to use one module from the Python standard library called CSV that as you might have guessed it's a module to manupulate csv files.

📑 Documentation:
open function: https://docs.python.org/3/library/fun...
csv module: https://docs.python.org/3/library/csv...