i want to create online discussion forum using python but i dont know what type of tools to use,i want to maintain database and builtin board myself without interference of third parties,please anyone help me

Recommended Answers

All 4 Replies

Its not python but try Discourse

Help you with what?

If you want to use python with no 3rd party libraries, then you'll want to use CGI python scripts and sqlite.

If you're open to using more libraries, then consider using Flask and SQALchemy.

In addition, you can also consider Django python web framework. There is one example here and more here.

thanks for your suggestions i will try

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.