DEV Community

Kartik Kumar
Kartik Kumar

Posted on

cs50x week 9 Flask

In this week I learned flask microweb framework which is built in python language. It is easy to understand and use.

Problems:
1) Birthdays : In this problem our task is to get the data from user, store in the database and finally fetch the records and display to the user.

2) Finance : This problem was also not very much difficult but it was lengthy as I have to create lot of pages as well as tables in database. But the main thing was same storing the data to database and fetching.

Top comments (0)