Where can find video tutorials on how to create an application which stores data using Python?
-
I want to create an application like an excel sheet which stores data values and I want to perform some actions using those data using Python. How to integrate db with Python? Where can I find the tutorials?
-
Answer:
1. You can use http://zetcode.com/db/sqlitepythontutorial/ for storing the data / integrating databases with Python. Or you could go the NoSQL way and use PyMongo - MongoDB for Python. (http://docs.mongodb.org/ecosystem/drivers/python/) 2. For the GUI (if you intend to make one), as long as you are not planning on making it extremely pretty and merely functional, TkInter should suit your needs completely. http://www.tutorialspoint.com/python/python_gui_programming.htm 3. You could even use Python to directly interface with Excel files. I haven't used any of these libraries myself, though. http://www.python-excel.org/ http://xlsxwriter.readthedocs.org/en/latest/ Hope that helps.
Shikhar Nigam at Quora Visit the source
Related Q & A:
- How to plot geo-data using matplotlib/python?Best solution by Geographic Information Systems
- Where can I find historic stock data?Best solution by Yahoo! Answers
- Where can I find great antique stores in Southern California?
- Where can I learn online about how to make a small film?Best solution by Quora
- Where is a website where I can find demographic data. For the US?Best solution by sba.gov
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.