Day 18 Project - Reading List (JSON) - 30 Days Of Python

preview_player
Показать описание
Today we're solving the Day 18 Project for 30 Days Of Python. 30 Days Of Python is a free, comprehensive series of blog posts and videos we're publishing over in our blog!

In today's project, we'll continue with our Reading List application, but this time use JSON files instead of CSV files. To do this, we'll make use of the built-in json module!

Remember to try the project first before watching the solution walkthrough, link below!

-- Links mentioned in the video --

Рекомендации по теме
Комментарии
Автор

30 days of Python is great! Thanks a lot! I am doing it as a refresher after Python+PostgreSQL course on Udemy.

I just realized, there is a liitle glitch in the code - maybe it will be handled later in the course? When executing 'mark_as_read' or 'delete_book' and not providing any characters for the title of the book (user input), the first element in the list will get marked as read or deleted respectively.

guziko