Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking for confirmation
#1
hello everyone
iam new to python, started to learn it today
iam a network guy but i want to do something and i need anyone to confirm if i can do it with python or not
i have a sqldb and i want to create reports with html , css and python
so the user access the html and fill the required information and hit submit then the result come out from sqldb
i hope i could clarify what i mean
and if it clear would anyone confirm to me that i can do such thing or i must learn crystal report to do such a thing ?
thank you
Reply
#2
for web development, there's Flask: https://flask.palletsprojects.com/en/1.1.x/
Flask can be used with common bootstrap themes. It's my biased recommendation.

There's also Django: https://www.djangoproject.com/

whatever floats your boat.

Many packages for networking: https://pypi.org/search/?q=networking

Python can be used with Just about any DBMS.
I have a tutorial for SQLalchemy (can connect to just about ant DBMS) here: https://python-forum.io/Thread-SqlAlchem...-Data-Load
Reply


Forum Jump:

User Panel Messages

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