Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: MRAB Newsgroups: comp.lang.python Subject: Re: Were is a great place to Share your finished projects? Date: Thu, 30 Jun 2016 15:03:41 +0100 Lines: 20 Message-ID: References: <295b966f-9922-ab46-1ad9-f79e5989d738@mrabarnett.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de sJlb9i/5drbFvzq4Asu1RgBmyiTPF+X2JRrRhlVpUE2w== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'also:': 0.16; 'bitbucket.': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'received:192.168.1.4': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'repo,': 0.16; 'subject:projects': 0.16; 'there...': 0.16; 'why,': 0.16; 'wrote:': 0.16; 'working.': 0.18; 'gui': 0.18; 'project,': 0.18; 'changes': 0.20; 'finished': 0.23; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; 'header:User- Agent:1': 0.26; 'actual': 0.28; 'received:84': 0.32; 'url:06': 0.33; 'add': 0.34; 'something': 0.35; 'asking': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'say': 0.37; "won't": 0.38; 'christian': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'software': 0.40; 'your': 0.60; 'url:2014': 0.66; 'results.': 0.67; 'subject:your': 0.75; 'gollwitzer': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=QfYkhYTv c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=IkcTkHD0fZMA:10 a=cHYhqo9tAAAA:8 a=PoUbI7MTpImOmAJZ7jYA:9 a=yycHxLbnHW_J-UUD5N9Z:22 X-AUTH: mrabarnett@:2500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <295b966f-9922-ab46-1ad9-f79e5989d738@mrabarnett.plus.com> X-Mailman-Original-References: Xref: csiph.com comp.lang.python:110847 On 2016-06-30 14:09, Christian Gollwitzer wrote: > Am 30.06.16 um 14:48 schrieb Natsu Dragneel: >> Im asking this because im working on a small project, but i won't say >> what it is because i want to do it completely on myself. >> >> I just say it has something to do with Steam and a Feature they rly >> need to add there... so i write it myself :D and it already is >> finished it only needs a GUI now. > > The best place these days to publish software is on github. And that > includes actual development, not just the final results. For reasons > why, see also: http://joshldavis.com/2014/06/13/put-yourself-out-there/ > > Github makes that extremely easy, just create an account, create a repo, > "git pull" and start working. Your incremental changes will be updated > with each "git push". > An alternative is Bitbucket.