Python Forum
Capstone Project - Room for Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capstone Project - Room for Python?
#2
(Aug-04-2017, 02:02 AM)QueenBee Wrote: So my question is, what would I use Python for in a project like this?

um, everything? If your sample database is expected to be small to modest, you could use Python's builtin "sqllite3", if it is expected to be larger, or you want more flexibility I would go with Postgre, though Python will work with most compliant databases. Don't really see the need to have two separate types. For number crunching, you could use "numpy", want some snappy graphs and plots, use "matplotlib", create a pretty user interface, toss in wxPython.  Python is also cross-platform, so you could write your program to work on Windows, Linux, *nix and Mac operating systems. Python is easy to learn (even for an old geezer like me :-) ). With thousands of 3rd party modules, I think you would be hard pressed to not find a solution to a particular need.
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
Capstone Project - Room for Python? - by QueenBee - Aug-04-2017, 02:02 AM
RE: Capstone Project - Room for Python? - by sparkz_alot - Aug-04-2017, 02:17 PM
RE: Capstone Project - Room for Python? - by nilamo - Sep-21-2017, 08:09 PM
RE: Capstone Project - Room for Python? - by nilamo - Oct-03-2017, 05:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python Meeting room free/busy Availability in Exchange r7rajkumar 3 5,098 Mar-22-2018, 09:34 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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