Day 12 Project - Reading List - 30 Days Of Python

preview_player
Показать описание
Today we're solving the Day 12 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 be creating a Reading List application that allows users to store and display books they intend to read. We'll use while loops, conditionals, lists, and functions to create this application!

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

-- Links mentioned in the video --

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

Wow! Another OUTSTANDING video. Again you are not just showing how to code with Python, but you are also giving real-world advice such as best practices as a developer. For example, you suggest how to structure the code to make it more modular and therefore more usable for later development. You also explain WHY you made a structural choice and named the principle behind it, such as SRP (Single Responsibility Principle) and separation of concerns. So, again, thank you. Keep up the outstanding work.

JuanSidberry
Автор

Thanks a lot, Jose. I am so excited to see the notification every day from your channel.

kananmehdizade
Автор

Cool stuff! Thanks for the free tutorials teach!

Geomaverick
Автор

Have we learned menu's yet? I wrote all this stuff to manually do a menu-ish type thing and look at the solution to see it's using something we haven't learned yet. :|

timkorn