[Chicago] Question

Chad Glendenin chad at glendenin.com
Fri Jan 20 18:04:10 CET 2012


Is it a learning exercise or something you just need to get done? If
it's the latter, could you just load the CSV file directly into a
spreadsheet or use an existing SQLite GUI?

If it's more of a learning exercise, do you prefer to learn web things
or desktop GUI things?


On Fri, Jan 20, 2012 at 10:53 AM, david nides <david.nides at gmail.com> wrote:
> I'm new to Python (don't have a programming background) and looking for some
> assistance as I learn. If this is not the right place to ask this question
> please point me in the right direction. Thanks!
>
> I have created a script that will import data from a CSV file into a SQLITE3
> database. I want to create a user interface to display some of the data
> stored in the database. It can either be in the form of a GUI or web app..
> whatever is easiest! What's the best approach to take here??
>
> Example of data to be displayed to user (preferable if it's a scrolling
> window and sortable columns):
>
> Make    Model        Year
> Ford      F150          2010
> Ford      Mustang     2011
>
> Thanks in advance for the help.
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago
>


More information about the Chicago mailing list