Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'scripts': 0.03; 'subject:Python': 0.06; 'subject: [': 0.09; 'python': 0.11; 'folder.': 0.16; 'script,': 0.16; 'wrote:': 0.18; 'machine': 0.22; 'header:User-Agent:1': 0.23; 'from:addr:chris': 0.24; 'received:comcast.net': 0.24; 'script': 0.25; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'tim': 0.29; "i'm": 0.30; 'trivial': 0.31; 'file': 0.32; 'run': 0.32; 'mac': 0.33; 'version': 0.36; 'really': 0.36; 'should': 0.36; 'project': 0.37; 'server': 0.38; 'subject:]': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'recent': 0.39; 'moving': 0.39; 'use.': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'free,': 0.61; 'zip': 0.64; 'home': 0.69; 'received:199': 0.74 Date: Sat, 19 Jul 2014 18:24:12 -0700 From: "C.D. Reimer" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python and IDEs [was Re: Python 3 is killing Python] References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <53CAB40A.4030704@cdreimer.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405819502 news.xs4all.nl 2921 [2001:888:2000:d::a6]:60688 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74851 On 7/19/2014 5:41 PM, Tim Delaney wrote: > The main thing is that versioning should be automatic now - it's > almost free, and the benefits are huge because even trivial scripts > end up evolving. I keep my modest Python scripts in a Dropbox directory and run a weekly Python script to zip up the Dropbox directory for safekeeping on the home file server and Microsoft OneDrive. If I really need a recent copy of a script, Time Machine on the Mac should have a copy from the Drop Box folder. The only time I use version control is when I have a big project with many moving parts and/or I'm publishing software for other people to use. Chris Reimer