Re: Cheat Engine In Python

2013-02-01 Thread Steven D'Aprano
wheelman...@gmail.com wrote: > Why there isn't any replys ? . Three reasons: 1) It's only been a few hours. Maybe the people who know the answer haven't read it yet. 2) When I try to read your first post, I get this error: An error occurred. Article could not be retrieved. The f

Re: Cheat Engine In Python

2013-02-01 Thread Stefan Behnel
wheelman...@gmail.com, 01.02.2013 05:16: > Are there any softwares like cheat engine and written in python What's a "cheat engine"? And, assuming it exists, why can't you just use it? What's your use case that explains the advantage of having it (re-?)written in Python? > I mean just the code no

Re: confusion with decorators

2013-02-01 Thread 88888 Dihedral
Jason Swails於 2013年1月31日星期四UTC+8上午8時34分03秒寫道: > Hello, > > > I was having some trouble understanding decorators and inheritance and all > that.  This is what I was trying to do: > > > > # untested > class A(object): >    def _protector_decorator(fcn): > >       def newfcn(self, *args, **kwar

Re: Cheat Engine In Python

2013-02-01 Thread rusi
On Feb 1, 2:59 pm, Stefan Behnel wrote: > wheelman...@gmail.com, 01.02.2013 05:16: > > > Are there any softwares like cheat engine and written in python > > What's a "cheat engine"? I'm guessing its this (in Ruby) required in Python: http://cheat.errtheblog.com/ > And, assuming it exists, why ca

Best approach to OO Style (only slightly off topic)?

2013-02-01 Thread Steve Simmons
I'm relatively new to OO (and Python and QT ) and I am learning as I go along. As I slowly come up to speed, I have some questions about the best approach to program/module structure so I'm looking for some pointers (URL's or replies). I have copied some code from 'Rapid GUI Programming with

Re: Need some help confirming transactions using sha256

2013-02-01 Thread Christian Heimes
Am 31.01.2013 18:55, schrieb Peter Pearson: txid = 'r7A7clvs9waizF+6QEiI0tgAq1ar48JItK3kg9kaeAFXz2vsMsHmOd9r9fhkmtxTz3CQnGAPMaDeKLvgb1A2VA' secret = '10812806653842663997bf5971637f86f26c71a4716276d7fa8f323a83588d91:1' hashlib.sha256(txid+":"+secret).hexdigest() > 'dfa8769

Re: Cheat Engine In Python

2013-02-01 Thread rusi
On Feb 1, 2:08 pm, Steven D'Aprano wrote: > wheelman...@gmail.com wrote: > > Why there isn't any replys ? . > > Three reasons: > > 1) It's only been a few hours. Maybe the people who know the answer haven't > read it yet. > > 2) When I try to read your first post, I get this error: > >     An erro

Re: Best approach to OO Style (only slightly off topic)?

2013-02-01 Thread Chris Angelico
On Sat, Feb 2, 2013 at 1:24 AM, Steve Simmons wrote: > At this point, I began to wonder what a 'correctly structured' OO program > should look like. Should I separate GUI logic from 'business' logic? Should > everything be in one class? Should my main() be carrying the high level > logic? Anyin

Re: CamelCase vs. all-lowercase package names

2013-02-01 Thread Chris Angelico
On Sat, Feb 2, 2013 at 2:04 AM, Rhubarb Sin wrote: > PEP-8 calls for "short, all-lowercase names" for packages: > > http://www.python.org/dev/peps/pep-0008/#package-and-module-names > > On the other hand, The Hitchhiker's Guide to Packaging 1.0, under > "Background," declares "come up with a Camel

Maximum Likelihood Estimation

2013-02-01 Thread subhabangalore
Dear Group, I am looking for a Python implementation of Maximum Likelihood Estimation. If any one can kindly suggest. With a google search it seems scipy,numpy,statsmodels have modules, but as I am not finding proper example workouts I am failing to use them. I am using Python 2.7 on Windows

Re: Maximum Likelihood Estimation

2013-02-01 Thread 88888 Dihedral
subhaba...@gmail.com於 2013年2月2日星期六UTC+8上午1時17分04秒寫道: > Dear Group, > > > > I am looking for a Python implementation of Maximum Likelihood Estimation. If > any one can kindly suggest. With a google search it seems > scipy,numpy,statsmodels have modules, but as I am not finding proper example >

Re: Maximum Likelihood Estimation

2013-02-01 Thread subhabangalore
On Friday, February 1, 2013 11:07:48 PM UTC+5:30, 8 Dihedral wrote: > subhaba...@gmail.com於 2013年2月2日星期六UTC+8上午1時17分04秒寫道: > > > Dear Group, > > > > > > > > > > > > I am looking for a Python implementation of Maximum Likelihood Estimation. > > If any one can kindly suggest. With a goog

