In order to practice a bit with Python language, we will exercise on a simple application featuring the following implementations : Load the application using the path of a csv file Read the data from the csv into a Python dictionary Use a json template file having an array of objects and replace with the […]
From CSV to API – Python 3 parsing
Recursive files update by extension in Python
We are going to implement a script in Python to update recursively many html files at once. A more generic codebase has been built in order to take other similar cases. We will walk through the lines on this page. At any moment you can retrieve the Python classes onto Github Python snippets repository. I’ve […]