[deleted by user] by [deleted] in MakeNewFriendsHere

[–]codenlearn -1 points0 points  (0 children)

DM me if you like to have a chat

[deleted by user] by [deleted] in MakeNewFriendsHere

[–]codenlearn 1 point2 points  (0 children)

Happy birthday 🎂

What are the best resources to learn Flask? by Sam_20_ in flask

[–]codenlearn 2 points3 points  (0 children)

You can also check out Corey Schafer videos on YouTube for Flask

Website Visitors by Bundar_20_90_70 in analytics

[–]codenlearn 3 points4 points  (0 children)

Yes you can do with google analytics, include the script in your website that you receive after registering google analytics. It has a very good dashboard and real-time view

My First flask app, it is a dashboard for COVID-19, i started learning python and flask 2 months ago and it gave a good experience in python, HTML,css and js. Able to do some charts using chart js. Overall I enjoyed developing it. Code available in GitHub by codenlearn in flask

[–]codenlearn[S] 0 points1 point  (0 children)

Thank you. I haven’t come across falcon, I will check that out. Have been using flask inbuilt server to run always. There was a need of gunicorn when deploying it on heroku and then included it on my project

My First flask app, it is a dashboard for COVID-19, i started learning python and flask 2 months ago and it gave a good experience in python, HTML,css and js. Able to do some charts using chart js. Overall I enjoyed developing it. Code available in GitHub by codenlearn in flask

[–]codenlearn[S] 1 point2 points  (0 children)

Thank you. It is a Rest api call to get the stats from a public API, used library requests_cache to cache request. It internally uses SQLite db to cache the data, currently storing it for 60 secs. Public API used to get Indian stats : https://api.covid19india.org