Actualités

This post explains how to write to a file in Python. You'll discover how to create word files (.docx), spreadsheets (.csv), text files, and more!
Remember that a CSV file is actually just a text document with a fancy formatting. That means that you actually don’t need to use a module if you want to know how to open CSV files in Python!
I wrote a code that is selecting data from paragraphs in text file and extract them and save them as CSV file. I used jupyter because of that it doesn't have function. You could find either my python ...