Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Michael Torrie Newsgroups: comp.lang.python Subject: Re: Writing a Financial Services App in Python Date: Thu, 19 Nov 2015 09:07:27 -0700 Lines: 27 Message-ID: References: <6f4f4d39-d33b-46dd-bda7-afeb2f0dbef4@googlegroups.com> <529622b6-3649-419d-a303-03e48d90c294@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de kt1LLJvT9OOImWIwmE6zgwKQNggky048nDoJvUTRgx1A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.046 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.05; 'javascript,': 0.07; 'subject:Writing': 0.09; 'python': 0.10; 'django': 0.13; 'languages.': 0.15; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'losing': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:App': 0.16; 'wrote:': 0.16; 'app': 0.16; 'of.': 0.18; 'tells': 0.18; 'jquery': 0.22; 'trying': 0.22; 'programming': 0.22; 'am,': 0.23; 'thus': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'css': 0.27; 'probably': 0.31; 'implement': 0.32; 'source': 0.33; 'open': 0.33; 'similar': 0.33; 'message-id:@gmail.com': 0.34; 'knowledge': 0.35; 'something': 0.35; 'framework': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'say': 0.37; 'received:org': 0.37; 'speak': 0.38; 'application': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'software': 0.40; 'charset:windows-1252': 0.62; 'making': 0.62; 'money.': 0.63; 'more': 0.63; 'different': 0.63; 'of:': 0.66; 'computers': 0.70; 'design.': 0.72; 'analysis': 0.72; 'subject:Services': 0.78; 'discipline,': 0.84; 'terrible': 0.84; 'trader': 0.84; 'trend': 0.91; 'discipline': 0.93 X-Virus-Scanned: amavisd-new at torriefamily.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99067 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.