Python For Everybody Data Visualization
This morning I finished the last assignment on the Databases lesson.
I have written a Python program that reads and parsed a JSON file, create a SQLite database in which I inserted data from the JSON file into two tables; to avoid duplicating data in my database I used the foreign keys in the second table to refer to the ID of the rows in the other table.
To write the program I have used: Python, SQL and SQLite.
Next I will move to the last lesson on the course Data Visualization; after that I will build a final project in which I will practice everything I have learned in the course about Python, Web Scrapping, Databases, Data Visualization, OOP, Data Structures, Web Services, APIs, …