Finished the Intermediate Section: 100 Days of Code Python Bootcamp

Today I finished the day 31 capstone project of the course concluding the intermediate section: Next are another 15 or so days at the intermediate+ level. The capstone project of day 31 was to build a flashcard app. This was a quite useful project for me because it ties in nicely with one of the personal objectives I have which is to create a quizlet like app so I can stop using quizlet. At the moment we have a paying account on quizlet because it offers more functionality to make the learning more varied. With the day 31 capstone project I laid the foundations of my own private bespoke quizlet app and I am nearing the day I will stop paying for quizlet account. Next step is going to be to export some of my quizlet flashcards and to import them into this basic app. Then I will start to extend and augment on the capstone code to make it more to my liking. Another earlier project was to build a timer according to the Pomodoro principle. That code I plan to convert into a time tracker to track time worked on various projects at work. So some interesting starting pointers are coming out of this course already. Only drawback is that I am going to progress even slower now if I divert some of my time to these private programming projects.

Leave a comment