DEV Community

Discussion on: Python For Web Development

Collapse
 
pycr profile image
pycr

Unlike many of you who use Python for data science, I use Python for web development. One of the main complains I heard over and over again from my colleagues about Python is it lacks sophisticated CRUD tools for web-based data manipulations. So I decided to write a simple python datagrid library, essentially a wrapper for jqGrid specifically for creating datagrids easily with just two lines of code.

It's free and open source on github.com/pycr/pythongrid.

It supports Flask at the moment. Django is on the roadmap. Maybe it will help you!

Any comments are welcome!