Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'url:sourceforge': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'python': 0.11; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:hosting': 0.16; 'apps': 0.16; 'index': 0.16; 'language': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'library': 0.18; 'module': 0.19; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'second': 0.26; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'url:code': 0.29; 'code': 0.31; 'stuff': 0.32; 'url:python': 0.33; 'community': 0.33; 'third': 0.33; 'problem': 0.35; 'problem.': 0.35; 'etc': 0.35; 'but': 0.35; 'google': 0.35; 'url:org': 0.36; 'being': 0.38; 'christian': 0.38; 'problems': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'around.': 0.60; 'solve': 0.60; 'url:3': 0.61; 'world.': 0.61; 'such': 0.63; 'world': 0.66; 'yes': 0.68; 'study': 0.69; 'programs,': 0.74; 'day': 0.76; 'country': 0.77; 'going?': 0.93; 'lot,': 0.93; 'luck': 0.93; 'browse': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Python Beginner Date: Wed, 20 Nov 2013 19:21:44 +0000 References: <6945e5dc-c32f-43ea-b40f-837e717d6636@googlegroups.com> <52886754$0$29975$c3e8da3$5496439d@news.astraweb.com> <87f84b83-0fe6-48a2-9755-ac60653a117b@googlegroups.com> <5054583d-9e8e-40cb-9a86-7b21bb2756ec@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-19-175.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <5054583d-9e8e-40cb-9a86-7b21bb2756ec@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384975329 news.xs4all.nl 15907 [2001:888:2000:d::a6]:46372 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60126 On 20/11/2013 19:04, ngangsia akumbo wrote: > Yes a lot, i come from a third world country. > > It will be a big opportunity for me and my community to study and being able to create programs, web apps etc which can solve a lot of problems in my country and around. > Each day i go out i see at least one problem that technology can solve. > Things to get you going? Browse for stuff in the Global Module Index http://docs.python.org/3/py-modindex.html to see if there's anything in the standard library that you can use to write code. Check out the package index https://pypi.python.org/pypi for anything that already solves a problem. Check out other code repositories such as sourceforge http://sourceforge.net/ or google http://code.google.com/hosting/ HTH and the best of luck with your endeavours :) -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence