DEV Community

Discussion on: Creating Dashboard to Visualise Data In Python

Collapse
 
erikusaj profile image
Erik Ušaj

Somehow if you're building a web dashboard it's quite difficult to avoid HTML, CSS and JavaScript. Libraries that wrap something to be used in another language are always more than handy.

A full stack developer is someone who is familiar and comfortable with all layers in computer software development.

Of course end-to-end native support for Python would be great for any Python developer. That would mean: DB supporting at least Python Objects, transport to get them to clients, client document storage, browser integration ... All doable.

Honestly fullstack development is realistic for prototypes but can evolve and scale. And regardless different coding-religions or coding skills one should keep picking tools (and developers, designers, ...) that are best fit for the job.

Can modern browsers run Python code?
hacks.mozilla.org/2019/04/pyodide-...

github.com/iodide-project/pyodide/...

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Totally agree with it and I'm really looking forward to Pyodide development.