Difference between revisions of "Flask"
From Teknologisk videncenter
(Created page with " =Links= *[https://flask.palletsprojects.com/ Flask’s documentation] category:Programmingcategory:Python") |
m (→Dashboard) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | =Examples= | ||
+ | *[[Flask Virtual Environment]] | ||
+ | Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit. | ||
+ | =Dashboard= | ||
+ | *[https://www.chartjs.org/ chart.js] | ||
+ | *[https://towardsdatascience.com/flask-and-chart-js-tutorial-i-d33e05fba845 Dashboard tutorial] | ||
+ | *[https://pusher.com/tutorials/live-dashboard-python/#introduction Live dashboard] | ||
+ | *[https://github.com/drakxtwo/gauges_flask_socketio Gauges flask socketio] | ||
+ | ==Scrool== | ||
+ | *https://www.javascripttutorial.net/javascript-dom/javascript-scrollintoview/ | ||
+ | *https://stackoverflow.com/questions/65539856/how-to-overflow-auto-focus-last-element | ||
+ | *https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView?retiredLocale=de | ||
=Links= | =Links= | ||
− | *[https://flask.palletsprojects.com/ | + | *[https://flask.palletsprojects.com/ Flask documentation] |
+ | *[https://werkzeug.palletsprojects.com/ Werkzeug docomentation] | ||
+ | *[https://jinja.palletsprojects.com/ Jinja documentation] | ||
+ | *[https://click.palletsprojects.com/ Click documentation] | ||
− | [[category:Programming]][[category:Python]] | + | [[category:Programming]][[category:Python]][[Category:Flask]] |
Latest revision as of 14:34, 8 June 2024
Contents
Examples
Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit.
Dashboard
Scrool
- https://www.javascripttutorial.net/javascript-dom/javascript-scrollintoview/
- https://stackoverflow.com/questions/65539856/how-to-overflow-auto-focus-last-element
- https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView?retiredLocale=de