I need to find this kind of open source web applications written in Python that use sqlite library?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As per the documents of SQLLite
SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files.SQLLite will use the file system to store the data. You can give the path where you have to store the data.Python provide many web framework like Django, Plone, Flask…
All framework mention in http://www.wiki.python.org/moin/WebFrameworks