Re: Maximum Likelihood Estimation

2013-02-01 Thread Michael Torrie
On 02/01/2013 11:47 AM, subhabangal...@gmail.com wrote: > On Friday, February 1, 2013 11:07:48 PM UTC+5:30, 8 Dihedral > wrote: >> subhaba...@gmail.com於 2013年2月2日星期六UTC+8上午1時17分04秒寫道: >>> I am looking for a Python implementation of Maximum Likelihood >>> Estimation. If any one can kindly sugges

Re: Maximum Likelihood Estimation

2013-02-01 Thread Jerry Hill
On Fri, Feb 1, 2013 at 1:59 PM, Michael Torrie wrote: > Most people on this list consider 8 dihedral to be a badly > programmed bot. For what it's worth, I think it's a very cleverly programmed bot. It usually makes just enough sense for me to wonder if there really is a human being behind t

RE: Maximum Likelihood Estimation

2013-02-01 Thread tkhan10
Hi.. I know this is a very dumb q but actually I am new to python and to this list. I want to post a question about geographic masking but cannot find out how to post it. Would somebody please suggest me how to do that? Thank you Subrina From: Python-lis

Re: Maximum Likelihood Estimation

2013-02-01 Thread 88888 Dihedral
在 2013年2月2日星期六UTC+8上午2时47分22秒,subhaba...@gmail.com写道: > On Friday, February 1, 2013 11:07:48 PM UTC+5:30, 8 Dihedral wrote: > > > subhaba...@gmail.com於 2013年2月2日星期六UTC+8上午1時17分04秒寫道: > > > > > > > Dear Group, > > > > > > > > > > > > > > > > > > > > > > > > > > > > I am lookin

Re: advice, python for binary to xml

2013-02-01 Thread 88888 Dihedral
noydb於 2013年1月31日星期四UTC+8下午9時33分48秒寫道: > I'm looking for knowlegde about how best to go about converting a binary file > (from a GPS unit) to GPX/XML. I am completely clueless on this, so any > start-from-the-beginning info would be greatly appreciated! I'm guessing the > level of effort will

Re: Help the visibility of Python in computational science

2013-02-01 Thread dg . google . groups
On Friday, February 1, 2013 12:09:04 AM UTC-5, Chris Angelico wrote: > On Fri, Feb 1, 2013 at 4:00 PM, Steven D'Aprano > > wrote: > > > dg.google.gro...@thesamovar.net wrote: > > > > > >> If you could take one minute to make sure you > > >> are signed in to your Google+ account > > > > > >

RE: Maximum Likelihood Estimation

2013-02-01 Thread Steven D'Aprano
tkhan10 wrote: > Hi.. > I know this is a very dumb q but actually I am new to python and to this > list. I want to post a question about geographic masking but cannot find > out how to post it. Would somebody please suggest me how to do that? Thank > you Subrina Are you using email or Usenet? I

Re: Python Class

2013-02-01 Thread Steven D'Aprano
Charles Hoskinson wrote: > I'm developing an online course for beginning python programmers starting > from basic syntax through object oriented design and GUI. I'd like to > include some helpful community resources like Code Academy in the appendix > and I was wondering if this community has some

Anyway to reduce size of pdf using python script.

2013-02-01 Thread accessnewbie
I have a batch file that exports ArcGIS pdf maps to a directory. I would like to include a step in the script where the pdf file is reduced in size instead of manually opening each file in Acrobat X Pro after the script has run and doing it there. Can this be done using python scripting or does

Re: Anyway to reduce size of pdf using python script.

2013-02-01 Thread Roy Smith
In article , accessnew...@gmail.com wrote: > I have a batch file that exports ArcGIS pdf maps to a directory. I would like > to include a step in the script where the pdf file is reduced in size instead > of manually opening each file in Acrobat X Pro after the script has run and > doing it th

Re: Python Class

2013-02-01 Thread Rodrick Brown
On Friday, February 1, 2013, Charles Hoskinson wrote: > I'm developing an online course for beginning python programmers starting > from basic syntax through object oriented design and GUI. I'd like to > include some helpful community resources like Code Academy in the appendix > and I was wonderi

Re: Maximum Likelihood Estimation

2013-02-01 Thread subhabangalore
On Friday, February 1, 2013 10:47:04 PM UTC+5:30, subhaba...@gmail.com wrote: > Dear Group, > > > > I am looking for a Python implementation of Maximum Likelihood Estimation. If > any one can kindly suggest. With a google search it seems > scipy,numpy,statsmodels have modules, but as I am not