ANN: unpyc3 - a python bytecode decompiler for Python3

Chris Kaynor ckaynor at zindagigames.com
Wed Jan 28 18:12:40 EST 2015


On Wed, Jan 28, 2015 at 3:01 PM, Devin Jeanpierre
<jeanpierreda at gmail.com> wrote:
> On Wed, Jan 28, 2015 at 2:02 PM, Chris Angelico <rosuav at gmail.com> wrote:
>> On Thu, Jan 29, 2015 at 8:52 AM, Devin Jeanpierre
>> <jeanpierreda at gmail.com> wrote:
>>> Git doesn't help if you lose your files in between commits, or if you
>>> lose the entire directory between pushes.
>>
>> So you commit often and push immediately. Solved.
> I distrust any backup strategy that requires explicit action by the
> user. I've seen users fail too often. (Including myself.)

That tends to be my opinion and experience as well :)

And that is where Drive is quite nice: its an automatic backup to an
off-site backup that requires no user action. Having some form of
source control is still needed however, as you don't get all the nice
history with Drive, and don't have the atomic updates - typically,
every save will be uploaded, even if that change itself will break
everything as you haven't made the required changes to other files.

Chris K



More information about the Python-list mailing list