Python Forum
looking for confirmation - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: looking for confirmation (/thread-30816.html)



looking for confirmation - M0kasha - Nov-07-2020

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


RE: looking for confirmation - Larz60+ - Nov-07-2020

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-SqlAlchemy-Tutorial-Basic-Model-database-Creation-and-Data-Load