Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99067
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Writing a Financial Services App in Python |
| Date | 2015-11-19 09:07 -0700 |
| Message-ID | <mailman.467.1447949253.16136.python-list@python.org> (permalink) |
| References | <6f4f4d39-d33b-46dd-bda7-afeb2f0dbef4@googlegroups.com> <529622b6-3649-419d-a303-03e48d90c294@googlegroups.com> <b9f3883d-5e16-441d-9f57-79826cdc1d23@googlegroups.com> |
On 11/19/2015 08:24 AM, Cai Gengyang wrote: > It will be a web-based application. Contract it out. Or attract people who are interested in making an open source application. What you are thinking of is a massive undertaking. Web-based application design is even more complicated than desktop app design. Web development involves many different languages. Requires a working knowledge of: - Python programming - a web framework for processing events like Django or web2py or something similar - html - css - SQL - Javascript, including jquery and probably others To say nothing of the algorithms necessary to implement the trend analysis you speak of. > I for example, am a terrible trader because of having almost zero > discipline and thus keep losing money. Something tells me if the people you're trying to help have zero discipline, then I don't think software is really going to help them. Computers are just tools.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Writing a Financial Services App in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-11-19 03:59 -0800
Re: Writing a Financial Services App in Python Jeremy Leonard <jrmy.lnrd@gmail.com> - 2015-11-19 07:02 -0800
Re: Writing a Financial Services App in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-11-19 07:24 -0800
Re: Writing a Financial Services App in Python Michael Torrie <torriem@gmail.com> - 2015-11-19 09:07 -0700
Re: Writing a Financial Services App in Python Michael Torrie <torriem@gmail.com> - 2015-11-19 09:00 -0700
Re: Writing a Financial Services App in Python Cai Gengyang <gengyangcai@gmail.com> - 2015-11-19 08:20 -0800
Re: Writing a Financial Services App in Python Michael Torrie <torriem@gmail.com> - 2015-11-19 10:25 -0700
Re: Writing a Financial Services App in Python William Ray Wing <wrw@mac.com> - 2015-11-19 21:58 -0500
csiph-web