Python Forum
Excel Like Web Application using Python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Like Web Application using Python
#1
I am new to Python, I would like to start with creating a Web application which pulls data from Sql Server table and the web application should have a functionality of an Excel like, where any update/delete/Insert should directly affect the Database,I have basic Idea of Python and have Installed PYCharm and had few workouts. Please guide me here on how to start with Python and complete this.
Thanks,
Rav
Reply
#2
Hi,

first, this is everything but easy. So there is for sure no simple guide to that. Second, you for sure need JavaScript on the front end to do the instant editing and sending modified data to the backend server. I guess the server part (which can be written in Python) is the easier part, the complex part is the JavaScript front end code.

For learning, I'd highly recommend to start with an easier and less complex task first.

Regards, noisefloor
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020