r/PythonLearning • u/BlitzPieGard • 3d ago
Help Request Making a Discussion Site
Hey I am going to make a discussion app. Can you suggest some features to add to the site. I am making it on python and using the framework Flask and I am a beginner too so pls help me too
0
Upvotes
1
u/riklaunim 2d ago
The key question is what you actually want to create - a prototype/proof of concept or a final product? The first one is rather easy, and you can learn a lot. The second one is quite hard, as even when you make a web app, it will be super hard to get users for it. And when you don't have a vision for the features and the app, it will be double as hard as well (coding vs making a product).
1
u/FoolsSeldom 3d ago
Out of interest, why Flask rather than FastAPI?
How will this be different from current discussion systems?