Python Forum

Full Version: looking for confirmation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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