Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Idea for a project
#5
Think of Django as a way of presenting your project to the user as a web application, just as  tkinter would be a way to present it as a GUI app.  In either case, (or the case of a command line app), the 'meat' of the project is still Python and in all probability can be done with Python's built-in library's, so I suggest you start with that, make sure all your calculations are correct and as 'error proof' as you can make it. then if you want, you can migrate to Django, tkinter or some other presentation form.

If you plan on using charts and/or graphs, you'll want to check out the third party module Matplotlib.

For databases, you can use Python's own built-in sqlite3 to something more powerful like Postgresql.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Idea for a project - by aquila - Mar-04-2017, 11:12 PM
RE: Idea for a project - by sparkz_alot - Mar-05-2017, 02:35 PM
RE: Idea for a project - by aquila - Mar-05-2017, 11:48 PM
RE: Idea for a project - by Larz60+ - Mar-06-2017, 12:35 AM
RE: Idea for a project - by sparkz_alot - Mar-06-2017, 12:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I Require some help for project idea...FaceRecognizer Door actived JavierGTZ 0 2,466 Aug-18-2017, 04:45 PM
Last Post: JavierGTZ
  Project Using Python, No Skill, Idea first = Need experienced to show me the path. nefajcito 3 3,899 Apr-22-2017, 09:11 AM
Last Post: nefajcito

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020